jsfmt.spec.js.snap 517 B

1234567891011121314151617
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`fill.css 1`] = `
  3. div {
  4. border-left: 1px solid mix($warningBackgroundColors, $warningBorderColors, 50%);
  5. $fontFamily: "Lato", -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  6. }
  7. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8. div {
  9. border-left: 1px solid
  10. mix($warningBackgroundColors, $warningBorderColors, 50%);
  11. $fontFamily: "Lato", -apple-system, "Helvetica Neue", Helvetica, Arial,
  12. sans-serif;
  13. }
  14. `;