-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(styles): assume edx branding assets are present for styles. (#189)
BREAKING CHANGE: The _cookie-policy-banner.scss now needs to be consumed after the edX brand styles are loaded, otherwise the styles will throw a compilation error.
- Loading branch information
AlasdairSwan
authored
Nov 25, 2020
1 parent
c834749
commit a7542e0
Showing
4 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/* Base styles the banner assumes are already present when used */ | ||
@import '@edx/brand-edx.org/paragon/fonts'; | ||
@import "@edx/brand-edx.org/paragon/variables"; | ||
|
||
@import '_cookie-policy-banner.scss'; |