Sass version 3.0.2

This commit is contained in:
Raphael Goetter 2014-05-07 11:12:14 +02:00
parent 78831c4ed6
commit aaeddb4287
12 changed files with 719 additions and 178 deletions

View file

@ -27,9 +27,16 @@
@if $enable-hyphens == true {
@media (max-width: $small-screen) {
/* you shall not pass */
div, textarea, table, td, th, code, pre, samp {
div,
textarea,
table,
td,
th,
code,
pre,
samp {
word-wrap: break-word;
hyphens: auto;
}
}
}
}