From @jerodsanto in Slack:
- we want to enable the tailwind layout on certain routes only
- in the case of
/news it’s not just route based but data based, so will likely be decided by the controller
- If we can also simplify our asset pipeline and use esbuild instead of webpack for this new layout that would be epic, but not a must-have
From @jerodsanto in Slack:
/newsit’s not just route based but data based, so will likely be decided by the controller