mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
13 lines
228 B
SCSS
13 lines
228 B
SCSS
![]() |
// Functions
|
||
|
|
||
|
@function findTextColor($color) {
|
||
|
@if (lightness($color) > 50) {
|
||
|
@return $dark;
|
||
|
} @else {
|
||
|
@return $white;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
// Imports
|
||
|
@import "./node_modules/bootstrap/scss/bootstrap";
|
||
|
@import "./overrides.sass";
|