0.0.1 • Published 12 years ago

scaffo v0.0.1

Weekly downloads
7
License
-
Repository
github
Last release
12 years ago

Project Scaffolding

  1. Pull down HTML5 Boilerplate
  2. JS folder
  3. CSS folder
    • Clear
    • Add Sass/Stylus
      • Variables
      • Compass / Nib
      • Mixins
      • Normalise + ie7 support
      • Brand
        • Use sections detailed on html5doctor?
        • Typography
        • Forms
        • Tables
      • Modules folder
    • Print Stylesheet
  4. Clear unnecessary root files
  5. Build and watch
    • Add grunt file
  6. Unit test
    • Mocha
    • phantom JS

Decisions

  1. Templating language
  2. Responsive Design
  3. CSS Declarations
    1. BEM
    2. Grouping
    3. Font
    4. Color
    5. Display
    6. Float
    7. Box Model
      1. width
      2. height
      3. padding
      4. margin
      5. border
    8. Background

CSS Frameworks

Sass

Less

  • Twitter Bootstrap Less

Stylus

Standards Guidelines

CSS

JavaScript