1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-23 03:41:03 +00:00
Files
privacyguides.org/_sass/bootstrap/mixins/_lists.scss

8 lines
170 B
SCSS
Raw Normal View History

2020-04-28 16:09:22 -05:00
// Lists
// Unstyled keeps list items block level, just removes default browser padding and list-style
2020-04-28 16:14:23 -05:00
@mixin list-unstyled() {
2020-04-28 16:09:22 -05:00
padding-left: 0;
list-style: none;
}