mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
314 B
314 B
astro |
---|
patch |
Add support for advanced CSS imports with ?raw
and ?url
⚠️WARNING⚠️: Be careful when bypassing Astro's built-in CSS bundling! Styles won't be included in the built output - this is best used in combination with
set:html
to inline styles directly into the built HTML page.