Closed thiagodemellobueno closed 10 years ago
variables/all/ lists partial imports as such
@import "colors"; @import "typography"; @import "settings";
however $base-size is set in the settings partial, and errors out of the box.
flipping the order thus:
@import "colors"; @import "settings"; @import "typography";
fixes this.
These partials no longer exist in 2.0
variables/all/ lists partial imports as such
however $base-size is set in the settings partial, and errors out of the box.
flipping the order thus:
fixes this.