middleman/middleman-core/lib/middleman-more/templates/smacss/source/stylesheets/base
2013-05-09 14:41:26 -07:00
..
base.scss merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
normalize.scss merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
README.markdown merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00

SMACSS

Base

A Base rule is applied to an element using an element selector, a descendent selector, or a child selector, along with any pseudo-classes. It doesnt include any class or ID selectors. It is defining the default styling for how that element should look in all occurrences on the page.

  • SMACSS, Jonathan Snook

Place files here that impact top-level elements to apply global styles.

This template includes normalize.css to give consistent base styles for all browsers.