Files
2024-10-04 18:32:13 +05:30
..
2024-09-30 22:49:55 +05:30
2024-10-04 18:32:13 +05:30
2024-09-28 23:24:40 +05:30
2024-10-03 22:19:28 +05:30
2024-09-28 23:24:40 +05:30
2024-09-28 23:24:40 +05:30
2024-09-28 23:24:40 +05:30

Github: https://github.com/PaulleDemon/awesome-landing-pages

Usage

  • This template uses tailwind css every tailwind class are prefixed with tw-, to help differentiate between tailwind classes and other classes

During development add the following to head tag

<link rel="stylesheet" href="tailwind-runtime.css"><!--replace with path to your tailwind runtime-->

During production use

<link rel="stylesheet" href="tailwind-build.css"><!--replace with path to your tailwind build-->

To start Tailwind during development use

npm run start:tailwind

To create a build file use

npm run build:tailwind