From 8d4b296bd2f22b7ff81308210524ce0c644c5593 Mon Sep 17 00:00:00 2001 From: Michael Di Prisco Date: Mon, 9 Oct 2023 20:48:07 +0200 Subject: docs: fixing a couple typos (#6331) --- docs/dev/css.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/css.md') diff --git a/docs/dev/css.md b/docs/dev/css.md index a74f5d1ea..53ebc6c06 100644 --- a/docs/dev/css.md +++ b/docs/dev/css.md @@ -49,7 +49,7 @@ This is useful for preventing flash of unstyled content. ## With `bun bun` -Bun bundles `.css` files imported via `@import` into a single file. It doesn’t autoprefix or minify CSS today. Multiple `.css` files imported in one JavaScript file will _not_ be bundled into one file. You’ll have to import those from a `.css` file. +Bun bundles `.css` files imported via `@import` into a single file. It doesn’t auto-prefix or minify CSS today. Multiple `.css` files imported in one JavaScript file will _not_ be bundled into one file. You’ll have to import those from a `.css` file. This input: -- cgit v1.2.3