PunchRVA / starterfiles

A set of starter files for web projects. A never-ending work in progress.
1 stars 0 forks source link

Create Reusable UI Components #12

Open Chris-May opened 8 years ago

Chris-May commented 8 years ago

Staring with:

philbarbato commented 8 years ago

Core component SCSS will have each class and subclass as new rule:

%class1 {
  …
}

%class1__subclass {
…
}

Keep core component styles minimal to minimize overriding in project styles.