Closed
Description
My addon is using ember-cli-postcss
to manually configure Tailwind as a PostCSS plugin.
The configuration of that instance of Tailwind seems to be clobbering the Tailwind configuration provided by ember-cli-addon-docs
. For example, I do not want my Tailwind configuration to include the CSS reset; if I configure the corePlugins
to remove the preflight
plugin, the ember-cli-addon-docs
side does not render correctly as it also has the reset removed.
Is there some way to allow the ember-cli-addon-docs
styles not to be affected by the instance of tailwind
that is being run on my own CSS?