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

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.

Awesome Lists containing this project

README

        

# Brikcss Stylelint Configuration (SASS)

> [stylelint](https://stylelint.io) shareable configuration by [brikcss](https://github.com/brikcss/).

[![npm (scoped)](https://img.shields.io/npm/v/@brikcss/stylelint-config-sass.svg?style=flat-square)](https://www.npmjs.com/package/@brikcss/stylelint-config-sass
) [![npm (scoped)](https://img.shields.io/npm/dm/@brikcss/stylelint-config-sass.svg?style=flat-square)](https://www.npmjs.com/package/@brikcss/stylelint-config-sass
) [![Travis branch](https://img.shields.io/travis/rust-lang/rust/master.svg?style=flat-square&label=master)](https://github.com/brikcss/stylelint-config-sass/tree/master
) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/
) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release
) [![npm](https://img.shields.io/npm/l/express.svg?style=flat-square)](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).