posthtml / posthtml-css-modules

Use CSS modules in HTML
MIT License
54 stars 5 forks source link

allow passing css modules object to cssModulesPath #10

Closed Narazaka closed 7 years ago

Narazaka commented 7 years ago

I want to do like below...

postcss([
  require('postcss-modules')({
    getJSON: function(cssFileName, json) {
      posthtml([require('posthtml-css-modules')(json)]).process(html).then(...);
    }
  })
]);
maltsev commented 7 years ago

Thanks, @Narazaka! I just released your changes as version 0.1.3.