feat(uti): Move directory
[csit.git] / resources / tools / dash / app / pal / static / sass / bootstrap / mixins / _lists.scss
diff --git a/resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_lists.scss b/resources/tools/dash/app/pal/static/sass/bootstrap/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;
-}