next-purgecss icon indicating copy to clipboard operation
next-purgecss copied to clipboard

nextjs + purgecss for smaller css bundles

Results 8 next-purgecss issues
Sort by recently updated
recently updated
newest added

I'm using next-purgecss with @zeit/next-scss and the result css is purget "too much". My sccs structure is: @import "variables"; @import "../../node_modules/bootstrap/scss/bootstrap"; @import "base"; ... I think that the result does...

i make css modules true in my next.config but it will purge all of my css. ![image](https://user-images.githubusercontent.com/49060396/107148872-d0796a80-696a-11eb-88e2-6f3dd01f4a6f.png)

So I've tested the plugin and it seems to work. The problem I face tho is that Purge cleans more than it needs to. When visiting different pages some styles...

@lucleray I don't know if it's related to `next-compose-plugins` but when I use this plugin the hash of the generated `common` chunks is wrong. ```js module.exports = withPlugins( [ withCSS,...

bug

I am using next-stylus. Can we purge css from it. If yes, how to implement. Any example?

help wanted
good first issue

Hi there, I am getting this error ``` ./styles/main.css ModuleParseError: Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders...