3.0.1 • Published 5 months ago

stylelint-less v3.0.1

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

stylelint-less

A collection of Less specific rules for stylelint.

Installation

npm install stylelint-less --save-dev

Usage

Add the stylelint-less plugin to your configuration, and set the rules you want to use under the less namespace.

{
  "plugins": ["stylelint-less"],
  "rules": {
    "at-rule-no-unknown": null,
    "color-no-invalid-hex": true,
    "less/color-no-invalid-hex": true
  }
}

Please refer to the stylelint docs for additional information on how to create a configuration file or add rules.

Rules

Note

Please make sure there is

  • No space between variable and ':'
  • A space between ":" and value example @color: red;

so that these rules will work as expected. If the variable is not in the above format , you will get Invalid variable error.

3.0.1

5 months ago

3.0.0

5 months ago

1.0.8

10 months ago

1.0.7

10 months ago

2.0.0

8 months ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago