2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Remove unnecessary nesting selectors

This commit is contained in:
XhmikosR
2020-06-09 16:55:23 +03:00
parent 512242943c
commit 800952cef0
2 changed files with 2 additions and 2 deletions
+1 -1
View 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;
}