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

12 lines
237 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`atword.css 1`] = `
.test { @color: red; color: @color; }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.test {
@color: red;
color: @color;
}
`;