To setup and test, follow these steps:
git clone https://github.com/Siilwyn/css-declaration-sorter.git
cd css-declaration-sorter
npm ci
npm test
Node.js, latest LTS is recommended.
-
Try out a change to this package in another project with
npm link
. -
Tests are run with uvu, read the docs.
-
To add a new CSS property it first needs to be included in @mdn/browser-compat-data.
Write the message in present tense beginning with an uppercase letter, structured like this:
<subject>
<BLANK LINE>
<body>
Example
Test if shorthand data properties are known
Closes #1