18F / eiti-data

[WIP] EITI data and maps for DOI
http://18f.github.io/eiti-data/
Creative Commons Zero v1.0 Universal
4 stars 2 forks source link

Make choices about css framework, architecture and naming methodology #6

Open meiqimichelle opened 9 years ago

meiqimichelle commented 9 years ago

Framework

Is there any reason not to use the 'Thoughtbot Suite' (Bourbon and Neat)?

Architecture

Is there a better/worse way to structure the css so that it integrates nicely with express? How modular/component-driven do we want to be?

Naming methodology

The current draft 18F css style guidelines suggest a modified version of BEM. It still uses blocks, sections within blocks and modifiers, but doesn’t use as long a syntax.

.accordion
.accordion-item
.accordion-item-selected

.nav_bar
.nav_bar-link
.nav_bar-link-clicked