Simplify CSS guard

This commit is contained in:
Machiste Quintana 2015-09-14 13:18:57 -04:00
parent d8437c2213
commit 028fbbfd35

View File

@ -8,10 +8,6 @@ html {
font-size: @font-size;
}
html when not (@font-family = '') {
font-family: @font-family;
}
html,
body {
width: 100%;
@ -42,6 +38,9 @@ atom-workspace {
}
}
atom-workspace when not (@font-family = '') {
font-family: @font-family;
& when not (@font-family = '') {
html,
atom-workspace {
font-family: @font-family;
}
}