css-flexbox-cheatsheet
css-flexbox-cheatsheet copied to clipboard
VS Code extension that lets you open a CSS Flexbox cheatsheet directly in the editor.
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Issue Type: Bug Focus on the terminal use "⌘ + K" should be equivalent to typing "clear". Extension version: 3.3.0 VS Code version: Code 1.62.3 (Universal) (ccbaa2d27e38e5afa3e5c21c1c7bef4657064247, 2021-11-17T07:59:13.865Z) OS version:...
More info in this wiki page https://github.com/microsoft/vscode/wiki/Virtual-Workspaces
VS Code v1.57 introduced "Restricted Mode". https://code.visualstudio.com/docs/editor/workspace-trust#_restricted-mode When activated, the extension gets disabled. To make the extension compatible with Trusted Mode check https://github.com/microsoft/vscode/issues/120251
A couple of useful links: - https://caniuse.com/?search=gap - https://ishadeed.com/article/flexbox-gap/
There are a lot of really good articles about flexbox and its properties. It will be useful if these links are part of the extension, close to the properties related...
The first iteration of this feature was added in #27 The extension now has a Settings section where directionality can be selected. This will then be reflected in the interactive...
I want the extension would have the ability to insert the selected properties directly in code. Would be great. Thanks PD: The same characteristic in a version of CSS Grid...
I know this is probably more than an issue, but I wondered if you'd consider adding CSS Grid support? It has a lot of similar terminology and can be confusing...
I released a first iteration of this in [v3.0.0](https://github.com/dzhavat/css-flexbox-cheatsheet/releases/tag/3.0.0). (Tracked in #17) Will wait for some time to gather user feedback and will make a second iteration in a future...