Note
This theme uses GSAP library, make sure to refer to their licensing.
Theme color:
- #000
- #fff
Github: https://github.com/PaulleDemon/awesome-landing-pages
- 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:tailwindTo create a build file use
npm run build:tailwind