Add responsive helpers to position.

This commit is contained in:
Jonathan Reinink 2017-08-03 08:17:02 -04:00
parent 39eb30ce72
commit 888f847d9e

View File

@ -9,3 +9,16 @@
.pin-y { .pin-t; .pin-b; }
.pin-x { .pin-l; .pin-r; }
.pin { .pin-y; .pin-x; width: 100%; height: 100%; }
.responsive({
&fixed { .fixed; }
&absolute { .absolute; }
&relative { .relative; }
&pin-t { .pin-t; }
&pin-r { .pin-r; }
&pin-b { .pin-b; }
&pin-l { .pin-l; }
&pin-y { .pin-y; }
&pin-x { .pin-x; }
&pin { .pin; }
});