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

@ -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,