0.1.2 • Published 12 months ago

@maxmilton/stylelint-config v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Build status Coverage status NPM version Licence

@maxmilton/stylelint-config

Stylelint configuration with support for XCSS via ekscss and an opinionated property order.

Property order defined as:

Note: Very new, seldom used, or poorly supported properties are not included in the groups.

  1. Position
  2. Box model & layout
  3. Typography
  4. Remaining properties sorted alphabetically

Installation

  1. Add dependencies to your project:
npm install --save-dev @maxmilton/stylelint-config stylelint-config-standard
  1. Add to your stylelint configuration:

.stylelintrc:

{
  "extends": ["stylelint-config-standard", "@maxmilton/stylelint-config"]
}

Prior Art

This package is based on of the best ideas from:

License

MIT license. See LICENSE.


© 2024 Max Milton

0.1.0

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.13

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.10

3 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago