This repository has been archived by the owner on Feb 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #190 from theonion/bulbs-styles-v2
Bulbs styles v2
- Loading branch information
Showing
9 changed files
with
15 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "2.1.0" | ||
__version__ = "2.2.0" |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions
13
bulbs/styles/static/styles/bulbs-styles/mixins/vertical-center-flex.scss
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,13 @@ | ||
////////////////////////////// | ||
// ************************ // | ||
// VERTICAL CENTER FLEX // | ||
// ************************ // | ||
////////////////////////////// | ||
|
||
@import 'flexbox'; | ||
|
||
@mixin vertical-center-flex() { | ||
@include flexbox; | ||
@include justify-content(center); | ||
@include align-items(center); | ||
} |
File renamed without changes.
16 changes: 0 additions & 16 deletions
16
bulbs/styles/static/styles/stylesheets/extends/vertical-center-flex.scss
This file was deleted.
Oops, something went wrong.