added "enable-" to booleans

This commit is contained in:
Raphael Goetter 2014-05-04 14:54:52 +02:00
parent 0bc6e58e2e
commit d283e11395
7 changed files with 14 additions and 14 deletions

View file

@ -3,7 +3,7 @@
/* ==booleans */
/* ----------------------------- */
// skip-links boolean
& when (@skip-links = true) {
& when (@enable-skip-links = true) {
/* styling skip links */
.skip-links {
position: absolute;
@ -24,7 +24,7 @@
}
// hyphens boolean
& when (@hyphens = true) {
& when (@enable-hyphens = true) {
@media (max-width: @small-screen) {
/* you shall not pass */
div, textarea, table, td, th, code, pre, samp {