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
then the Classes::sidebar_button class doesn't actually work. The reason is that because it has the same sidebar prefix as an already mangled class, it mangles the prefix on accident instead of the entire class.
Problem
If I have a CSS module like so:
then the
Classes::sidebar_button
class doesn't actually work. The reason is that because it has the samesidebar
prefix as an already mangled class, it mangles the prefix on accident instead of the entire class.in the DOM it's correct, but due to the mismatch can't find the class:
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
The button should be blue.
Screenshots
Environment:
Questionnaire
I'm interested in fixing this myself, if no one else fixes it.
The text was updated successfully, but these errors were encountered: