@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";