css-modules/postcss-modules-extract-imports

Configure base path for imports.

MeoMix opened this issue · 1 comments

It'd be nice to leverage a lot of the configuration from https://github.com/postcss/postcss-import and apply it here.

Specifically, I'd like to say composes: white from 'common/css/color.css' instead of composes: white from '../../common/css/color.css'

It's css-loader, postcss-modules or css-modulsify issue