Disable alphabetically order
Open
- Dominant language
- JavaScript
- Stars
- 438
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
Description
**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.
Contributor guide
Assessment
This issue has not been assessed yet.