1.0.7 • Published 8 years ago
@district01/stylelint-config v1.0.7
District01 Styleling config
Installation
$ npm install --save-dev @district01/stylelint-configUsage
Create an stylelint.config.js file in the root of your project and extend the default Stylelint settings. You may also need to extend the Sass settings (based on your project):
module.exports = {
"extends": [
"@district01/stylelint-config",
"@district01/stylelint-config/lib/sass" // If required
]
}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
9 years ago
1.0.0
9 years ago
1.0.0-alpha.2
9 years ago
1.0.0-alpha.1
9 years ago