chinchang / web-maker

A blazing fast & offline frontend playground
https://webmaker.app
MIT License
2.55k stars 314 forks source link

Support Tailwind CDN in JS library section #477

Closed LoganDark closed 2 years ago

LoganDark commented 2 years ago

Meta info

Tailwind 3.0 recently released. They are offering the JIT engine as a JS script and also the only available CDN build of Tailwind, but Web Maker's CSP prevents the CDN build at https://cdn.tailwindcss.com/3.0.0 from loading.

It doesn't have too too many features over Tailwind 2.0, but the JIT engine is incredibly useful compared to the very limited CSS build, as it supports arbitrary values and also has no limitations placed on it.

It would be really nice if Web Maker supported loading the JIT engine from that CDN