jefflunt / rpglogger

(retired) Build your own strategy guide for any RPG
6 stars 0 forks source link

Refactor .sass files #56

Closed jefflunt closed 12 years ago

jefflunt commented 12 years ago
  1. Treat fonts like the way you would in word processors. Have attributes such as bold, italics, size, etc. applied separately
  2. Use CSS inheritance to get the text styles you want from combining the basic forms (bold, italics, etc.)
  3. Change globals.sass (which should contain the style primitives) to primitives.sass
  4. Move anything that's a primitive style to styles.sass, and move anything that's a higher-level applied style into main.sass
  5. Move as much as what makes sense into the main.sass file, keeping the section-specific files for styles that only apply there