summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/_sila/helpers/_functions.scss
blob: 57956c99e3c9cbe49633dc86e33669e5cd61acc9 (plain)
1
2
3
4
5
6
7
8
9
// This function is usually used to get a lighter
// theme variant color to use as a background color
@function theme-color-light($variant) {
  @return theme-color-level($variant, -11.3);
}

@function theme-color-dark($variant) {
  @return theme-color-level($variant, 2);
}