PT: Modular CSS é um conceito que se aplica sobre o Front-end. Ele consiste em transformar objectos reutilizáveisem componentes, gerando classes padronizadas e bem-estruturadas com o objetivo de criar códigos escaláveis, reutilizáveis, customizáveis e enxutos.
EN: Modular CSS is a concept that applies on the Front-end. It consists in transform reusable objects into components, generating standard and well-structured classes in order to create scalable, reusable, customizable and dry codes.
Alguns links sobre esse conceito (Some links about this concecpt)
##Palestras e Apresentações (Talks and Presentations)
- OOCSS
- DRY CSS
- Getting Your CSS Under Control
- Arquitetura de Front-end em Aplicações de Larga Escala
- Modular CSS - Projetando CSS para aplicativos
- CSS Summit: Style Guide-Driven UI Design with Sass
##Blog Posts
- Writing scalable CSS
- An Introduction To Object Oriented CSS (OOCSS)
- Scalable and Maintainable CSS Approaches
- OOCSS & CSS Preprocessors (pt.1)
- SMACSS and SASS - The future of stylesheets
- The single responsibility principle applied to CSS
- Building a Responsive Grid With Foundation
- DRY CSS: Don’t Repeat Your CSS
- Modular CSS from 10,000 feet
- Modular CSS by Alan Ayoub
##Frameworks e conceitos (frameworks and concepts)
##Groups