Skip to content

Commit

Permalink
Import required colour definitions in SCSS
Browse files Browse the repository at this point in the history
This avoids asset compile errors like this one:

  Sass::SyntaxError: Undefined variable: "$disabled-light".
  • Loading branch information
mkllnk committed Aug 13, 2018
1 parent e1b3f72 commit dfac7a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/darkswarm/cookies_banner.css.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "branding";

.cookies-banner {
background: $dark-grey;
bottom: 0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "branding";

.cookies-policy-modal {
background: $disabled-light;
border-bottom-color: $disabled-light;
Expand Down

0 comments on commit dfac7a7

Please sign in to comment.