thoughtbot / bitters

Add a dash of pre-defined style to your Bourbon.
https://thoughtbot.com
MIT License
1.39k stars 142 forks source link

Defining Bitters variables as !default #276

Closed atcen closed 7 years ago

atcen commented 7 years ago

Example:

// Typography
$base-font-family: $font-stack-system !default;
$heading-font-family: $base-font-family !default;

Whit this it would be possible to override variables before including bitters. So bitters will compile with the predefined fonts, etc.

tysongach commented 7 years ago

This is a duplicate of https://github.com/thoughtbot/bitters/issues/195.

Bitters is not a library, but a scaffold of styles (a starting off point) and we encourage you to modify and extend it to meet your design and brand requirements, not override it.