create-cep-extension icon indicating copy to clipboard operation
create-cep-extension copied to clipboard

Add CSS modules support

Open jenglamlow opened this issue 7 years ago • 1 comments

Hi,

I've updated the webpack config to support CSS modules. I'm not sure whether you want to merge it as a feature, as merging might cause the previous css rendering to fail.

With this implementation, it is required to wrap the css property with :global tag to declare the attribute as global scoped as mentioned here

jenglamlow avatar Apr 02 '18 11:04 jenglamlow

@jenglamlow, Nice! Also I definitely try out this lib https://github.com/css-modules/css-modules

vladdancer avatar Sep 24 '18 17:09 vladdancer