Skip to content

Jothsa/stylelint-config-idiomatic-order

 
 

Repository files navigation

stylelint + idiomatic-css = ❤️

This is a fork of the original. I updated it with logical properties (thanks to @JulienW) and other features/qol. I have big plans, but we'll see if I end up implementing them.

It should work, but I forgot to make a dev branch whoops

Order your styles based on idiomatic-css.

Installation

npm install --save-dev @jothsa/stylelint-config-idiomatic-order

Or use pnpm

pnpm add --D @jothsa/stylelint-config-idiomatic-order

Usage

Set your stylelint config to:

{
  "extends": "@jothsa/stylelint-config-idiomatic-order"
}

You can easily extend the config to your needs.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.3%
  • JavaScript 31.7%
  • TypeScript 31.0%