Semantic-Org/Semantic-UI-LESS

site.variables not available after importing semantic.less

vilppuvuorinen opened this issue · 0 comments

Global variables are not available after importing semantic.less.

@import "semantic.less";

.some-class {
  background-color: @primaryColor;
}

I could most likely work around this by defining everything in siteFolder but when are things going to be that simple anyways?