blob: c2b770e6166dd429c90b2c23377e1198b720a4fd (
plain)
1
2
3
4
5
|
This project shows how to use Tailwind CSS directly added to an HTML file.
The CSS is delivered from a Content Delivery Network (CDN).
This approach is not preferred. Instead, we want final Tailwind output to be generated based on utility classes added to HTML and JavaScript files.
|