DEV Community

Discussion on: Sapper + Svelte + tailwindcss boilerplate

Collapse
 
rshemant profile image
rshemant • Edited

Hi Man, How to add live reload on CSS changes in Dev env.

"dev": "concurrently --kill-others \"yarn watch:tailwind\" \"sapper dev\""

I am using above code but the problem is when CSS changes swapper does not.