Skip to content

Commit d1db1d7

Browse files
committed
Comment Less test and remove mention in readme
Less parser is WIP and doesn't stable at all. Will enable tests again when parser will be more stable
1 parent cd12869 commit d1db1d7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Also available as [Sublime Text plugin] and unofficial [Atom plugin].
1111
* Sorting at-rules, also by at-rule name and parameter.
1212
* Sorting variables.
1313
* Grouping content.
14-
* Support CSS, SCSS (if [postcss-scss] parser is used), LESS (if [postcss-less] parser is used), [PreCSS] and most likely any other syntax added by other PostCSS plugins.
14+
* Support CSS, SCSS (if [postcss-scss] parser is used), [PreCSS] and most likely any other syntax added by other PostCSS plugins.
1515

1616
## Installation
1717

@@ -366,6 +366,5 @@ This plugin is heavily inspired by [CSSComb]. Some code logic, tests, and docume
366366
[PreCSS]: https://github.com/jonathantneal/precss
367367
[postcss-scss]: https://github.com/postcss/postcss-scss
368368
[Autoprefixer]: https://github.com/postcss/autoprefixer
369-
[postcss-less]: https://github.com/webschik/postcss-less
370369
[perfectionist]: https://github.com/ben-eb/perfectionist
371370
[stylelint]: http://stylelint.io/

test/test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,6 @@ test('Should insert empty lines between children classes in accordance with opti
216216
});
217217
});
218218

219-
test('Should sort LESS files', t => {
220-
return run(t, 'less.less', {}, 'less');
221-
});
219+
// test('Should sort LESS files', t => {
220+
// return run(t, 'less.less', {}, 'less');
221+
// });

0 commit comments

Comments
 (0)