hivedav-website

Website for HiveDAV
git clone https://git.in0rdr.ch/hivedav-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 }