From a59d2fe237cfc4025d16bd98479a09f586a4fbec Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sat, 11 Jul 2026 13:02:09 -0400 Subject: [PATCH] remove extended colors, use extras/colors.css --- src/stylelite.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/stylelite.css b/src/stylelite.css index 6423999..77e56c5 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -12,10 +12,6 @@ --default: #DDD; --primary: var(--theme, #5499C7); --secondary: #404040; - - --success: #198754; - --warning: #fbc02d; - --danger: #C62828; } [data-theme=dark] {