Browse Source

removes attempt on theme var overrides with lame LESS

pull/636/head
jlukic 11 years ago
parent
commit
945467fcf9
1 changed files with 0 additions and 1 deletions
  1. 1
      src/theme.include

1
src/theme.include

@ -5,7 +5,6 @@
} }
.loadUIVariables() { .loadUIVariables() {
@folder: ``@theme ? @theme : 'default'``;
@import "themes/default/@{type}s/@{element}.variables"; @import "themes/default/@{type}s/@{element}.variables";
@import "themes/@{theme}/@{type}s/@{element}.variables"; @import "themes/@{theme}/@{type}s/@{element}.variables";
@import "themes/user/@{type}s/@{element}.variables"; @import "themes/user/@{type}s/@{element}.variables";

Loading…
Cancel
Save