dnomak / flexiblegs-scss-plus

Flexible Grid System Scss Plus
https://dnomak.com/flexiblegs/install/scss-plus/
MIT License
1.35k stars 131 forks source link

Add default! to all settings variables #29

Closed meowsus closed 5 years ago

meowsus commented 8 years ago

Since the load order in app.scss is:

@import "scss/helper/flexiblegs-settings";
@import "bower_components/flexiblegs-scss/flexiblegs-scss";
@import "scss/helper/flexiblegs-scss-plus";

Wouldn't it be more useful to define all variables in flexiblegs-settings.scss as default! so that the host application could remove/modify these settings?

A few use cases would be:

Just to name a few.