@phoenix-plugin-registry/brackets-cssfier
v1.5.2
Published
Convert HTML into CSS/SCSS/LESS by pasting HTML blocks into CSS/SCSS/LESS file. NOW with improved performance.
Downloads
7
Readme
Brackets CSSfier
Convert HTML into CSS/SCSS/LESS by pasting HTML blocks into CSS/SCSS/LESS file.
Live demo
Installation
Extension Manager
- Run Brackets
- Select _File > Extension Manager...
- Search for “CSSfier” extension and click “Install” button
Manual instalation
- Under main menu select Help > Show Extensions Folder
- Git clone this repository inside the "user" folder
- Restart Brackets
How to use
- Copy a chunck of your HTML file
- Paste it into a SCSS or LESS file
Changelog
###1.0.2
- Implemented enable/disable options
###1.0.1
- Bug fixes
###1.0.0
- Added CSS support
- Improved selector order and logic
- Better indentation
###0.1.5
- Added indentation check
###0.1.3
- Bug fixes
###0.1.2
- Added support for LESS files
###0.1.0
- Initial release