summaryrefslogtreecommitdiff
path: root/_sass/bourbon/css3/_hyphens.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/bourbon/css3/_hyphens.scss')
-rw-r--r--_sass/bourbon/css3/_hyphens.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/_sass/bourbon/css3/_hyphens.scss b/_sass/bourbon/css3/_hyphens.scss
new file mode 100644
index 0000000..042f347
--- /dev/null
+++ b/_sass/bourbon/css3/_hyphens.scss
@@ -0,0 +1,4 @@
+@mixin hyphens($hyphenation: none) {
+ // none | manual | auto
+ @include prefixer(hyphens, $hyphenation, webkit moz ms spec);
+}