TrestleAdmin/trestle

View on GitHub
frontend/theme/trestle/theme/_variables.scss

Summary

Maintainability
Test Coverage
$theme-colors: null !default;

// Import deprecated user-defined variables
@import "trestle/_variables";

$brand-primary: false !default;

@if $brand-primary != false {
  $theme-colors: (
    "primary": $brand-primary
  );
}

// Import user-defined theme variables
@import "trestle/_theme";