bu-ist / responsive-child-starter

A starter template for themes using Responsive Framework version 2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skip-link extend error

briannehinchliffe opened this issue · comments

Grunt build will not run due to error below:
Screen Shot 2020-01-23 at 5 00 12 PM

May be an ordering issue? Making optional in _navigation.scss did allow grunt build to run.
.skip-link { @extend %skip-link !optional; }

Turns out this was a non-issue, however it was fixed on develop and not master. Therefore, all that was required was merging develop into master which was done successfully!