diff options
author | 2023-09-22 14:49:43 +0000 | |
---|---|---|
committer | 2023-09-22 14:49:43 +0000 | |
commit | b1310e6f13c029e880145cc08a7f31129412a06c (patch) | |
tree | abcf4a522ae930d5dae4bcb86a88f981d10e464f | |
parent | a3bee1477efe1da2107ea961095212f94ba45962 (diff) | |
download | astro-b1310e6f13c029e880145cc08a7f31129412a06c.tar.gz astro-b1310e6f13c029e880145cc08a7f31129412a06c.tar.zst astro-b1310e6f13c029e880145cc08a7f31129412a06c.zip |
[ci] format
-rw-r--r-- | packages/integrations/tailwind/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/tailwind/README.md b/packages/integrations/tailwind/README.md index 269931e1e..a0225db77 100644 --- a/packages/integrations/tailwind/README.md +++ b/packages/integrations/tailwind/README.md @@ -78,7 +78,7 @@ module.exports = { extend: {}, }, plugins: [], -} +}; ``` ## Usage |