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
Initially I thought this may have been an issue with the SCSS library I was using (imperavi/superkube#8), however the fact that I have left this project alone since I made that issue and today I tried picking it up again and received a different error tells me something else may be going on.
The nature of the issue seems to be consistent, but which mixin it fails to find seems to change based on the day. Currently, it's this:
Error: no mixin named placeholder
on line 20 of input/assets/lib/superkube/base/elements.scss
>> @include placeholder(var(--placeholder-default));
---------^
This seems to be a cascading variable because anything after the line in question also fails every other include. Any ideas where to start debugging this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Initially I thought this may have been an issue with the SCSS library I was using (imperavi/superkube#8), however the fact that I have left this project alone since I made that issue and today I tried picking it up again and received a different error tells me something else may be going on.
I am targeting .NET 6 and I have these includes:
The nature of the issue seems to be consistent, but which mixin it fails to find seems to change based on the day. Currently, it's this:
This seems to be a cascading variable because anything after the line in question also fails every other include. Any ideas where to start debugging this?
Beta Was this translation helpful? Give feedback.
All reactions