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
Susy 3 appears to exclude the full() mixin, which is used on line 4 of gravity-forms-scss/scss/partials/_progress.scss which will throw on an error like:
Error: no mixin named full on line 4 of assets/sass/vendor/gravity-forms-scss/scss/partials/_progress.scss >> @include full();
Downgrading to Susy 2 fixes this issue. It might be nice to clarify the Susy 2 dependency explicitly in the readme.
The text was updated successfully, but these errors were encountered:
Susy 3 appears to exclude the full() mixin, which is used on line 4 of gravity-forms-scss/scss/partials/_progress.scss which will throw on an error like:
Error: no mixin named full
on line 4 of assets/sass/vendor/gravity-forms-scss/scss/partials/_progress.scss
>> @include full();
Downgrading to Susy 2 fixes this issue. It might be nice to clarify the Susy 2 dependency explicitly in the readme.
The text was updated successfully, but these errors were encountered: