hivedav-website

Website for HiveDAV
git clone https://git.in0rdr.ch/hivedav-website.git
Log | Files | Refs | Pull requests | README | LICENSE

_hyphens.scss (129B)


      1 @mixin hyphens($hyphenation: none) {
      2   // none | manual | auto
      3   @include prefixer(hyphens, $hyphenation, webkit moz ms spec);
      4 }