question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Addon clobbers tailwind configuration

See original GitHub issue

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?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
alexlafrosciacommented, Aug 24, 2020

I believe it’s fixed!

0reactions
rwwagner90commented, Aug 24, 2020

Closing for now, if anyone sees this again, please let us know!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found