Semantic-UI-LESS
Semantic-UI-LESS copied to clipboard
site.variables not available after importing semantic.less
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?