An open API service indexing awesome lists of open source software.

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

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)