Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to remove preflight & default Normalize css configurations #41

Open
transitorytammy opened this issue Jul 5, 2018 · 7 comments
Labels
Bug Something isn't working

Comments

@transitorytammy
Copy link

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
Copy link
Contributor

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

@Alonski
Copy link
Contributor

Alonski commented Jul 15, 2018

I also need this 😄

@samselikoff samselikoff added the Bug Something isn't working label Aug 7, 2018
@sschun123
Copy link

I am also in need of this

@leils
Copy link

leils commented Jun 5, 2019

Also needed here

@samselikoff
Copy link
Contributor

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

@novanda1
Copy link

novanda1 commented Mar 24, 2021

corePlugins: { preflight: false, }

@raghav0622
Copy link

corePlugins: { preflight: false, }

Doesnt works, reset styles are still injected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants