8 lines
96 B
SCSS
8 lines
96 B
SCSS
@mixin slim-ul {
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
padding: 0;
|
|
|
|
list-style-type: none;
|
|
}
|