https://github.com/brikcss/stylelint-config-sass
stylelint configuration for brikcss components.
https://github.com/brikcss/stylelint-config-sass
Last synced: 2 months ago
JSON representation
stylelint configuration for brikcss components.
- Host: GitHub
- URL: https://github.com/brikcss/stylelint-config-sass
- Owner: brikcss
- Created: 2017-11-13T12:30:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T20:44:34.000Z (over 6 years ago)
- Last Synced: 2025-03-31T04:02:10.829Z (2 months ago)
- Language: JavaScript
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brikcss Stylelint Configuration (SASS)
> [stylelint](https://stylelint.io) shareable configuration by [brikcss](https://github.com/brikcss/).
[](https://www.npmjs.com/package/@brikcss/stylelint-config-sass
) [](https://www.npmjs.com/package/@brikcss/stylelint-config-sass
) [](https://github.com/brikcss/stylelint-config-sass/tree/master
) [](http://commitizen.github.io/cz-cli/
) [](https://github.com/semantic-release/semantic-release
) [](https://choosealicense.com/licenses/mit/)## Install
```bash
npm install --save-dev @brikcss/stylelint-config-sass
```## Usage
```js
// stylelint config file.
{
extends: ['stylelint-config-recommended']
}
```For further documentation, see [stylelint configuration](https://stylelint.io/user-guide/configuration/). Specifically note the [section on extending configs](https://stylelint.io/user-guide/configuration/#extends).