diff options
author | 2022-08-15 09:20:22 -0500 | |
---|---|---|
committer | 2022-08-15 09:20:22 -0500 | |
commit | 6227eaf9a2f41e7ca5432f5cd488b0b0a2bb7b46 (patch) | |
tree | dd56e1ea0e4982b7ffa8da11e886b2b545c6df09 | |
parent | 63758ae35f02af322bcab346507af461533799a1 (diff) | |
download | astro-6227eaf9a2f41e7ca5432f5cd488b0b0a2bb7b46.tar.gz astro-6227eaf9a2f41e7ca5432f5cd488b0b0a2bb7b46.tar.zst astro-6227eaf9a2f41e7ca5432f5cd488b0b0a2bb7b46.zip |
Update README.md (#4326)
Removed a duplicate line.
-rw-r--r-- | packages/integrations/tailwind/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/integrations/tailwind/README.md b/packages/integrations/tailwind/README.md index 81a237f30..654909ed4 100644 --- a/packages/integrations/tailwind/README.md +++ b/packages/integrations/tailwind/README.md @@ -137,7 +137,6 @@ You can now [import your own `base.css` as a local stylesheet](https://docs.astr ## Troubleshooting - If your installation doesn't seem to be working, make sure to restart the dev server. - If you edit and save a file and don't see your site update accordingly, try refreshing the page. -- If you edit and save a file and don't see your site update accordingly, try refreshing the page. - If refreshing the page doesn't update your preview, or if a new installation doesn't seem to be working, then restart the dev server. For help, check out the `#support-threads` channel on [Discord](https://astro.build/chat). Our friendly Support Squad members are here to help! |