embermap / ember-cli-tailwind

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

Ability to remove preflight & default Normalize css configurations #41

Open transitorytammy opened 6 years ago

transitorytammy commented 6 years ago

It would be great if we could configure our ember-cli-tailwind setup to not include preflight by default and a way to exclude the normalize css styles because some of the default styles in etw.css are conflicting with my current styles. Right now to deal with this, I am making these changes in a forked repo and including that in my app instead.

samselikoff commented 6 years ago

Yep, I need to change it so the styleguide is not built with a custom build of tailwind... it causes too many issues.

Alonski commented 6 years ago

I also need this 😄

sschun123 commented 5 years ago

I am also in need of this

leils commented 5 years ago

Also needed here

samselikoff commented 5 years ago

Can you comment it out in app/tailwind/modules.css?

novanda1 commented 3 years ago

corePlugins: { preflight: false, }

raghav0622 commented 3 years ago

corePlugins: { preflight: false, }

Doesnt works, reset styles are still injected.