https://github.com/mrgreentech/stylelint-config-gfp
Opiniated GFP css rules that can be shared via a stylelint config object.
https://github.com/mrgreentech/stylelint-config-gfp
css gfp stylelint stylelint-config
Last synced: 3 months ago
JSON representation
Opiniated GFP css rules that can be shared via a stylelint config object.
- Host: GitHub
- URL: https://github.com/mrgreentech/stylelint-config-gfp
- Owner: mrgreentech
- License: mit
- Created: 2017-05-22T09:00:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T14:00:30.000Z (almost 8 years ago)
- Last Synced: 2026-03-30T09:23:20.285Z (4 months ago)
- Topics: css, gfp, stylelint, stylelint-config
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GFP Stylelint Config
[](https://www.npmjs.org/package/stylelint-config-gfp)
> Opiniated GFP css rules that can be shared via a stylelint config object.
## Install
```
$ npm install --save stylelint-config-gfp
```
## Usage
Add a `.stylelintrc` and extend it with `stylelint-config-gfp`, that will serve as a base for your config, then you can make overrides in the `rules` property.
```json
{
"extends": "stylelint-config-gfp",
"rules": {} // place overrides here
}
```
# Contributing
We use semantic versioning. That means that if you introduce a change that will break current API (the stylelint rules fails) it is a MAJOR change.
If you introduce a change that only `"warn"` about a new rule it is considered a MINOR change.
[MIT](./LICENSE) © [Mr Green & Co Technology AB](https://github.com/mrgreentech/)