OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / bootstrap / scss / mixins / _lists.scss
diff --git a/tools/side_chain_tool/web/node_modules/bootstrap/scss/mixins/_lists.scss b/tools/side_chain_tool/web/node_modules/bootstrap/scss/mixins/_lists.scss
deleted file mode 100644 (file)
index 2518562..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-// Lists
-
-// Unstyled keeps list items block level, just removes default browser padding and list-style
-@mixin list-unstyled {
-  padding-left: 0;
-  list-style: none;
-}