https://github.com/elusivecodes/stylelint-config
Stylelint shareable config for the Frost style.
https://github.com/elusivecodes/stylelint-config
Last synced: 5 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-12T11:37:59.000Z (7 months ago)
- Last Synced: 2025-06-12T01:08:02.664Z (6 months ago)
- Language: JavaScript
- Size: 97.7 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
Stylelint shareable config for the *Frost* style.
## Installation
```
npm i @fr0st/stylelint-config --save-dev
```
## Usage
```javascript
export default [
extends: {
'@fr0st/stylelint-config'
}
];
```