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

8 lines
168 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
@mixin list-unstyled {
padding-left: 0;
list-style: none;
}