I am trying to set up the cockpit application along with Tailwind.
Here is the beginning of my branding.less
file with the imports from Tailwind included:
#/assets/branding.less
@import (css) "tailwindcss/base.css";
@import (css) "tailwindcss/components.css";
@import (css) "tailwindcss/utilities.css";
As you can see I am trying to import tailwind but it does not work.
Any ideas how can I import Tailwind into the cockpit?