]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove unnecessary nesting selectors
authorXhmikosR <xhmikosr@gmail.com>
Tue, 9 Jun 2020 13:55:23 +0000 (16:55 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 15 Sep 2020 08:57:36 +0000 (11:57 +0300)
scss/_list-group.scss
scss/mixins/_grid.scss

index 9fb11bf616e2e58676a361f4282e9b9dd5a68581..b1937909b223b85b7ddd3af1bf81918863ebf9e6 100644 (file)
           margin-top: 0;
         }
 
-        + .list-group-item {
+        + .list-group-item {
           border-top-width: $list-group-border-width;
           border-left-width: 0;
 
index 3a4fafb1a3422b5dff984ed7f58d014e41318ecf..9e9bba3ccb72db27f8cb23e7f266e2e0e67eda09 100644 (file)
@@ -47,7 +47,7 @@
 // numberof columns. Supports wrapping to new lines, but does not do a Masonry
 // style grid.
 @mixin row-cols($count) {
-  > * {
+  > * {
     flex: 0 0 auto;
     width: 100% / $count;
   }