blob: 0c8be232112b869bf113104f97e78447d945bf05 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@import "../pysite/variables"; // Imported because DRY
// Custom variables
$global-primary-background: $primary_background;
// UIKit default variables and mixins
@import "variables-theme";
@import "mixins-theme";
// Custom mixin overwrites
@mixin hook-card() { color: #000; }
// UIkit itself
@import "uikit-theme";
|