mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Add responsive helpers to position.
This commit is contained in:
parent
39eb30ce72
commit
888f847d9e
@ -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; }
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user