Pushed to version 0.1.8. Details in changelog. (Makefile, FontAwesome, sass)
This commit is contained in:
4
assets/sass/lib/bourbon/css3/_hyphens.scss
vendored
Normal file
4
assets/sass/lib/bourbon/css3/_hyphens.scss
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
@mixin hyphens($hyphenation: none) {
|
||||
// none | manual | auto
|
||||
@include prefixer(hyphens, $hyphenation, webkit moz ms spec);
|
||||
}
|
||||
Reference in New Issue
Block a user