p0c-website

Proof of concepts for fun and profit
git clone https://git.in0rdr.ch/p0c-website.git
Log | Files | Refs | Pull requests | README | LICENSE

_appearance.scss (93B)


      1 @mixin appearance($value) {
      2   @include prefixer(appearance, $value, webkit moz ms o spec);
      3 }