feat(website): add build script for frontend dependencies
This commit is contained in:
parent
7e8dc4ec5a
commit
698294c74e
10 changed files with 181 additions and 16 deletions
|
|
@ -313,6 +313,12 @@
|
|||
border-radius: var(--prj-border-radius);
|
||||
}
|
||||
|
||||
@each $index, $variable, $value in $spacings {
|
||||
.msp-border-#{$index} {
|
||||
border: #{$index}px var(--msp-border-style) var(--msp-border-color);
|
||||
}
|
||||
}
|
||||
|
||||
.msp-text-none {
|
||||
text-transform: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue