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

15 lines
234 B
Plaintext
Raw Normal View History

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