prettier/tests/css_postcss_plugins
Ika 4af3dd4b07
test: improve snapshots (#5521)
- before
  ```
  ${input}${"~".repeat(printWidth)}
  ${output}
  ```
- after
  ```
  ===options===
  ${options}
  ${" ".repeat(printWidth)}| printWidth
  ====input====
  ${input}
  ===output====
  ${output}
  =============
  ```
2018-11-25 16:21:14 +08:00
..
__snapshots__ test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
jsfmt.spec.js tests(css): postcss popular plugins (#3959) 2018-02-12 20:12:09 +03:00
postcss-mixins.css tests(css): postcss popular plugins (#3959) 2018-02-12 20:12:09 +03:00
postcss-nested-props.css tests(css): postcss popular plugins (#3959) 2018-02-12 20:12:09 +03:00
postcss-nested.css tests(css): postcss popular plugins (#3959) 2018-02-12 20:12:09 +03:00
postcss-nesting.css feat(css): improve `@nest` at rule output (#3976) 2018-02-15 20:45:33 +03:00
postcss-simple-vars.css Fix spacing issue in postcss simple vars (#4408) 2018-05-06 13:51:28 +02:00