embermap / ember-cli-tailwind

Adds Tailwind CSS to your app or addon
MIT License
100 stars 33 forks source link

Source Map Support #20

Open jakemauer opened 6 years ago

jakemauer commented 6 years ago

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:

image

Is there a way to enable this or some place you think I should start looking to open a PR for it?

samselikoff commented 6 years ago

You're welcome! Good question - I have not dug into this at all.

This is where we call postcss so if I were going to dig into this I might start there.