psu-libraries / psulib_base

Drupal Base Theme
0 stars 0 forks source link

Issue #56 - Updating init to include all variables. Making variable d… #57

Closed zipymonkey closed 2 months ago

zipymonkey commented 2 months ago

…efinitions defaults to allow subtheme to overridden them.

This allows subthemes to override base theme variables. Example below:

// Variable Overrides.
$font-size-root: 16px;

// Include bootstrap.
@import '../../../../themes/contrib/psulib_base/scss/style';