inline-css icon indicating copy to clipboard operation
inline-css copied to clipboard

Disable alphabetically order

Open beam2web opened this issue 5 years ago • 1 comments

Example: normalize.css: padding-bottom: 0; padding-left: 0; padding-right: 0; Own CSS after normalize: padding: 4px 8px;

The inline (alphabetical) order is: padding: 4px 8px; padding-bottom: 0; padding-left: 0; padding-right: 0; → But this is wrong because Normalize should not overwrite anything and I don't want to have to adjust it.

I need an option to turn off alphabetical sorting and output the properties in the same order as defined.

beam2web avatar Feb 25 '20 13:02 beam2web

This is important!

mwt avatar May 28 '25 17:05 mwt