PLAY PODCASTS
How does Remix manage many CSS files in a page?
Season 1 · Episode 14

How does Remix manage many CSS files in a page?

Breno asked this on 2021-09-22

The Call Kent Podcast

September 24, 20214m 16s

Audio is streamed directly from the publisher (media.transistor.fm) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.

Show Notes

That’s a follow-up question to Call Kent Podcast 09 “How to style?"

Did you mention on "Call Kent Podcast 09 - How to style?" the remix capability to get the link tags removed from the page when the route is no longer active and with that, the styles could get removed as well, helping to avoid CSS clashes.

How does Remix manage situations where the page that is active has multiple components, and those components are using different CSS files and potentially changing the same selector style (both could be changing the p tag)? Or even if the page itself is using multiple CSS files?

How does remix manage situations where it needs to handle multiple CSS files that need to be used on the page that is active and it still needs to avoid clashes?

Thanks for answering, Kent!

Topics

cssremixstyle