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

21 lines
312 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`important.css 1`] = `
div {
max-height: none !important;
}
.important {
.foo() !important;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
div {
max-height: none !important;
}
.important {
.foo() !important;
}
`;