css-flexbox-cheatsheet icon indicating copy to clipboard operation
css-flexbox-cheatsheet copied to clipboard

VS Code extension that lets you open a CSS Flexbox cheatsheet directly in the editor.

Results 18 css-flexbox-cheatsheet issues
Sort by recently updated
recently updated
newest added

Include links to different demos like how to center an item both horizontally and vertically, how to make a top bar that contains a logo and a menu aligned to...

enhancement

There’s actually nothing wrong with them, but they can probably be made easier to understand.

enhancement

Hi! The extension is great, I immediately installed it. My problem is that we use styled components in our application - the detection for flexbox doesn't work there. Do you...

Vue Single File Component is a `.vue` file that has the following syntax: ```vue hello export default {} .d-flex { display: flex; } ``` So, you need to check for...

在vue文件中并不能显示对应提示,望后续版本更新

It'd be great to localize the extension in different languages. A sample repo showing how to do it can be found at https://github.com/microsoft/vscode-extension-samples/tree/main/l10n-sample

In order to see how the extension is being used, consider trying "@vscode/extension-telemetry " package Also look at the `TelemetryLogger` API (https://code.visualstudio.com/updates/v1_75#_telemetry)

As of v1.74.0, activation events can be simplified - https://code.visualstudio.com/updates/v1_74#_implicit-activation-events-for-declared-extension-contributions Consider doing this once the extension is updated to support this, or later, version of VS Code.