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
Additionally, if I write a regular, plain CSS media query inside .is-hidden-tablet / %is-hidden-tablet (instead of making a call to breakpoint() then I do not get any errors.
Hi,
I have the following placeholder and class set up:
When I try and use
@extend %is-hidden-tablet;
then I get this error message:If I change my placeholder and class to the following then everything works okay:
I don't think this is a bug with Sass or Breakpoint as I can't reproduce the issue in Sassmeister: http://www.sassmeister.com/gist/35cc92c46ec3154fb723581aaed3943e
Does anyone have any idea what might be the cause?
The text was updated successfully, but these errors were encountered: