- Refactors the
AtRuleto handle Tailwind 4.x nesting of media queries
- Changes the wrapping of the
:where()pseudoclass so that it doesn't set specificity of some elements to0, resulting in a broken cascade.
- Add
:where()pseudo-class back to fix specificity issues.
- Supports body style in and out of media queries. Also supports body style applied to indentifiers like ids and classes if they exist on the body tag.
Uses the new
[data-apos-refreshable-body]that exists and replace the body in breakpoint preview in core.
- Expands handling and conversion of more media queries and units
- Creates a unique plugin to handle toggle between viewport and container mode when body has a specific attribute.
- Setups mocha tests for the plugin.