css-modules / postcss-icss-values

Pass arbitrary constants between your module files
MIT License
203 stars 18 forks source link

[namespaces] Importing all values #78

Open khankuan opened 7 years ago

khankuan commented 7 years ago

Hi, is there a way to import all values, i.e,

@value * as colors from './colors'
tivac commented 7 years ago

That idea was brought up here: https://github.com/css-modules/css-modules/issues/186#issuecomment-257421710

Nothing exists in CSS Modules to do that currently.