https://github.com/ruedap/stylelint-config-abccss
:abc: A sharable stylelint config used by ABCCSS
https://github.com/ruedap/stylelint-config-abccss
bootstrap config css prettier scss stylelint stylelint-config
Last synced: 3 months ago
JSON representation
:abc: A sharable stylelint config used by ABCCSS
- Host: GitHub
- URL: https://github.com/ruedap/stylelint-config-abccss
- Owner: ruedap
- License: mit
- Created: 2018-04-14T05:16:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T16:09:04.000Z (about 7 years ago)
- Last Synced: 2025-03-26T05:03:05.669Z (over 1 year ago)
- Topics: bootstrap, config, css, prettier, scss, stylelint, stylelint-config
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@ruedap/stylelint-config-abccss
- Size: 197 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ABCCSS Stylelint Config
> A sharable stylelint config used by ABCCSS
## Install
```
$ npm install -D @ruedap/stylelint-config-abccss
```
## Usage
Within your [stylelint config object](http://stylelint.io/user-guide/configuration/#extends) You can extend this configuration. This will serve as a base for your config, then you can make overrides in your own config object.
```json
{
"extends": "@ruedap/stylelint-config-abccss"
}
```
---
MIT © [ruedap](https://github.com/ruedap)