Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 722 Bytes

readme.md

File metadata and controls

34 lines (25 loc) · 722 Bytes

Law group template

Theme:

  1. #282E3F
  2. #CF9455
  3. #3A4053

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