routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
@use '../../styles/tools'
|
||||
@use './variables' as *
|
||||
|
||||
@include tools.layer('components')
|
||||
.v-sheet
|
||||
display: block
|
||||
|
||||
@include tools.border($sheet-border...)
|
||||
@include tools.elevation($sheet-elevation)
|
||||
@include tools.position($sheet-positions)
|
||||
@include tools.rounded($sheet-border-radius)
|
||||
@include tools.theme($sheet-theme...)
|
||||
|
||||
&--rounded
|
||||
@include tools.rounded($sheet-rounded-border-radius)
|
||||
Reference in New Issue
Block a user