We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Duane Creates • 5 years ago

The @apply only works if placed in the same file as @tailwind base; etc. Is there any way it can be placed in any scss file? such as a component's stylesheet.

39digits • 5 years ago

Hi - I don't really use Sass but it should work.

I'm not able to run some tests myself right now but maybe this thread on GitHub has the answer?

Since you aren't ejecting I'm not sure how the default CRA Webpack config might impact it given one of the suggestions is to check the order of the loaders - I'd imagine that bit should be fine though. Are you importing the Sass files into the Tailwind CSS?

Perhaps a few devDependencies didn't load?