add luxe template

This commit is contained in:
2024-05-21 05:22:52 +02:00
parent 00062e5a17
commit 6563f89639
153 changed files with 27459 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
// Contextual backgrounds
// [converter] $parent hack
@mixin bg-variant($parent, $color) {
#{$parent} {
background-color: $color;
}
a#{$parent}:hover,
a#{$parent}:focus {
background-color: darken($color, 10%);
}
}