You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a nextjs project .I am using postcss-purgecss to remove my unused css classes but I am facing one issue .In my style.css file there is two :before class on same element.
.but when I compile and remove unused css file it remove one before class.I want both should be present in my bundle css file.How I will achieve this ? current output is this
I have a nextjs project .I am using
postcss-purgecss
to remove myunused css
classes but I am facing one issue .In mystyle.css
file there is two:before
class on same element.I take help from https://purgecss.com/guides/next.html
.but when I compile and remove
unused css
file it remove onebefore class
.I want both should be present in my bundle css file.How I will achieve this ? current output is thisHere is my
postcss.config.js
fileany update.. ?
The text was updated successfully, but these errors were encountered: