sync
[roojs1] / scss / bootstrap / mixins / _lists.scss
diff --git a/scss/bootstrap/mixins/_lists.scss b/scss/bootstrap/mixins/_lists.scss
new file mode 100644 (file)
index 0000000..2518562
--- /dev/null
@@ -0,0 +1,7 @@
+// Lists
+
+// Unstyled keeps list items block level, just removes default browser padding and list-style
+@mixin list-unstyled {
+  padding-left: 0;
+  list-style: none;
+}