Skip to content

Commit 7897344

Browse files
committed
2.0.0
1 parent 4dbc30c commit 7897344

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## next
1+
## 2.0.0 (December 14, 2021)
22

3+
- Added `syntaxExtensions` option to specify syntax extensions, i.e. `sass` or/and `less`. For now **the plugin validates CSS only by default**
34
- Added at-rule validation for name, prelude and descriptors
45
- Added `atrules` option to extend or alter at-rule syntax definition dictionary or disable at-rule validation when `false` is passed as a value for the option
56
- Added `ignoreAtrules` option to specify at-rule names which should not be validated
6-
- Added `syntaxExtensions` option to specify syntax extensions, i.e. `sass` or/and `less`
77
- Used `isStandardSyntax*()` helpers from `stylelint` to reduce failures for non-standard syntax (e.g. Less or Sass)
88
- Added support for Less & Sass namespaces, a value with such constructions are ignored now instead of failure (#39)
99
- Added a column to mismatch error details

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-csstree-validator",
3-
"version": "1.9.0",
3+
"version": "2.0.0",
44
"description": "Stylelint plugin to validate CSS syntax",
55
"repository": "csstree/stylelint-validator",
66
"author": "Roman Dvornov <[email protected]>",

0 commit comments

Comments
 (0)