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

https://github.com/brikcss/stylelint-config-css

CSS stylelint shareable configuration by brikcss.
https://github.com/brikcss/stylelint-config-css

Last synced: 9 months ago
JSON representation

CSS stylelint shareable configuration by brikcss.

Awesome Lists containing this project

README

          


Brikcss Stylelint Configuration (CSS)

A stylelint shareable configuration by brikcss.


Contributing
Install
Usage
License




NPM version



NPM version



NPM downloads per month



Travis branch



GitHub issues




Codacy code quality






License



JavaScript Style Guide



code style: prettier







Greenkeeper badge

## Contributing

We ❤️❤️❤️ contributions of any kind!

**_Give us a ⭐ on GitHub!_** And please submit bug reports, feature requests, pull requests, or spread some love to your friends and co-workers!

**[Read our contributing guidelines](./CONTRIBUTING.md) and get involved to support this project.**

## Install

```bash
npm install --save-dev @brikcss/stylelint-config-css
```

## Usage

Put in your stylelint config file:

```json
{
"extends": ["@brikcss/stylelint-config-css"]
}
```

For further documentation, see [stylelint configuration](https://stylelint.io/user-guide/configuration/), especially the [section on extending configs](https://stylelint.io/user-guide/configuration/#extends).

## License

[See License](LICENSE.md).