In the ground since Fri Oct 01 2021
Last watered inFri Oct 01 2021
This is useful when you have a set of classes that you use together frequently and you wanna use Tailwind's breakpoints like md:something, lg:something-else, etc.
your-global-css-file.css
We can create a custom palette and use them as if they were made by Tailwind itself.
tailwind.config.ts
your-global-css-file.css
https://tailwindcss.com/docs/configuration#referencing-in-java-script
ps. theme() is globally availableParallelism, no need to import it
If we want Custom Colors, via CSS Variables we need to set the values of a varible following two steps:
globals.css
tailwind.config.ts
