1234567891011121314151617 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`fill.css 1`] = `
- div {
- border-left: 1px solid mix($warningBackgroundColors, $warningBorderColors, 50%);
- $fontFamily: "Lato", -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
- }
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- div {
- border-left: 1px solid
- mix($warningBackgroundColors, $warningBorderColors, 50%);
- $fontFamily: "Lato", -apple-system, "Helvetica Neue", Helvetica, Arial,
- sans-serif;
- }
- `;
|