Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 803 Bytes

contributing.md

File metadata and controls

36 lines (26 loc) · 803 Bytes

Contributing

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

General Prerequisites

Node.js, latest LTS is recommended.

Tips

  1. Try out a change to this package in another project with npm link.

  2. Tests are run with uvu, read the docs.

  3. To add a new CSS property it first needs to be included in @mdn/browser-compat-data.

Git Commit Messages

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