prettier/tests/css_import
Simon Lydell c6bac7cfe6 Split Less and SCSS parsing into different parsers (#2844)
* Split Less and SCSS parsing into different parsers

Now, .less files are always parsed with postcss-less, and .scss files
areare always parsed with postcss-scss. This:

- Is less hacky.
- Is meant to avoid issues like #2829.
- Is probably more performant.

`parser: "postcss"` and `--parser postcss` continue to work like before:
First trying postcss-less, and if that fails, postcss-scss, unless a
regex says that we should try in the opposite order. The new values for
the parser option are "postcss-less" and "postcss-scss".

* Remove postcss from package.json since it is not used

* Rename parser-less to less and parser-scss to scss

* Deprecate parser:postcss in favor of parser:css

* Fix CSS tests
2017-09-26 07:08:11 +02:00
..
__snapshots__ Adjust quotes in some more cases of `@import` in CSS (#2818) 2017-09-14 14:04:04 +02:00
directives.css Add a test with all the less docs and fix issues (#1792) 2017-05-28 16:05:26 -07:00
jsfmt.spec.js Split Less and SCSS parsing into different parsers (#2844) 2017-09-26 07:08:11 +02:00
multiple.css Work around issue #2584 (#2652) 2017-08-22 09:44:25 -07:00
nodes.css Print sub-nodes of `@import` in Less (#2646) 2017-08-21 12:28:22 -07:00
url.css Add support for media-url (#1797) 2017-05-29 08:20:03 -07:00