Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #190 from theonion/bulbs-styles-v2
Browse files Browse the repository at this point in the history
Bulbs styles v2
  • Loading branch information
jmelvnsn committed May 19, 2016
2 parents 1de1310 + ea045e8 commit 6f5a0fd
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bulbs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0"
__version__ = "2.2.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
@import '../mixins/flex-grid';
@import '../mixins/aspect-ratio';
@import '../mixins/ease';
@import '../global/breakpoints';
@import '../extends/vertical-center-flex';
@import '../variables/breakpoints';

.video-grid {
h2 {
Expand Down
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);
}

This file was deleted.

0 comments on commit 6f5a0fd

Please sign in to comment.