sapper-postcss-tailwind-rollup icon indicating copy to clipboard operation
sapper-postcss-tailwind-rollup copied to clipboard

Results 3 sapper-postcss-tailwind-rollup issues
Sort by recently updated
recently updated
newest added

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. ![Borat](https://user-images.githubusercontent.com/52649698/63330350-facd0780-c333-11e9-915b-4447f0888313.png) 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...