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-code
|
||||
background-color: $code-background-color
|
||||
color: $code-color
|
||||
border-radius: $code-border-radius
|
||||
line-height: $code-line-height
|
||||
font-size: $code-font-size
|
||||
font-weight: $code-font-weight
|
||||
padding: $code-padding
|
||||
|
||||
&:has(> pre)
|
||||
display: inline-block
|
||||
Reference in New Issue
Block a user