embermap / ember-cli-tailwind

Adds Tailwind CSS to your app or addon
MIT License
100 stars 33 forks source link

[Feature Request] Remove class prefix `etw-` #310

Open marcemira opened 4 years ago

marcemira commented 4 years ago

Thanks for making this addon, it saves a lot of time on custom postcss + tailwind configs, but I'd really like to not have that etw- on every class. So,I've searched the code looking for the source of this prefix setting, I've also tried to change the options.prefix value on config/tailwind.js but it won't do anything. The motivation is so anyone can use the actual tailwind class names, and then just copy and paste already components with ease. Hope this makes sense, thanks a lot guys