routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
@use '../tools';
|
||||
|
||||
@include tools.layer('core.base') {
|
||||
.v-locale {
|
||||
&--is-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
&--is-ltr {
|
||||
direction: ltr;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user