tailwind-ember-example icon indicating copy to clipboard operation
tailwind-ember-example copied to clipboard

Rexport tailwind.config.js from root

Open raytiley opened this issue 5 years ago • 3 comments

Enables projects that provide editor support for tailwind to function. Keeping the actual config inside the app folder allows ember to rebuild on file changes.

However it seems that though ember rebuilds, it doesn't actually rebuild the css.

raytiley avatar Nov 22 '20 18:11 raytiley

@raytiley Have you looked at https://github.com/jeffjewiss/ember-cli-postcss#compile-caching?

bertdeblock avatar Dec 21 '20 15:12 bertdeblock

That looks like just what I need. Will update this over the weekend and merge it in. Thanks!

raytiley avatar Dec 26 '20 00:12 raytiley

@raytiley Also keep in mind that adding the tailwind config file to the app folder will actually ship it as well. Which I don't think is desired.

bertdeblock avatar Jan 14 '21 15:01 bertdeblock