diff options
| -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. |
