cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-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 }