https://github.com/elusivecodes/stylelint-config
Stylelint shareable config for the Frost style.
https://github.com/elusivecodes/stylelint-config
Last synced: 2 months ago
JSON representation
Stylelint shareable config for the Frost style.
- Host: GitHub
- URL: https://github.com/elusivecodes/stylelint-config
- Owner: elusivecodes
- License: mit
- Created: 2024-06-23T07:43:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-18T15:16:51.000Z (2 months ago)
- Last Synced: 2026-03-19T02:45:33.347Z (2 months ago)
- Language: JavaScript
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frost Stylelint Config
[](https://github.com/elusivecodes/Stylelint-Config/actions/workflows/ci.yml)
[](https://www.npmjs.com/package/@fr0st/stylelint-config)
[](https://www.npmjs.com/package/@fr0st/stylelint-config)
[](./LICENSE)
Stylelint shareable config for the *Frost* style.
## Installation
```bash
npm i -D @fr0st/stylelint-config stylelint
```
## Usage
Create `stylelint.config.js`:
```js
export default {
extends: ['@fr0st/stylelint-config'],
};
```
The shared config supports both CSS and SCSS. SCSS-specific rules are applied to `**/*.scss`.
## Compatibility
- Node `^20.19.0 || ^22.13.0 || >=24`
- Stylelint: `^17.4.0`
- File types: CSS and SCSS