stylelint-config-pgb
v0.4.1
Published
Opinions on how to write CSS
Downloads
4
Readme
Stylelint Config
Table of Contents
- Installation
- List of Rules
Installation
npm install --save-dev stylelint-config-pgb
- Add this to your
.stylelintrc
file
{
"extends": "stylelint-config-pgb"
}