prettier/tests/css_atrule
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
at-root.css fix(css): at rules improve formatting and tests (#3828) 2018-02-02 18:06:47 +03:00
charset.css fix(css): at rules improve formatting and tests (#3828) 2018-02-02 18:06:47 +03:00
counter-style.css fix(css): at rules improve formatting and tests (#3828) 2018-02-02 18:06:47 +03:00
custom-media.css tests(css): custom media (#3879) 2018-02-03 18:04:59 +03:00
custom-selector.css fix(css): at rules improve formatting and tests (#3828) 2018-02-02 18:06:47 +03:00
debug.css fix(css): at rules improve formatting and tests (#3828) 2018-02-02 18:06:47 +03:00
each.css Improve the printing of CSS at-rules (#3896) 2018-02-07 13:33:10 +03:00
extend.css fix(css): at rules improve formatting and tests (#3828) 2018-02-02 18:06:47 +03:00
font-face.css fix(css): at rules improve formatting and tests (#3828) 2018-02-02 18:06:47 +03:00
font-feature-values.css fix(css): at rules improve formatting and tests (#3828) 2018-02-02 18:06:47 +03:00
for.css Improve the printing of CSS at-rules (#3896) 2018-02-07 13:33:10 +03:00
function.css fix(css): at rules improve formatting and tests (#3828) 2018-02-02 18:06:47 +03:00
if-else.css fix(css): space after `if` in `else` at rule (#3921) 2018-02-07 19:53:28 +03:00
import.css refactor: use `postcss-values-parser` for `@import` at rule (#4435) 2018-05-14 22:54:34 +03:00
include.css fix: better output scss maps (#4487) 2018-05-17 13:39:22 +03:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
keyframes.css fix(css): at rules improve formatting and tests (#3828) 2018-02-02 18:06:47 +03:00
media.css refactor(tests): restructure `at rules` tests (#3892) 2018-02-06 19:03:36 +03:00
mixin.css fix(css): space and newlines before parenthesis (#3930) 2018-02-09 15:28:55 +03:00
namespaces.css fix(css): at rules improve formatting and tests (#3828) 2018-02-02 18:06:47 +03:00
page.css fix(css): at rules improve formatting and tests (#3828) 2018-02-02 18:06:47 +03:00
return.css feat(css): improve math output (#3984) 2018-02-16 21:58:21 +03:00
supports.css feat: improve `@support` at-rule output (#4372) 2018-04-25 20:41:41 +03:00
viewport.css fix(css): at rules improve formatting and tests (#3828) 2018-02-02 18:06:47 +03:00
while.css fix(css): at rules improve formatting and tests (#3828) 2018-02-02 18:06:47 +03:00