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

18 lines
581 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`pseudo_call.css 1`] = `
====================================options=====================================
parsers: ["css"]
printWidth: 80
| printWidth
=====================================input======================================
div:not(:last-child) {
}
=====================================output=====================================
div:not(:last-child) {
}
================================================================================
`;