blob: 28ca881a81e7b0f7b6eceff772056edddef1f49d (
plain) (
blame)
1
2
3
4
5
6
7
8
|
---
'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.
|