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

15 lines
570 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`inline_url.js 1`] = `
.breadItem {
background-image: url('/images/product/simple_product_manager/breadcrumb/chevron_right.png');
background-image: url(/images/product/simple_product_manager/breadcrumb/chevron_right.png);
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.breadItem {
background-image: url('/images/product/simple_product_manager/breadcrumb/chevron_right.png');
background-image: url(/images/product/simple_product_manager/breadcrumb/chevron_right.png);
}
`;