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

15 lines
570 B
Plaintext
Raw Normal View History

// 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');
2017-05-26 23:45:15 +03:00
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');
2017-05-26 23:45:15 +03:00
background-image: url(/images/product/simple_product_manager/breadcrumb/chevron_right.png);
}
`;