UNPKG

204 BSCSSView Raw
1/**
2* List style utilities.
3*
4* naming convention: gl-list-style-{value}
5*/
6@mixin gl-list-style-none {
7 list-style-type: none;
8}
9
10@mixin gl-list-style-position-inside {
11 list-style-position: inside;
12}