Elkfox/shopify-theme-framework

Helpers below grid

Closed this issue · 0 comments

Helpers should go below the grid in app.scss so that viewport helpers always override the standard grid styling:

@import url('global/helpers.scss');
@import url('global/grid.scss');

@import url('global/grid.scss');
@import url('global/helpers.scss');