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
CSS styles appear to be global. This was noticed when two styles in different components were named the same thing and one was using the other's styles.
This may have something to do with compiling the css at run time but I'm not sure.
Worth looking into node-sass first.
After this is fixed,
Rename longer styles to be short again. For example, questContentHeaderText can just be headerText.
The text was updated successfully, but these errors were encountered:
CSS styles appear to be global. This was noticed when two styles in different components were named the same thing and one was using the other's styles.
This may have something to do with compiling the css at run time but I'm not sure.
Worth looking into
node-sass
first.After this is fixed,
questContentHeaderText
can just beheaderText
.The text was updated successfully, but these errors were encountered: