summaryrefslogtreecommitdiff
path: root/examples/tailwindcss/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tailwindcss/README.md')
-rw-r--r--examples/tailwindcss/README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/examples/tailwindcss/README.md b/examples/tailwindcss/README.md
deleted file mode 100644
index dd96562bd..000000000
--- a/examples/tailwindcss/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# Astro + Tailwind
-
-## Setup
-
-```
-npm install
-```
-
-## Dev
-
-```
-npm start
-```
-
-Preview at `http://localhost:3000`
-
-## Build
-
-```
-npm build
-```
-
-Will output static site at `./dist`