north / generator-style-prototype

Yeoman Generator for Style Prototypes
362 stars 49 forks source link

Variables partials load order issues. #49

Closed thiagodemellobueno closed 10 years ago

thiagodemellobueno commented 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.

Snugug commented 10 years ago

These partials no longer exist in 2.0