1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 13:51:52 +03:00

feat(selector-no-utility): add responsive position classes

This commit is contained in:
Shawn Allen 2019-01-22 15:53:42 -08:00
parent 37d55a5975
commit 3b5a9fc3f6

View File

@ -824,8 +824,24 @@
".pl-xl-6",
".position-absolute",
".position-fixed",
".position-lg-absolute",
".position-lg-fixed",
".position-lg-relative",
".position-lg-static",
".position-md-absolute",
".position-md-fixed",
".position-md-relative",
".position-md-static",
".position-relative",
".position-sm-absolute",
".position-sm-fixed",
".position-sm-relative",
".position-sm-static",
".position-static",
".position-xl-absolute",
".position-xl-fixed",
".position-xl-relative",
".position-xl-static",
".pr-0",
".pr-1",
".pr-2",