tech/webdev magazine

April 19, 2016

How to Write Maintainable CSS

Tuesday, April 19, 2016 Teklinks

MaintainableCSS is an approach to architecting and writing CSS that helps you and your team write modular, scalable and maintainable code. In practical terms, this means that as a developer I want to create new features, or edit existing features without having to concern myself with overriding styles I don’t want applied, or worse that the code I write causes regression elsewhere.

Full article