posthtml-postcss-modules icon indicating copy to clipboard operation
posthtml-postcss-modules copied to clipboard

PostCSS CSS Modules Plugin

Results 1 posthtml-postcss-modules issues
Sort by recently updated
recently updated
newest added

Consider the following structure: ``` index.html header |--header.html |--header.css ``` `index.html` ``` ``` `header/header.html` ``` ``` Build will fail. I tried to solve this with `__dirname` hacks in `posthtml.config.js` with...

enhancement
help wanted