oursky / stylelint-oursky

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stylelint-oursky

Installation

npm install --save --save-exact --save-dev @oursky/stylelint-oursky stylelint@^13

Usage

In your .stylelintrc

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

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.

About


Languages

Language:JavaScript 98.1%Language:Makefile 1.9%