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

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

Stylelint shareable config for Logux
https://github.com/logux/stylelint-config

Last synced: about 1 year ago
JSON representation

Stylelint shareable config for Logux

Awesome Lists containing this project

README

          

# Logux Stylelint Config

Shareable [Stylelint] config and best practice for CSS.

[Stylelint]: https://stylelint.io/


Sponsored by Evil Martians

## Install

```sh
pnpm add --save-dev @logux/stylelint-config stylelint
```

## Usage

Add this config to `package.json` or other Stylelint config files.

```js
"stylelint": {
"extends": "@logux/stylelint-config"
}
```