Robin Malfait 68c32d1a60
Make custom @at-root private API (#14618)
This PR makes the internal `@at-root` API private. Before this PR you
could use `@at-root` in your own CSS, which means that it was part of
the public API. If you (accidentally) used it in variants, you could
generate CSS that was completely broken.

This now introduces a new private `AtRoot` node (similar to the recently
introduced `Context` node) and can only be constructed within the
framework.
2024-10-08 13:47:55 +02:00
..
2024-10-03 16:39:59 +02:00
2024-10-03 16:39:59 +02:00
2024-10-03 16:39:59 +02:00
2024-03-05 14:29:15 +01:00