sxgrant

Results 4 comments of sxgrant

Just an update; even if the above behaviour is supported, I think I'd still hit an issue with inline-ng2-template not having variables resolved at the time that it runs. I...

🤦‍♂️ Oops, you're right. I've fixed that in the linked StackBlitz and the behaviour is still the same.

I've updated the title because this issue seems simpler than my original case. Nested routes are irrelevant, this behaviour is the same with a simple routing structure: https://stackblitz.com/edit/github-fu1vnc?file=app.vue Using `pages/index.vue`...

A workaround for local development is to just whitelist every single tailwind class. This adds ~27,000 lines of CSS directly in your head so it's a terrible idea, but it...