Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
css-to-style
New to Visual Studio Code?
Get it now.
css-to-style
yellow2dong
|
822 installs
|
(
0
)
|
Free
transform css to jsx style
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
css-to-style README
Features
转换css 到 JSX Style
类名驼峰转换,css属性驼峰转换,单位统一转换为rpx
Usage
样式转换 css2style 选中内容右键css2style 快捷键ctrl + option + c
驼峰转换 toCamelCase 选中内容右键tocamelcase 快捷键ctrl + option + s
Setting
单位配置
默认生成单位为rpx,可通过首选项 -> 配置-> 搜索css-to-style更改