1.0.7 • Published 6 years ago

@district01/stylelint-config v1.0.7

Weekly downloads
7
License
ISC
Repository
bitbucket
Last release
6 years ago

District01 Styleling config

Installation

$ npm install --save-dev @district01/stylelint-config

Usage

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

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

1.0.0-alpha.2

7 years ago

1.0.0-alpha.1

7 years ago