summaryrefslogtreecommitdiff
path: root/examples/tailwindcss
diff options
context:
space:
mode:
authorGravatar Drew Powers <1369770+drwpow@users.noreply.github.com> 2021-05-06 10:38:53 -0600
committerGravatar GitHub <noreply@github.com> 2021-05-06 10:38:53 -0600
commitb81abd5b2c0e68f05c99eaad54eb5b9a6bc092db (patch)
treee21c6c1318b5bf2cf7c6cb74290a6262fdab6e22 /examples/tailwindcss
parent64f4f74fb641194c12edf3888a55a3359c9f594f (diff)
downloadastro-b81abd5b2c0e68f05c99eaad54eb5b9a6bc092db.tar.gz
astro-b81abd5b2c0e68f05c99eaad54eb5b9a6bc092db.tar.zst
astro-b81abd5b2c0e68f05c99eaad54eb5b9a6bc092db.zip
Add CSS bundling (#172)
* Add CSS bundling * Add Changeset * Update build script * Count better * Fix stats * Cleanup * Add test * Show profile ms under 750ms
Diffstat (limited to 'examples/tailwindcss')
-rw-r--r--examples/tailwindcss/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tailwindcss/package.json b/examples/tailwindcss/package.json
index 7889890db..c00350964 100644
--- a/examples/tailwindcss/package.json
+++ b/examples/tailwindcss/package.json
@@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
- "astro": "0.0.11",
+ "astro": "^0.0.12",
"tailwindcss": "^2.1.1"
},
"snowpack": {