JohnAlbin / chroma

Chroma: The Sass color manager
http://johnalbin.github.io/chroma/
GNU General Public License v2.0
40 stars 7 forks source link

Add skin() helper mixin. #12

Closed JohnAlbin closed 9 years ago

JohnAlbin commented 9 years ago

Sometimes design and engineering requirements mean that we need to:

For example, the .my-complexion component may output a blue text color on most pages, but on pages with a <html class="skin-wicked-witch">, the .my-complexion component will output a green text color.

The Skin module will help with this requirement.

JohnAlbin commented 9 years ago

Fixed with ad53acdcfa19107b724e34891f6168acbd59c32a.