add grid, initial version
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
@mixin inset($top, $right, $bottom, $left) {
|
||||
top: $top;
|
||||
right: $right;
|
||||
bottom: $bottom;
|
||||
left: $left;
|
||||
}
|
||||
|
||||
@mixin scrollbar() {
|
||||
&::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
@ -8,4 +15,4 @@
|
||||
background-color: rgba(168, 168, 168, 0.9);
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user