1
0
This repository has been archived on 2021-02-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ttv-streamkit/resources/sass/_uikit.scss

15 lines
445 B
SCSS
Vendored

// 1. Your custom variables and variable overwrites.
// $global-link-color: #DA7D02;
// 2. Import default variables and available mixins.
@import "~uikit/src/scss/variables-theme";
@import "~uikit/src/scss/mixins-theme";
// 3. Your custom mixin overwrites.
// @mixin hook-card() { color: #000; }
// 4. Import UIkit.
@import "~uikit/src/scss/uikit-theme";
// uikit overrides, mainly fixes of colors due to dark theme
@import "uikitOverrides";