blob: fc8ac873069e2f4f63e9cf199dae9c26e56006c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Tailwind CSS is a utility-first CSS framework for rapidly building custom
user interfaces. This port comprises Tailwind CSS along with commonly used
related packages via npm:
- tailwindcss: the core framework
- postcss: optimise resulting CSS
- @tailwindcss/forms: official CSS forms plugin
- daisyui: component library
The packages are installed globally and can be used from the command line.
|