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

11 lines
225 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`pseudo_call.css - css-verify 1`] = `
div:not(:last-child) {
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
div:not(:last-child) {
}
`;