A comparison of packages that provide properties order for stylelint-order
Visit https://level222.github.io/stylelint-order-comparison/public/ to see the comparison.
- A rich table using AG Grid
- Properties list and count grouped by inclusion in Known CSS properties and whether they begin with vendor prefixes
- Order details displayed when rows in the table are selected
-
Clone the repository using the
--recursive
option to include submodules. -
Install dependencies:
npm install
-
Update
scripts/create-package-data-list/package-info-list.js
. -
Create an updated
data/package-data-list.json
:npm run create-package-data-list
-
To view the HTML page, open
public/index.html
.