prettier/tests/stylefmt/pseudo-element/__snapshots__/jsfmt.spec.js.snap

16 lines
272 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`pseudo-element.css 1`] = `
a:after { content:"" }
a::before { content:"" }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
a:after {
content: "";
}
a::before {
content: "";
}
`;