prettier/tests/css_variables
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): variables (#3813) 2018-01-24 17:00:02 +03:00
variables.css tests(css): `supports` at rule (#3816) 2018-01-25 12:53:34 +03:00
variables.scss fix: css variables and scss interpolation (#4471) 2018-05-12 22:38:28 +03:00