esbuild-css-modules-plugin
esbuild-css-modules-plugin copied to clipboard
Unknown at rule: @value > postcss plugins not allowed
Hello,
I got error when using @value annotation:
✘ [ERROR] [plugin esbuild-css-modules-plugin] Unknown at rule: @value
example using:
@value colors: "./colors.css";
@value dark from colors;
.button {
background-color: dark;
}
@value may be currently not supported by https://github.com/parcel-bundler/parcel-css which is used to transform css if v2 set to true
ok I see, here would be the issue to follow then https://github.com/parcel-bundler/parcel-css/issues/6
solution for v1 #36