routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
@use '../settings';
|
||||
|
||||
@mixin layer ($name) {
|
||||
@if ($name == 'transitions' or $name == 'trumps') {
|
||||
$name: 'final.' + $name;
|
||||
}
|
||||
@at-root (without: layer) {
|
||||
@layer vuetify-#{$name} {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user