Using CSS Cascade Layers to Manage Custom Styles in a Tailwind Project

1 · CSS-Tricks · Aug. 24, 2022, 2:23 p.m.
If a utility class only does one thing, chances are you don’t want it to be overridden by any styles coming from elsewhere. One approach is to use !important to be 100% certain the style will be applied, regardless of … Using CSS Cascade Layers to Manage Custom Styles in a Tailwind Project originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter....