Skip to content

Commit

Permalink
Add hyphens mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
renaudleo committed Jun 11, 2013
1 parent 87fc97d commit 8287d38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/_bourbon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
@import "css3/columns";
@import "css3/flex-box";
@import "css3/font-face";
@import "css3/hyphens";
@import "css3/hidpi-media-query";
@import "css3/image-rendering";
@import "css3/inline-block";
Expand Down
4 changes: 4 additions & 0 deletions app/assets/stylesheets/css3/_hyphens.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@mixin hyphens($hyphenation: none) {
// none | manual | auto
@include prefixer(hyphens, $hyphenation, webkit moz ms spec);
}

0 comments on commit 8287d38

Please sign in to comment.