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 not contain all of bootstrap classes defined by functions that generates classes like "justify-content-lg-end" atc. So after purging all bootstrap classes not working.
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 not contain all of bootstrap classes defined by functions that generates classes like "justify-content-lg-end" atc. So after purging all bootstrap classes not working.