https://github.com/elusivecodes/stylelint-config
Stylelint shareable config for the Frost style.
https://github.com/elusivecodes/stylelint-config
Last synced: 4 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T01:03:18.000Z (12 months ago)
- Last Synced: 2025-01-25T08:36:14.373Z (5 months ago)
- Language: JavaScript
- Size: 59.6 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'
}
];
```