routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
@use '../tools';
|
||||
|
||||
@include tools.layer('utilities.theme-base') {
|
||||
.v-theme-on-light {
|
||||
color: rgb(var(--v-theme-on-light));
|
||||
}
|
||||
.v-theme-on-dark {
|
||||
color: rgb(var(--v-theme-on-dark));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user