stylelint-postkit

1.0.1 • Public • Published

Semantic rules for your CSS

Code should always be written in such a way that makes it look like a single person wrote it, no matter how many people have contributed and that is the purpose of this set of rules powered by stylelint.

Installation

You need to have stylelint and this config as part of your devDependencies.

npm i stylelint stylelint-postkit -D

Usage

Load everything

To use all the rules all at once add stylelint-postkit to your extends property in .stylelintrc.

{
  "extends": [
    "stylelint-postkit"
  ]
}

Override specific rules

To override the rules set by stylelint-postkit you need to define your own rules and set them as shown below.

{
  "extends": [
    "stylelint-postkit"
  ],
  "rules": {
    "indentation": 2
  }
}

Package Sidebar

Install

npm i stylelint-postkit

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • bartvdwaerden