Jordan Pittman 2941a7b5c2
Track source locations through @plugin and @config (#18329)
Fixes https://github.com/tailwindlabs/tailwindcss-forms/issues/182

Inside JS plugins and configs we weren't tracking source location info
so using things like `addBase(…)` could result in warnings inside Vite's
url rewriting PostCSS plugin because not all declarations had a source
location.

The goal here is for calls to `addBase` to generate CSS that points back
to the `@plugin` or `@config` that resulted in it being called.
2025-07-03 11:20:54 -04:00
..
2025-07-02 22:49:47 +02:00
2025-07-02 22:49:47 +02:00
2025-07-02 22:49:47 +02:00
2025-07-02 22:49:47 +02:00
2025-07-02 22:49:47 +02:00
2025-07-02 22:49:47 +02:00
2024-12-11 15:27:20 +01:00