prettier/tests/css_empty/__snapshots__/jsfmt.spec.js.snap

32 lines
702 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`empty.css 1`] = `
====================================options=====================================
parsers: ["css"]
printWidth: 80
| printWidth
=====================================input======================================
.ui-syntax-color();
details[open] {
}
div {
box-sizing: border-box;;
color: red;
}
=====================================output=====================================
.ui-syntax-color();
details[open] {
}
div {
box-sizing: border-box;
color: red;
}
================================================================================
`;