1.0.8 • Published 9 months ago

@fr0st/stylelint-config v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Frost Stylelint Config

Stylelint shareable config for the Frost style.

Installation

npm i @fr0st/stylelint-config --save-dev

Usage

export default [
    extends: {
        '@fr0st/stylelint-config'
    }
];