Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unsass/stylelint-config-unsass

StyleLint shareable config for the Sass style guide.
https://github.com/unsass/stylelint-config-unsass

css sass scss stylelint

Last synced: 16 days ago
JSON representation

StyleLint shareable config for the Sass style guide.

Awesome Lists containing this project

README

        

# stylelint-config-unsass

[![Version](https://flat.badgen.net/npm/v/stylelint-config-unsass)](https://www.npmjs.com/package/stylelint-config-unsass)
[![Download](https://flat.badgen.net/npm/dt/stylelint-config-unsass)](https://www.npmjs.com/package/stylelint-config-unsass)
[![License](https://flat.badgen.net/npm/license/stylelint-config-unsass)](https://www.npmjs.com/package/stylelint-config-unsass)

StyleLint shareable config for the Sass style guide.

## Install

```shell
npm install stylelint stylelint-config-unsass --save-dev
```

## Usage

Create ``.stylelintrc`` file on root of your project.

```json
{
"extends": [
"stylelint-config-unsass"
]
}
```

You can extend the rules with your own config,
see [StyleLint documentation](https://stylelint.io/user-guide/configuration).