From df4671788c35e01c238a10b39df70c812828a19a Mon Sep 17 00:00:00 2001 From: natemoo-re Date: Mon, 22 Nov 2021 22:27:25 +0000 Subject: [PATCH] [ci] yarn format --- docs/src/pages/guides/styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/guides/styling.md b/docs/src/pages/guides/styling.md index 129114235..595804d03 100644 --- a/docs/src/pages/guides/styling.md +++ b/docs/src/pages/guides/styling.md @@ -227,7 +227,7 @@ module.exports = { plugins: { tailwindcss: {}, }, -} +}; ``` Now you're ready to write Tailwind! Our recommended approach is to create a `src/styles/global.css` file (or whatever you‘d like to name your global stylesheet) with [Tailwind utilities][tailwind-utilities] like so: