Open transitorytammy opened 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.
I also need this 😄
I am also in need of this
Also needed here
Can you comment it out in app/tailwind/modules.css
?
corePlugins: { preflight: false, }
corePlugins: { preflight: false, }
Doesnt works, reset styles are still injected.
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.