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
Describe the bug
Adding a new breakpoint breaks compilation.
To Reproduce
Steps to reproduce the behavior:
Edit $grid-media variable to add a 3xl breakpoint
Compile sass
get error: Fatal error: Invalid null operation: "0.91667 times null".
Expected behavior
Sass compiles with the new breakpoint everywhere it needs to.
Describe the bug
Adding a new breakpoint breaks compilation.
To Reproduce
Steps to reproduce the behavior:
Edit $grid-media variable to add a 3xl breakpoint
Compile sass
get error:
Fatal error: Invalid null operation: "0.91667 times null".
Expected behavior
Sass compiles with the new breakpoint everywhere it needs to.
Additional context
#343
The text was updated successfully, but these errors were encountered: