TailwindCSS

TailwindCSS is a package used in our case to eliminate the need to work with raw CSS.

What it does

TailwindCSS is more or less a simplified verision of raw CSS where certain things are fixed. These can be looked up with TailwindCSS Cheatsheet.

Important files

There are some files in our frontend important for TailwindCSS to work properly. These are:

  • tailwind.config.js

  • postcss.config.js

  • index.css