We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I ran into an issue today where I tried using the name .LightGray as a class name and got errors when I composed it:
.LightGray
referenced class name "#d3d3d3" in composes not found
Not sure if this is css-loader or some other webpack element (sass/postcss) that's causing this.