Open michelfrf opened 3 years ago
This was causing issues with export since it was prefixing :export
which is a ccs modules functionality similar to modules.export
, please refer to the following https://github.com/css-modules/icss#export thanks and apologies if I came back to you later.
Thanks for the contribution @michelfrf. Looking good so far 🌵
The test was added let me know if you are happy with the changes.
Avoid prefix for
:export
since:export
block defines the symbols that are going to be exported to the consumer. It can be thought of functionally equivalent to the module.export