_breakpoints !global assignment
Closed this issue · 1 comments
stephenberry commented
I am getting the following warning when building with Hugo:
_breakpoints.scss:
!global assignments won't be able to declare new variables in future versions.
Consider adding `$breakpoints: null` at the top level.
caressofsteel commented
Fixed with #31 (comment)