DEV Community

Discussion on: I'm Addy Osmani, Ask Me Anything!

Collapse
 
hollyeschultz profile image
hollyeschultz

I'm confused about how to handle css for an app with many pages (not using react). Should you serve two style sheets with global css and module/page specific css? In the past, it was better to cache one large stylesheet, is this no longer the case? Should the css required for the above-the-fold view be inlined? Thanks!