diff options
Diffstat (limited to '.changeset/dull-bobcats-clean.md')
-rw-r--r-- | .changeset/dull-bobcats-clean.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.changeset/dull-bobcats-clean.md b/.changeset/dull-bobcats-clean.md new file mode 100644 index 000000000..28ca881a8 --- /dev/null +++ b/.changeset/dull-bobcats-clean.md @@ -0,0 +1,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.
\ No newline at end of file |