1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

13 lines
228 B
SCSS
Raw Normal View History

2019-08-06 01:09:55 -07:00
// Functions
@function findTextColor($color) {
@if (lightness($color) > 50) {
@return $dark;
} @else {
@return $white;
}
}
// Imports
@import "./node_modules/bootstrap/scss/bootstrap";
@import "./overrides.sass";