themouette/fossil-core

View on GitHub
samples/todo/bourbon/css3/_appearance.scss

Summary

Maintainability
Test Coverage
@mixin appearance ($value) {
  @include prefixer(appearance, $value, webkit moz ms o spec);
}