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

22 lines
720 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`params.css 1`] = `
====================================options=====================================
parsers: ["css"]
printWidth: 80
| printWidth
=====================================input======================================
.clusterPlannerDialog input[type="text"],
.clusterPlannerDialog .uiTypeahead {
width: 220px;
}
=====================================output=====================================
.clusterPlannerDialog input[type="text"],
.clusterPlannerDialog .uiTypeahead {
width: 220px;
}
================================================================================
`;