Add problems plugin v3.0.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-18 23:42:54 +02:00
parent a9be15caf3
commit db400a6993
121 changed files with 13261 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
// Toast variant mixin
@mixin toast-variant($color: $dark-color) {
background: rgba($color, .9);
border-color: $color;
}