-
Notifications
You must be signed in to change notification settings - Fork 33
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
Labels
Bug
Something isn't working
Comments
Yep, I need to change it so the styleguide is not built with a custom build of tailwind... it causes too many issues. |
I also need this 😄 |
I am also in need of this |
Also needed here |
Can you comment it out in |
|
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
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.
The text was updated successfully, but these errors were encountered: