style-snippet.scss 152 B

123456789
  1. ---
  2. # Only the main Sass file needs front matter (the dashes are enough)
  3. ---
  4. $yellow: #ffb800 !default;
  5. $primary: $yellow !default;
  6. @import "styles";