Hey, first off thank you for taking time to wrap Tailwind for Ember, it's saving us a lot of time and headache.
We have a few components that are using Tailwind's @apply method. Since these are compiled after our regular SASS files it looks like source mapping isn't really a thing:
Is there a way to enable this or some place you think I should start looking to open a PR for it?
Hey, first off thank you for taking time to wrap Tailwind for Ember, it's saving us a lot of time and headache.
We have a few components that are using Tailwind's
@apply
method. Since these are compiled after our regular SASS files it looks like source mapping isn't really a thing:Is there a way to enable this or some place you think I should start looking to open a PR for it?