Addon clobbers tailwind configuration
See original GitHub issueMy 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?
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Configuration - Tailwind CSS
A guide to configuring and customizing your Tailwind installation. Because Tailwind is a framework for building bespoke user interfaces, it has been designed ......
Read more >RyanClementsHax/tailwindcss-themer - GitHub
This plugin works by first creating a custom tailwind extension configured to replace any values you specify with css variables. Then it generates...
Read more >Write A Plugin For Tailwind CSS - Egghead.io
In this tutorial, we'll build a Tailwind CSS plugin. Utility-first frameworks like Tailwind can't include every CSS style due to size concerns, ...
Read more >Tailwind CSS | WebStorm Documentation - JetBrains
WebStorm recognizes tailwind.config.js files and provides completion based on customization you make to them.
Read more >Configuration - Tailwind CSS (clone)
By default, Tailwind will look for an optional tailwind.config.js file at the root ... including Tailwind as a plugin in your PostCSS configuration...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I believe it’s fixed!
Closing for now, if anyone sees this again, please let us know!