You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617
  1. /* Error: Undefined variable.
  2. * ,
  3. * 38 | $invert: luma($color-primary) > 0.6;
  4. * | ^^^^^^^^^^^^^^
  5. * '
  6. * apps/theming/css/theming.scss 38:15 root stylesheet */
  7. body::before {
  8. font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono",
  9. "Droid Sans Mono", monospace, monospace;
  10. white-space: pre;
  11. display: block;
  12. padding: 1em;
  13. margin-bottom: 1em;
  14. border-bottom: 2px solid black;
  15. content: "Error: Undefined variable.\a \2577 \a 38 \2502 $invert: luma($color-primary) > 0.6;\a \2502 ^^^^^^^^^^^^^^\a \2575 \a apps/theming/css/theming.scss 38:15 root stylesheet";
  16. }