jonkemp / jonkemp/inline-css

Disable alphabetically order

Open
#96 1 comment 3 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.