sapper-with-postcss-and-tailwind icon indicating copy to clipboard operation
sapper-with-postcss-and-tailwind copied to clipboard

Basic Sapper app with PostCSS + Tailwind

Results 5 sapper-with-postcss-and-tailwind issues
Sort by recently updated
recently updated
newest added

Privet, comrade. Amazing repo. Could you please bump sapper to the latest?

My problem is that inside Html Head and static folder after each build global.css file name is unchanged. How to always generate a different filename in production in order to...

It's just annoying :-p. You can see my fork [here](https://github.com/pascalandy/ssg_sapper/tree/edge). Thanks for all the work! ``` npm run dev > [email protected] dev /Volumes/ssg_sapper > run-p watch:* > [email protected] watch:css /Volumes/ssg_sapper...

`npm run build` I see this build a node app. Can we export this a HTML/CSS/JS project? I simply want to create a landing page with 2-3 pages. Cheers!

The commands I've run: ```bash git clone https://github.com/codechips/sapper-with-postcss-and-tailwind.git template cd template npm install npm run dev ``` The output: ```bash ❯ npm run dev > [email protected] dev /template > run-p...