Skip to content

Level222/stylelint-order-comparison

Repository files navigation

Stylelint Order Comparison

A comparison of packages that provide properties order for stylelint-order

Visit https://level222.github.io/stylelint-order-comparison/public/ to see the comparison.

Features

  • 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

Create With Your Own Data

  1. Clone the repository using the --recursive option to include submodules.

  2. Install dependencies:

    npm install
  3. Update scripts/create-package-data-list/package-info-list.js.

  4. Create an updated data/package-data-list.json:

    npm run create-package-data-list
  5. To view the HTML page, open public/index.html.

Releases

No releases published

Packages

No packages published