Skip to content

Addon clobbers tailwind configuration #406

Closed
@alexlafroscia

Description

@alexlafroscia

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions