5.1.0 • Published 11 months ago

@oursky/stylelint-oursky v5.1.0

Weekly downloads
338
License
-
Repository
-
Last release
11 months ago

stylelint-oursky

Installation

npm install --save --save-exact --save-dev @oursky/stylelint-oursky stylelint@^16 caniuse-lite@^1

Usage

In your .stylelintrc

{
  "extends": ["./node_modules/@oursky/stylelint-oursky/config/oursky.mjs"]
}

Add .browserslistrc to your project.

Add .browserslistrc to your project.

Add .browserslistrc to your project.

Rules

oursky/flex

This rule ensures flex: is correct on IE 10.

Make sure you are not using postcss-flexbugs-fixes. Otherwise flex: is transformed by that plugin into an incorrect form.

5.1.0

11 months ago

5.0.0

11 months ago

4.0.0

3 years ago

3.0.0

3 years ago

2.0.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.0

6 years ago