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

_hyphens.scss (129B)


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