astro/examples/tailwindcss
duncanhealy a89a52b1cd
force pnpm to hoist packages inside astro ()
* force pnpm to hoist packages inside astro  

* Add changeset for hoisted packages 
2021-06-24 09:48:25 -04:00
..
public Add Tailwind support to Astro Dev Server () 2021-05-21 14:02:19 -06:00
src Add Tailwind support to Astro Dev Server () 2021-05-21 14:02:19 -06:00
.gitignore Update defaults directory structure to src and dist () 2021-04-26 15:54:20 -06:00
.npmrc force pnpm to hoist packages inside astro () 2021-06-24 09:48:25 -04:00
astro.config.mjs Add Tailwind support to Astro Dev Server () 2021-05-21 14:02:19 -06:00
package.json Version Packages () 2021-06-22 15:01:33 -04:00
README.md Update defaults directory structure to src and dist () 2021-04-26 15:54:20 -06:00
tailwind.config.js Add .svelte to the tailwind config () 2021-06-15 12:51:42 -04:00

Astro + Tailwind

Setup

npm install

Dev

npm start

Preview at http://localhost:3000

Build

npm build

Will output static site at ./dist