TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

First Look: Object Oriented CSS

1 pointsby ajbatacalmost 16 years ago

1 comment

smwhreyebelongalmost 16 years ago
A better approach might be to define overriding classes and include different stylesheets.<p>I coul have a .sidebar class styled one way in one stylesheet (say base-stylesheet) and the same .sidebar class styled another way in another stylesheet (skin-stylesheet).<p>This is a much better way of skinning things than using the other approach where you have to modify the markup and add a new class for every new skin/page. In the overriding case, one has to make sure to load the stylesheets in a specific order.