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?
Global variables are not available after importing
semantic.less.I could most likely work around this by defining everything in
siteFolderbut when are things going to be that simple anyways?