JohnAlbin / normalize-scss

This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers.
https://github.com/JohnAlbin/normalize-scss#latest-versions
MIT License
1.44k stars 254 forks source link

Add "indentation amount" variable for lists and blockquotes #3

Closed JohnAlbin closed 12 years ago

JohnAlbin commented 12 years ago

I've added a $indent-amount variable to the feature-indent-amount branche. It sets a consistent indentation for lists and blockquotes.

I usually like to re-use variables from Compass (e.g. $base-font-size from vertical_rhythm mixin) or create variables that use a similar naming convention as Compass variables (e.g $base-font-family).

I searched through Compass and couldn't find a variable that does anything like this.

I picked $indent-amount for lack of a better choice.

Anybody have any suggestions?