diff options
author | 2021-05-06 10:38:53 -0600 | |
---|---|---|
committer | 2021-05-06 10:38:53 -0600 | |
commit | b81abd5b2c0e68f05c99eaad54eb5b9a6bc092db (patch) | |
tree | e21c6c1318b5bf2cf7c6cb74290a6262fdab6e22 /examples/tailwindcss | |
parent | 64f4f74fb641194c12edf3888a55a3359c9f594f (diff) | |
download | astro-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.json | 2 |
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": { |