-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a phase-banner class and update examples
Keep the .phase-banner-alpha and .phase-banner-beta classes, so this won’t be a breaking change, but since there isn’t a difference between the two (as we’re not passing in a state to change the colour of the phase tag), use a single class - phase-banner for both examples.
- Loading branch information
1 parent
3dab52b
commit 32ca36b
Showing
3 changed files
with
4 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
// Phase banners | ||
// ========================================================================== | ||
|
||
.phase-banner-alpha { | ||
@include phase-banner(); | ||
} | ||
|
||
.phase-banner, | ||
.phase-banner-alpha, | ||
.phase-banner-beta { | ||
@include phase-banner(); | ||
} |