You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would much rather do &:first-child:not([class^="offset"]) { margin-left: 0; } instead, because offsetting a column is necessary regardless of the layout style( fluid or fixed ).
The text was updated successfully, but these errors were encountered:
https://github.com/atomicpages/skeleton-sass/blob/master/skeleton/core/_dependencies.scss#L28
I would much rather do
&:first-child:not([class^="offset"]) { margin-left: 0; }
instead, because offsetting a column is necessary regardless of the layout style( fluid or fixed ).The text was updated successfully, but these errors were encountered: