variable $utilities

This commit is contained in:
Raphael 2019-07-19 10:37:17 +02:00
parent 3182e3088f
commit 271ff3acd5
5 changed files with 28 additions and 20 deletions

View file

@ -473,6 +473,23 @@ figure {
margin-right: 0;
}
@if variable-exists(hyphens) and $hyphens==true {
@media (max-width: ($small - 1)) {
body,
div,
textarea,
table,
td,
th,
code,
pre,
samp {
word-wrap: break-word;
overflow-wrap: break-word;
}
}
}
@if variable-exists(ie) and $ie==true {

View file

@ -74,23 +74,6 @@
text-align: center;
}
@if variable-exists(hyphens) and $hyphens==true {
@media (max-width: ($small - 1)) {
div,
textarea,
table,
td,
th,
code,
pre,
samp {
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
}
}
}
/* blocks that need to be placed under floats */
.clear,