Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 470 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 470 Bytes

README

Run with

$ foreman start -f Procfile.dev

Tailwind CSS principles to follow

  • Use Tailwind CSS utility classes as much as possible.
  • Avoid using custom CSS classes as much as possible in .css files.
  • Avoid usage of @apply directive. More details here
  • Check if can extract out repetative HTML into separate components/methods instead of using @apply directive.