Sorting CSS with Brackets

1

How to sort the properties in alphabetical order of the CSS using the Brackets editor, without the need to use a web page for it.

    
asked by don lolo 26.05.2017 в 07:51
source

1 answer

0

There is a plugin for brackets that sorts and identifies your classes CSS is called CSScomb and you can find the plugin at: link . I enclose installation and usage information

Use

Select the css to sort and press Ctrl + Shift + C or select Edit > Sort with CSScomb in the menu.

Installation

File > Extension Manager > Install from URL: Paste the address link in the URL field

    
answered by 26.05.2017 в 09:19