middleman/middleman-core/lib/middleman-more/templates/smacss/source/stylesheets/base/README.markdown
2013-05-09 14:41:26 -07:00

12 lines
543 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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`](http://necolas.github.com/normalize.css/) to give consistent base styles for all browsers.