middleman/middleman-core/lib/middleman-more/templates/smacss/source/stylesheets/base/README.markdown

12 lines
543 B
Markdown
Raw Normal View History

2012-08-30 00:15:58 +02: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`](http://necolas.github.com/normalize.css/) to give consistent base styles for all browsers.