Skip to content

maciej-sokolowski/trailblazer-front

Repository files navigation

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.