Skip to content

oursky/stylelint-oursky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.