Level 74
Check purgecss https://www.purgecss.com/
My goal is to 'simply' remove duplicated rules from final css
for example, including bootstrap.scss and then overriding it ca cause to have 2
html {
font-family: ... something ...
}
definitions
And I'd like to have only one in the generated one.
Please or to participate in this conversation.