writing sass

Writing Sass

  1. Use extend a class using & when possible and avoid class chaining when possible.
  2. When you must use a chained class try to avoid setting multiple properties.
  3. If your using chained classes have simple names make sure they don't collide with our utilities, and try to nest them under a parent class to avoid bleed