improve scss of character values
This commit is contained in:
parent
0d2af1ae00
commit
9cd430a229
2 changed files with 31 additions and 26 deletions
|
@ -14,3 +14,8 @@
|
|||
@mixin hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@mixin centered-content {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue