CSS Architecture in Views
How we architected the CSS for Views on D7 erklärt die CSS Struktur in Views und die Intention bei der Aufteilung auf die unterschiedlichen CSS Dateien.
For the CSS in Views, I went back to a proposal by Jacine Rodriguez: The Future of CSS in Drupal. In it, Jacine describes a method of breaking apart CSS declarations into files that target:
- The basic implementation of a module: positioning and layout, if any is needed
- Presentation styling: colors, fonts, border, backgrounds
- Styles needed to style to or override a specific theme: Seven, Bartik, Garland or Stark
- Styles needed to style to or override another module

