CSS-class-builder for VS Code
The extension will generate the styles from the given classes.
Usage
alignSelf_flexEnd
Where:
- alignSelf- property
- _ - separator
- flexEnd- value
Requirements
- The given class should be in camel case.
- Make sure your separator is unique to avoid collision with the other classes.
Configuration
you can change your separator from the default value of '_'.
"css-class-builder" : {
"seperator": "_"
}
Known Issues
- It will only be applicable for HTML files.
- It can't generate the styles for the classes inside the script tag.
License
This project is licensed under the MIT License.
| |