Home → The Classics → Farai's Codelab
The Just in Case Mindset in CSS
Published:
See The Just in Case Mindset in CSS on ishadeed.com
A good way to make resilient CSS by thinking of edge cases and accounting for them “just in case”. It can be used in conjunction with “exception based style” from Every Layout which leverages the cascade. You specify broad rules which can be overriden for particular elements.