michalkvasnicak / babel-plugin-css-modules-transform

Extract css class names from required css module files, so we can render it on server.
MIT License
326 stars 54 forks source link

Dynamic mode? #77

Closed thedv91 closed 5 years ago

thedv91 commented 6 years ago

I want change mode: "local/global" by extensions or some files loaded in global mode./

How do I configure?

michalkvasnicak commented 6 years ago

Hello, I don't know of any way how to do it. I think you will have to stick to :global or :local modifiers.