sapper-postcss-tailwind-rollup
sapper-postcss-tailwind-rollup copied to clipboard
Step 1: Downloaded repo. Step 2: `npm i`. Step 3: `npm run dev`. Step 4: Added the `flex` and `bg-red-700` class to figure element in `index.svelte`. Does not update styles...
The css template does not behave the same as in the original sapper package.  As you can see in the screen capture, Borat is not centered anymore.
The sapper template now promotes using the `src/node_modules/` folder to store `components/` etc so they can be imported without the need for directory changing (eg `../components/Nav.svelte`) but using the node...