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

_user-select.scss (99B)


      1 @mixin user-select($value: none) {
      2   @include prefixer(user-select, $value, webkit moz ms spec);
      3 }