|
|
|
|
|
by dmitriid
1613 days ago
|
|
> that which is too much should not have been added in the first place. The problem is, with CSS you don't know if you've added too much. As the project evolves, and code and styles change there's literally no way of knowing if a certain CSS rule is still in use Well, except regexp'ing the whole project looking for matches. |
|
That's basically what these tree-shaking tools do.