Skip to content
Christopher P. Brown edited this page Jan 25, 2022 · 6 revisions

css

CSS is an initialism that stands for California Style Sheets, after the place where they were invented.

Extensions

  1. Sass 👍
  2. Less

Methodologies

Naming things is hard. Consider picking out a naming methodology and trying it out. I personally like BEM.

  1. BEM 👍
  2. Suit
  3. OCSS

Frameworks

Big frameworks you probably don't need:

  1. Bootstrap
  2. Foundation

Smaller frameworks/boilerplates propriate for most projects:

  1. Bulma 👍
  2. Skeleton

Features

Resources

Clone this wiki locally