lookingglass/hyperglass/static/main.scss
Matt Love 2f2c32422e 🚀🎨💄
2019-08-06 01:09:55 -07:00

13 lines
No EOL
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";