Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
5ffb6d67
Commit
5ffb6d67
authored
12 years ago
by
Synchro
Browse files
Options
Download
Email Patches
Plain Diff
Add .hyphens mixin
parent
aaabe2a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/mixins.less
+9
-0
less/mixins.less
with
9 additions
and
0 deletions
+9
-0
less/mixins.less
+
9
-
0
View file @
5ffb6d67
...
@@ -312,6 +312,15 @@
...
@@ -312,6 +312,15 @@
column-gap: @columnGap;
column-gap: @columnGap;
}
}
// Optional hyphenation
.hyphens(@mode: auto) {
-webkit-hyphens: @mode;
-moz-hyphens: @mode;
-ms-hyphens: @mode;
hyphens: @mode;
word-wrap:break-word;
}
// Opacity
// Opacity
.opacity(@opacity) {
.opacity(@opacity) {
opacity: @opacity / 100;
opacity: @opacity / 100;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment