DEV Community

suanhwee
suanhwee

Posted on • Updated on

starting out in tailwind css

i find this link useful as it uses an example to use postwindcss in a simple html as a start.
using cdn without installation

As a beginner without much css knowledge the tutorial on the main tailwindcss page is something i find hard to understand. however using the cdn method i could try out the html faster without learning too much setup stuff or figuring out what postcss is.

As i get better i will just layer it up

note: limitations when its used from a cdn
limitations
when running if u see an error about mime checking css its because the style sheet has to be linked by ./build/tailwind.css instead of
/build/tailwind.css reason being the file cannot be found
answer is from here https://medium.com/developer-rants/why-is-strict-mime-type-checking-blocking-the-static-serving-of-vue-frontend-files-4cbea1eedbd1

Top comments (0)