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

25 lines
333 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`empty.css 1`] = `
.ui-syntax-color();
details[open] {
}
div {
box-sizing: border-box;;
color: red;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ui-syntax-color();
details[open] {
}
div {
box-sizing: border-box;
color: red;
}
`;