Sass version 3.0.2
This commit is contained in:
parent
78831c4ed6
commit
aaeddb4287
12 changed files with 719 additions and 178 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue