Tailwind

Angular supports Tailwind (Private) out of the box. To add it to the project, perform the following steps at the project root:

  1. npm install -D tailwindcss@latest
  2. npx tailwind init
  3. Add the following into styles.css file:
@tailwind base;
@tailwind components;
@tailwind utilities;