生成CSS Flex布局代码的插件(类似于Google开发者控制台里的Flex布局工具) | A plugin to generate CSS Flex layout code (Similar to the Flexbox inspector tool in Google Developer Console)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
快捷生成CSS Flex布局代码的VS Code插件(类似于Google开发者控制台里的Flex布局工具)
A plugin to generate CSS Flex layout code (Similar to the Flexbox inspector tool in Google Developer Console)
支持多类css文件(Supports multiple types of CSS files)
保持代码缩进格式(Maintain code indentation format)
兼容深色与浅色主题(Compatible with both dark and light themes)
自动替换同属性代码(Automatically replaces duplicate code with the same properties)
💻示例(Demo)
⚠️注意事项(Warning )
不建议在压缩后的CSS代码或HTML的行内样式中使用插件
This plugin is not recommended for use with compressed CSS code or inline styles in HTML.