File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,8 +226,8 @@ Here is a SASS code snippet which can make life easier (Thanks to @ascendantofra
226226 @for $i from 1 through $gridstack-columns {
227227 &[data-gs-width='#{$i}'] { width: (100% / $gridstack-columns) * $i; }
228228 &[data-gs-x='#{$i}'] { left: (100% / $gridstack-columns) * $i; }
229- &.grid-stack > .grid-stack-item [data-gs-min-width='#{$i}'] { min-width: (100% / $gridstack-columns) * $i; }
230- &.grid-stack > .grid-stack-item [data-gs-max-width='#{$i}'] { max-width: (100% / $gridstack-columns) * $i; }
229+ &[data-gs-min-width='#{$i}'] { min-width: (100% / $gridstack-columns) * $i; }
230+ &[data-gs-max-width='#{$i}'] { max-width: (100% / $gridstack-columns) * $i; }
231231 }
232232}
233233```
You can’t perform that action at this time.
0 commit comments