1.2.1 • Published 7 years ago

stylelint-rokit v1.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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-rokit -D

Usage

Load everything

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

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

Override specific rules

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

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

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago