1.5.2 • Published 3 years ago

@phoenix-plugin-registry/brackets-cssfier v1.5.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Brackets CSSfier

Convert HTML into CSS/SCSS/LESS by pasting HTML blocks into CSS/SCSS/LESS file.

Live demo

Access the live demo here.

cssfier demo

Installation

Extension Manager

  1. Run Brackets
  2. Select _File > Extension Manager...
  3. Search for “CSSfier” extension and click “Install” button

Manual instalation

  1. Under main menu select Help > Show Extensions Folder
  2. Git clone this repository inside the "user" folder
  3. Restart Brackets

How to use

  1. Copy a chunck of your HTML file
  2. 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