diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-07-05 23:01:28 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-07-05 23:01:28 +0530 |
| commit | b4dffb4306c0b53f2e98ee02edc94ec8db004ea7 (patch) | |
| tree | e23c84d238df89e6a21eb3cdbc178841841fff51 | |
| parent | aef82f540ba213348a47af282f45532096e3a8b7 (diff) | |
Tailwind CSS CDN sample project README added.
| -rw-r--r-- | tailwindcss/01-cdn/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tailwindcss/01-cdn/README b/tailwindcss/01-cdn/README new file mode 100644 index 0000000..c2b770e --- /dev/null +++ b/tailwindcss/01-cdn/README @@ -0,0 +1,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. |
