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've checked your issue on my machine and it seams to be an compiler issue. When I compile with grunt "compass" it's all ok but with grunt sass or gulp sass I got the same issue as you.
In the example of the grid with mixins add in the file grid_mixins.scss add this:
This generates the code for the items properly, but for the generic styles that are bundled via _grid_common_grid we receive following selector:
that lacks the selector for the .list__item:nth-child(2).
I was using
node-sass@3.4.2
that was fetched by default in your package.I'm attaching zip with the updated code:
gridle.zip
The text was updated successfully, but these errors were encountered: