Using Tailwind In The Cockpit Application

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?

Hi @piotrchabrosupvanta,

please provide some details regarding the version of the Web SDK you are using.

Regards,
Tristan

I am using version 1018.0.240

I fixed the problem by migrating to the newest Web SDK