Skip to content

CSScode/sass-styleguide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SASS Styleguide

A simple SASS boilerplate to help you identify your core variables and build a clean structure for medium- to big-size stylesheets.

Main idea based on a session given by Ken Woodworth (http://kenwoodworth.com/).

All rules in the _*.scss files are for demonstration purposes only.

Note: In this example there is no styling applied to HTML5 elements. Instead, there are classes and IDs with the corresponding name, so you can safely use this stylesheet stub for Microsoft Internet Explorer 8. See http://caniuse.com/html5semantic

  • .header
  • .nav
  • #main
  • .aside
  • .footer
  • .figure
  • .figcaption
  • .required

Requirements

  • SASS
  • Optional: Compass
  • Optional: Grunt (setup via npm install, start via grunt watch)

Version

Version: 1.2.1 (2014-07-25)

Legal stuff

Author: Frank Boës

Copyright & license: See LICENSE.txt

About

A simple SASS boilerplate to help you identify your core variables and build a clean structure for medium- to big-size stylesheets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors