Comments on: How to @scope CSS Now That It’s Baseline https://frontendmasters.com/blog/how-to-scope-css-now-that-its-baseline/ Helping Your Journey to Senior Developer Fri, 09 Jan 2026 10:03:57 +0000 hourly 1 https://wordpress.org/?v=6.9 By: Jeff https://frontendmasters.com/blog/how-to-scope-css-now-that-its-baseline/#comment-52946 Fri, 09 Jan 2026 10:03:57 +0000 https://frontendmasters.com/blog/?p=8146#comment-52946 Perhaps I need to test this thing out myself, but I think I’m missing the purpose of this. With now scope all header- and footer elements gets styled. So? Just make the css a bit more specific (eg. use a class or child selector) to get the same result. I might the only one here..

]]>
By: Ray V https://frontendmasters.com/blog/how-to-scope-css-now-that-its-baseline/#comment-52849 Thu, 08 Jan 2026 20:28:50 +0000 https://frontendmasters.com/blog/?p=8146#comment-52849 What if I @import a CSS file that has its own scopes? Third-party CSS like Tailwind has its own scopes. Last I checked, there were limitations on how @import worked, especially since stylesheets from different CDNs will load at different times. Wondering how @scope keeps those in check.

]]>