Overview Version History Q & A Rating & Review
SASS BEM Compiler for Visual Studio Code 🌟
The sass-bem-compiler
extension allows you to compile your SASS files into BEM-styled CSS files, making your code more organized and maintainable. 🎨🚀
Features 💡
Compiles SASS files into BEM-styled CSS files 📝
Automatically detects the index.scss
file in your workspace root directory 🔍
Installation 🛠️
Open Visual Studio Code.
Press Ctrl+P
or Cmd+P
to open the Quick Open dialog.
Type ext install sass-bem-compiler
and press Enter
.
Restart Visual Studio Code.
Usage 🖥️
Open your project containing an index.scss
file in the root directory.
Press Ctrl+Shift+P
or Cmd+Shift+P
to open the Command Palette.
Type SASS BEM Compiler: Compile
and press Enter
.
The extension will compile your SASS code into BEM-styled CSS and display a message confirming the compilation. 🎉
Extension Settings ⚙️
This extension currently does not have any settings.
Known Issues ⚠️
The extension requires an index.scss
file in the root directory of the workspace.
Release Notes 📝
1.0.0
Initial release of the SASS BEM Compiler extension.
To Do ✅
[ ] Add support for custom input/output file paths
[ ] Add extension settings for configuring compilation options
[ ] Improve error handling and user feedback
Contributing 🤝
If you have any issues or feature requests, please open an issue on GitHub .
License 📄
MIT License