Long time Tailwind CSS user here, feels like there are many CSS native features I have skipped since 2018. Does anyone have a recap?
Synthesized Answer
Based on 3 community responses
As a long-time Tailwind CSS user, you've likely missed out on several significant advancements in native CSS since 2018. One major development is the improved support for CSS Grid and Flexbox, allowing for more flexible and powerful layout options. Additionally, CSS has introduced various new features such as CSS Custom Properties (variables), which enable more efficient theming and styling. Other notable additions include improved pseudo-classes and the :has() pseudo-class, which simplifies complex selector logic.