From 1ea1f4a450c90320cbf28475fdbf5746f4f262ba Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 1 Mar 2019 13:36:56 -0500 Subject: [PATCH] Add 40/48/56/64 to shared spacing scale --- .../fixtures/tailwind-output-important.css | 1840 +++++++++++++++++ __tests__/fixtures/tailwind-output.css | 1840 +++++++++++++++++ defaultTheme.js | 10 +- 3 files changed, 3684 insertions(+), 6 deletions(-) diff --git a/__tests__/fixtures/tailwind-output-important.css b/__tests__/fixtures/tailwind-output-important.css index 2fe0bc3cf..6698fc65c 100644 --- a/__tests__/fixtures/tailwind-output-important.css +++ b/__tests__/fixtures/tailwind-output-important.css @@ -3061,6 +3061,10 @@ table { height: 8rem !important; } +.h-40 { + height: 10rem !important; +} + .h-48 { height: 12rem !important; } @@ -3169,6 +3173,22 @@ table { margin: 8rem !important; } +.m-40 { + margin: 10rem !important; +} + +.m-48 { + margin: 12rem !important; +} + +.m-56 { + margin: 14rem !important; +} + +.m-64 { + margin: 16rem !important; +} + .m-auto { margin: auto !important; } @@ -3317,6 +3337,46 @@ table { margin-right: 8rem !important; } +.my-40 { + margin-top: 10rem !important; + margin-bottom: 10rem !important; +} + +.mx-40 { + margin-left: 10rem !important; + margin-right: 10rem !important; +} + +.my-48 { + margin-top: 12rem !important; + margin-bottom: 12rem !important; +} + +.mx-48 { + margin-left: 12rem !important; + margin-right: 12rem !important; +} + +.my-56 { + margin-top: 14rem !important; + margin-bottom: 14rem !important; +} + +.mx-56 { + margin-left: 14rem !important; + margin-right: 14rem !important; +} + +.my-64 { + margin-top: 16rem !important; + margin-bottom: 16rem !important; +} + +.mx-64 { + margin-left: 16rem !important; + margin-right: 16rem !important; +} + .my-auto { margin-top: auto !important; margin-bottom: auto !important; @@ -3561,6 +3621,70 @@ table { margin-left: 8rem !important; } +.mt-40 { + margin-top: 10rem !important; +} + +.mr-40 { + margin-right: 10rem !important; +} + +.mb-40 { + margin-bottom: 10rem !important; +} + +.ml-40 { + margin-left: 10rem !important; +} + +.mt-48 { + margin-top: 12rem !important; +} + +.mr-48 { + margin-right: 12rem !important; +} + +.mb-48 { + margin-bottom: 12rem !important; +} + +.ml-48 { + margin-left: 12rem !important; +} + +.mt-56 { + margin-top: 14rem !important; +} + +.mr-56 { + margin-right: 14rem !important; +} + +.mb-56 { + margin-bottom: 14rem !important; +} + +.ml-56 { + margin-left: 14rem !important; +} + +.mt-64 { + margin-top: 16rem !important; +} + +.mr-64 { + margin-right: 16rem !important; +} + +.mb-64 { + margin-bottom: 16rem !important; +} + +.ml-64 { + margin-left: 16rem !important; +} + .mt-auto { margin-top: auto !important; } @@ -3717,6 +3841,22 @@ table { margin: -8rem !important; } +.-m-40 { + margin: -10rem !important; +} + +.-m-48 { + margin: -12rem !important; +} + +.-m-56 { + margin: -14rem !important; +} + +.-m-64 { + margin: -16rem !important; +} + .-m-px { margin: -1px !important; } @@ -3861,6 +4001,46 @@ table { margin-right: -8rem !important; } +.-my-40 { + margin-top: -10rem !important; + margin-bottom: -10rem !important; +} + +.-mx-40 { + margin-left: -10rem !important; + margin-right: -10rem !important; +} + +.-my-48 { + margin-top: -12rem !important; + margin-bottom: -12rem !important; +} + +.-mx-48 { + margin-left: -12rem !important; + margin-right: -12rem !important; +} + +.-my-56 { + margin-top: -14rem !important; + margin-bottom: -14rem !important; +} + +.-mx-56 { + margin-left: -14rem !important; + margin-right: -14rem !important; +} + +.-my-64 { + margin-top: -16rem !important; + margin-bottom: -16rem !important; +} + +.-mx-64 { + margin-left: -16rem !important; + margin-right: -16rem !important; +} + .-my-px { margin-top: -1px !important; margin-bottom: -1px !important; @@ -4095,6 +4275,70 @@ table { margin-left: -8rem !important; } +.-mt-40 { + margin-top: -10rem !important; +} + +.-mr-40 { + margin-right: -10rem !important; +} + +.-mb-40 { + margin-bottom: -10rem !important; +} + +.-ml-40 { + margin-left: -10rem !important; +} + +.-mt-48 { + margin-top: -12rem !important; +} + +.-mr-48 { + margin-right: -12rem !important; +} + +.-mb-48 { + margin-bottom: -12rem !important; +} + +.-ml-48 { + margin-left: -12rem !important; +} + +.-mt-56 { + margin-top: -14rem !important; +} + +.-mr-56 { + margin-right: -14rem !important; +} + +.-mb-56 { + margin-bottom: -14rem !important; +} + +.-ml-56 { + margin-left: -14rem !important; +} + +.-mt-64 { + margin-top: -16rem !important; +} + +.-mr-64 { + margin-right: -16rem !important; +} + +.-mb-64 { + margin-bottom: -16rem !important; +} + +.-ml-64 { + margin-left: -16rem !important; +} + .-mt-px { margin-top: -1px !important; } @@ -4307,6 +4551,22 @@ table { padding: 8rem !important; } +.p-40 { + padding: 10rem !important; +} + +.p-48 { + padding: 12rem !important; +} + +.p-56 { + padding: 14rem !important; +} + +.p-64 { + padding: 16rem !important; +} + .p-px { padding: 1px !important; } @@ -4451,6 +4711,46 @@ table { padding-right: 8rem !important; } +.py-40 { + padding-top: 10rem !important; + padding-bottom: 10rem !important; +} + +.px-40 { + padding-left: 10rem !important; + padding-right: 10rem !important; +} + +.py-48 { + padding-top: 12rem !important; + padding-bottom: 12rem !important; +} + +.px-48 { + padding-left: 12rem !important; + padding-right: 12rem !important; +} + +.py-56 { + padding-top: 14rem !important; + padding-bottom: 14rem !important; +} + +.px-56 { + padding-left: 14rem !important; + padding-right: 14rem !important; +} + +.py-64 { + padding-top: 16rem !important; + padding-bottom: 16rem !important; +} + +.px-64 { + padding-left: 16rem !important; + padding-right: 16rem !important; +} + .py-px { padding-top: 1px !important; padding-bottom: 1px !important; @@ -4685,6 +4985,70 @@ table { padding-left: 8rem !important; } +.pt-40 { + padding-top: 10rem !important; +} + +.pr-40 { + padding-right: 10rem !important; +} + +.pb-40 { + padding-bottom: 10rem !important; +} + +.pl-40 { + padding-left: 10rem !important; +} + +.pt-48 { + padding-top: 12rem !important; +} + +.pr-48 { + padding-right: 12rem !important; +} + +.pb-48 { + padding-bottom: 12rem !important; +} + +.pl-48 { + padding-left: 12rem !important; +} + +.pt-56 { + padding-top: 14rem !important; +} + +.pr-56 { + padding-right: 14rem !important; +} + +.pb-56 { + padding-bottom: 14rem !important; +} + +.pl-56 { + padding-left: 14rem !important; +} + +.pt-64 { + padding-top: 16rem !important; +} + +.pr-64 { + padding-right: 16rem !important; +} + +.pb-64 { + padding-bottom: 16rem !important; +} + +.pl-64 { + padding-left: 16rem !important; +} + .pt-px { padding-top: 1px !important; } @@ -6125,6 +6489,10 @@ table { width: 8rem !important; } +.w-40 { + width: 10rem !important; +} + .w-48 { width: 12rem !important; } @@ -8778,6 +9146,10 @@ table { height: 8rem !important; } + .sm\:h-40 { + height: 10rem !important; + } + .sm\:h-48 { height: 12rem !important; } @@ -8886,6 +9258,22 @@ table { margin: 8rem !important; } + .sm\:m-40 { + margin: 10rem !important; + } + + .sm\:m-48 { + margin: 12rem !important; + } + + .sm\:m-56 { + margin: 14rem !important; + } + + .sm\:m-64 { + margin: 16rem !important; + } + .sm\:m-auto { margin: auto !important; } @@ -9034,6 +9422,46 @@ table { margin-right: 8rem !important; } + .sm\:my-40 { + margin-top: 10rem !important; + margin-bottom: 10rem !important; + } + + .sm\:mx-40 { + margin-left: 10rem !important; + margin-right: 10rem !important; + } + + .sm\:my-48 { + margin-top: 12rem !important; + margin-bottom: 12rem !important; + } + + .sm\:mx-48 { + margin-left: 12rem !important; + margin-right: 12rem !important; + } + + .sm\:my-56 { + margin-top: 14rem !important; + margin-bottom: 14rem !important; + } + + .sm\:mx-56 { + margin-left: 14rem !important; + margin-right: 14rem !important; + } + + .sm\:my-64 { + margin-top: 16rem !important; + margin-bottom: 16rem !important; + } + + .sm\:mx-64 { + margin-left: 16rem !important; + margin-right: 16rem !important; + } + .sm\:my-auto { margin-top: auto !important; margin-bottom: auto !important; @@ -9278,6 +9706,70 @@ table { margin-left: 8rem !important; } + .sm\:mt-40 { + margin-top: 10rem !important; + } + + .sm\:mr-40 { + margin-right: 10rem !important; + } + + .sm\:mb-40 { + margin-bottom: 10rem !important; + } + + .sm\:ml-40 { + margin-left: 10rem !important; + } + + .sm\:mt-48 { + margin-top: 12rem !important; + } + + .sm\:mr-48 { + margin-right: 12rem !important; + } + + .sm\:mb-48 { + margin-bottom: 12rem !important; + } + + .sm\:ml-48 { + margin-left: 12rem !important; + } + + .sm\:mt-56 { + margin-top: 14rem !important; + } + + .sm\:mr-56 { + margin-right: 14rem !important; + } + + .sm\:mb-56 { + margin-bottom: 14rem !important; + } + + .sm\:ml-56 { + margin-left: 14rem !important; + } + + .sm\:mt-64 { + margin-top: 16rem !important; + } + + .sm\:mr-64 { + margin-right: 16rem !important; + } + + .sm\:mb-64 { + margin-bottom: 16rem !important; + } + + .sm\:ml-64 { + margin-left: 16rem !important; + } + .sm\:mt-auto { margin-top: auto !important; } @@ -9434,6 +9926,22 @@ table { margin: -8rem !important; } + .sm\:-m-40 { + margin: -10rem !important; + } + + .sm\:-m-48 { + margin: -12rem !important; + } + + .sm\:-m-56 { + margin: -14rem !important; + } + + .sm\:-m-64 { + margin: -16rem !important; + } + .sm\:-m-px { margin: -1px !important; } @@ -9578,6 +10086,46 @@ table { margin-right: -8rem !important; } + .sm\:-my-40 { + margin-top: -10rem !important; + margin-bottom: -10rem !important; + } + + .sm\:-mx-40 { + margin-left: -10rem !important; + margin-right: -10rem !important; + } + + .sm\:-my-48 { + margin-top: -12rem !important; + margin-bottom: -12rem !important; + } + + .sm\:-mx-48 { + margin-left: -12rem !important; + margin-right: -12rem !important; + } + + .sm\:-my-56 { + margin-top: -14rem !important; + margin-bottom: -14rem !important; + } + + .sm\:-mx-56 { + margin-left: -14rem !important; + margin-right: -14rem !important; + } + + .sm\:-my-64 { + margin-top: -16rem !important; + margin-bottom: -16rem !important; + } + + .sm\:-mx-64 { + margin-left: -16rem !important; + margin-right: -16rem !important; + } + .sm\:-my-px { margin-top: -1px !important; margin-bottom: -1px !important; @@ -9812,6 +10360,70 @@ table { margin-left: -8rem !important; } + .sm\:-mt-40 { + margin-top: -10rem !important; + } + + .sm\:-mr-40 { + margin-right: -10rem !important; + } + + .sm\:-mb-40 { + margin-bottom: -10rem !important; + } + + .sm\:-ml-40 { + margin-left: -10rem !important; + } + + .sm\:-mt-48 { + margin-top: -12rem !important; + } + + .sm\:-mr-48 { + margin-right: -12rem !important; + } + + .sm\:-mb-48 { + margin-bottom: -12rem !important; + } + + .sm\:-ml-48 { + margin-left: -12rem !important; + } + + .sm\:-mt-56 { + margin-top: -14rem !important; + } + + .sm\:-mr-56 { + margin-right: -14rem !important; + } + + .sm\:-mb-56 { + margin-bottom: -14rem !important; + } + + .sm\:-ml-56 { + margin-left: -14rem !important; + } + + .sm\:-mt-64 { + margin-top: -16rem !important; + } + + .sm\:-mr-64 { + margin-right: -16rem !important; + } + + .sm\:-mb-64 { + margin-bottom: -16rem !important; + } + + .sm\:-ml-64 { + margin-left: -16rem !important; + } + .sm\:-mt-px { margin-top: -1px !important; } @@ -10016,6 +10628,22 @@ table { padding: 8rem !important; } + .sm\:p-40 { + padding: 10rem !important; + } + + .sm\:p-48 { + padding: 12rem !important; + } + + .sm\:p-56 { + padding: 14rem !important; + } + + .sm\:p-64 { + padding: 16rem !important; + } + .sm\:p-px { padding: 1px !important; } @@ -10160,6 +10788,46 @@ table { padding-right: 8rem !important; } + .sm\:py-40 { + padding-top: 10rem !important; + padding-bottom: 10rem !important; + } + + .sm\:px-40 { + padding-left: 10rem !important; + padding-right: 10rem !important; + } + + .sm\:py-48 { + padding-top: 12rem !important; + padding-bottom: 12rem !important; + } + + .sm\:px-48 { + padding-left: 12rem !important; + padding-right: 12rem !important; + } + + .sm\:py-56 { + padding-top: 14rem !important; + padding-bottom: 14rem !important; + } + + .sm\:px-56 { + padding-left: 14rem !important; + padding-right: 14rem !important; + } + + .sm\:py-64 { + padding-top: 16rem !important; + padding-bottom: 16rem !important; + } + + .sm\:px-64 { + padding-left: 16rem !important; + padding-right: 16rem !important; + } + .sm\:py-px { padding-top: 1px !important; padding-bottom: 1px !important; @@ -10394,6 +11062,70 @@ table { padding-left: 8rem !important; } + .sm\:pt-40 { + padding-top: 10rem !important; + } + + .sm\:pr-40 { + padding-right: 10rem !important; + } + + .sm\:pb-40 { + padding-bottom: 10rem !important; + } + + .sm\:pl-40 { + padding-left: 10rem !important; + } + + .sm\:pt-48 { + padding-top: 12rem !important; + } + + .sm\:pr-48 { + padding-right: 12rem !important; + } + + .sm\:pb-48 { + padding-bottom: 12rem !important; + } + + .sm\:pl-48 { + padding-left: 12rem !important; + } + + .sm\:pt-56 { + padding-top: 14rem !important; + } + + .sm\:pr-56 { + padding-right: 14rem !important; + } + + .sm\:pb-56 { + padding-bottom: 14rem !important; + } + + .sm\:pl-56 { + padding-left: 14rem !important; + } + + .sm\:pt-64 { + padding-top: 16rem !important; + } + + .sm\:pr-64 { + padding-right: 16rem !important; + } + + .sm\:pb-64 { + padding-bottom: 16rem !important; + } + + .sm\:pl-64 { + padding-left: 16rem !important; + } + .sm\:pt-px { padding-top: 1px !important; } @@ -11826,6 +12558,10 @@ table { width: 8rem !important; } + .sm\:w-40 { + width: 10rem !important; + } + .sm\:w-48 { width: 12rem !important; } @@ -14480,6 +15216,10 @@ table { height: 8rem !important; } + .md\:h-40 { + height: 10rem !important; + } + .md\:h-48 { height: 12rem !important; } @@ -14588,6 +15328,22 @@ table { margin: 8rem !important; } + .md\:m-40 { + margin: 10rem !important; + } + + .md\:m-48 { + margin: 12rem !important; + } + + .md\:m-56 { + margin: 14rem !important; + } + + .md\:m-64 { + margin: 16rem !important; + } + .md\:m-auto { margin: auto !important; } @@ -14736,6 +15492,46 @@ table { margin-right: 8rem !important; } + .md\:my-40 { + margin-top: 10rem !important; + margin-bottom: 10rem !important; + } + + .md\:mx-40 { + margin-left: 10rem !important; + margin-right: 10rem !important; + } + + .md\:my-48 { + margin-top: 12rem !important; + margin-bottom: 12rem !important; + } + + .md\:mx-48 { + margin-left: 12rem !important; + margin-right: 12rem !important; + } + + .md\:my-56 { + margin-top: 14rem !important; + margin-bottom: 14rem !important; + } + + .md\:mx-56 { + margin-left: 14rem !important; + margin-right: 14rem !important; + } + + .md\:my-64 { + margin-top: 16rem !important; + margin-bottom: 16rem !important; + } + + .md\:mx-64 { + margin-left: 16rem !important; + margin-right: 16rem !important; + } + .md\:my-auto { margin-top: auto !important; margin-bottom: auto !important; @@ -14980,6 +15776,70 @@ table { margin-left: 8rem !important; } + .md\:mt-40 { + margin-top: 10rem !important; + } + + .md\:mr-40 { + margin-right: 10rem !important; + } + + .md\:mb-40 { + margin-bottom: 10rem !important; + } + + .md\:ml-40 { + margin-left: 10rem !important; + } + + .md\:mt-48 { + margin-top: 12rem !important; + } + + .md\:mr-48 { + margin-right: 12rem !important; + } + + .md\:mb-48 { + margin-bottom: 12rem !important; + } + + .md\:ml-48 { + margin-left: 12rem !important; + } + + .md\:mt-56 { + margin-top: 14rem !important; + } + + .md\:mr-56 { + margin-right: 14rem !important; + } + + .md\:mb-56 { + margin-bottom: 14rem !important; + } + + .md\:ml-56 { + margin-left: 14rem !important; + } + + .md\:mt-64 { + margin-top: 16rem !important; + } + + .md\:mr-64 { + margin-right: 16rem !important; + } + + .md\:mb-64 { + margin-bottom: 16rem !important; + } + + .md\:ml-64 { + margin-left: 16rem !important; + } + .md\:mt-auto { margin-top: auto !important; } @@ -15136,6 +15996,22 @@ table { margin: -8rem !important; } + .md\:-m-40 { + margin: -10rem !important; + } + + .md\:-m-48 { + margin: -12rem !important; + } + + .md\:-m-56 { + margin: -14rem !important; + } + + .md\:-m-64 { + margin: -16rem !important; + } + .md\:-m-px { margin: -1px !important; } @@ -15280,6 +16156,46 @@ table { margin-right: -8rem !important; } + .md\:-my-40 { + margin-top: -10rem !important; + margin-bottom: -10rem !important; + } + + .md\:-mx-40 { + margin-left: -10rem !important; + margin-right: -10rem !important; + } + + .md\:-my-48 { + margin-top: -12rem !important; + margin-bottom: -12rem !important; + } + + .md\:-mx-48 { + margin-left: -12rem !important; + margin-right: -12rem !important; + } + + .md\:-my-56 { + margin-top: -14rem !important; + margin-bottom: -14rem !important; + } + + .md\:-mx-56 { + margin-left: -14rem !important; + margin-right: -14rem !important; + } + + .md\:-my-64 { + margin-top: -16rem !important; + margin-bottom: -16rem !important; + } + + .md\:-mx-64 { + margin-left: -16rem !important; + margin-right: -16rem !important; + } + .md\:-my-px { margin-top: -1px !important; margin-bottom: -1px !important; @@ -15514,6 +16430,70 @@ table { margin-left: -8rem !important; } + .md\:-mt-40 { + margin-top: -10rem !important; + } + + .md\:-mr-40 { + margin-right: -10rem !important; + } + + .md\:-mb-40 { + margin-bottom: -10rem !important; + } + + .md\:-ml-40 { + margin-left: -10rem !important; + } + + .md\:-mt-48 { + margin-top: -12rem !important; + } + + .md\:-mr-48 { + margin-right: -12rem !important; + } + + .md\:-mb-48 { + margin-bottom: -12rem !important; + } + + .md\:-ml-48 { + margin-left: -12rem !important; + } + + .md\:-mt-56 { + margin-top: -14rem !important; + } + + .md\:-mr-56 { + margin-right: -14rem !important; + } + + .md\:-mb-56 { + margin-bottom: -14rem !important; + } + + .md\:-ml-56 { + margin-left: -14rem !important; + } + + .md\:-mt-64 { + margin-top: -16rem !important; + } + + .md\:-mr-64 { + margin-right: -16rem !important; + } + + .md\:-mb-64 { + margin-bottom: -16rem !important; + } + + .md\:-ml-64 { + margin-left: -16rem !important; + } + .md\:-mt-px { margin-top: -1px !important; } @@ -15718,6 +16698,22 @@ table { padding: 8rem !important; } + .md\:p-40 { + padding: 10rem !important; + } + + .md\:p-48 { + padding: 12rem !important; + } + + .md\:p-56 { + padding: 14rem !important; + } + + .md\:p-64 { + padding: 16rem !important; + } + .md\:p-px { padding: 1px !important; } @@ -15862,6 +16858,46 @@ table { padding-right: 8rem !important; } + .md\:py-40 { + padding-top: 10rem !important; + padding-bottom: 10rem !important; + } + + .md\:px-40 { + padding-left: 10rem !important; + padding-right: 10rem !important; + } + + .md\:py-48 { + padding-top: 12rem !important; + padding-bottom: 12rem !important; + } + + .md\:px-48 { + padding-left: 12rem !important; + padding-right: 12rem !important; + } + + .md\:py-56 { + padding-top: 14rem !important; + padding-bottom: 14rem !important; + } + + .md\:px-56 { + padding-left: 14rem !important; + padding-right: 14rem !important; + } + + .md\:py-64 { + padding-top: 16rem !important; + padding-bottom: 16rem !important; + } + + .md\:px-64 { + padding-left: 16rem !important; + padding-right: 16rem !important; + } + .md\:py-px { padding-top: 1px !important; padding-bottom: 1px !important; @@ -16096,6 +17132,70 @@ table { padding-left: 8rem !important; } + .md\:pt-40 { + padding-top: 10rem !important; + } + + .md\:pr-40 { + padding-right: 10rem !important; + } + + .md\:pb-40 { + padding-bottom: 10rem !important; + } + + .md\:pl-40 { + padding-left: 10rem !important; + } + + .md\:pt-48 { + padding-top: 12rem !important; + } + + .md\:pr-48 { + padding-right: 12rem !important; + } + + .md\:pb-48 { + padding-bottom: 12rem !important; + } + + .md\:pl-48 { + padding-left: 12rem !important; + } + + .md\:pt-56 { + padding-top: 14rem !important; + } + + .md\:pr-56 { + padding-right: 14rem !important; + } + + .md\:pb-56 { + padding-bottom: 14rem !important; + } + + .md\:pl-56 { + padding-left: 14rem !important; + } + + .md\:pt-64 { + padding-top: 16rem !important; + } + + .md\:pr-64 { + padding-right: 16rem !important; + } + + .md\:pb-64 { + padding-bottom: 16rem !important; + } + + .md\:pl-64 { + padding-left: 16rem !important; + } + .md\:pt-px { padding-top: 1px !important; } @@ -17528,6 +18628,10 @@ table { width: 8rem !important; } + .md\:w-40 { + width: 10rem !important; + } + .md\:w-48 { width: 12rem !important; } @@ -20182,6 +21286,10 @@ table { height: 8rem !important; } + .lg\:h-40 { + height: 10rem !important; + } + .lg\:h-48 { height: 12rem !important; } @@ -20290,6 +21398,22 @@ table { margin: 8rem !important; } + .lg\:m-40 { + margin: 10rem !important; + } + + .lg\:m-48 { + margin: 12rem !important; + } + + .lg\:m-56 { + margin: 14rem !important; + } + + .lg\:m-64 { + margin: 16rem !important; + } + .lg\:m-auto { margin: auto !important; } @@ -20438,6 +21562,46 @@ table { margin-right: 8rem !important; } + .lg\:my-40 { + margin-top: 10rem !important; + margin-bottom: 10rem !important; + } + + .lg\:mx-40 { + margin-left: 10rem !important; + margin-right: 10rem !important; + } + + .lg\:my-48 { + margin-top: 12rem !important; + margin-bottom: 12rem !important; + } + + .lg\:mx-48 { + margin-left: 12rem !important; + margin-right: 12rem !important; + } + + .lg\:my-56 { + margin-top: 14rem !important; + margin-bottom: 14rem !important; + } + + .lg\:mx-56 { + margin-left: 14rem !important; + margin-right: 14rem !important; + } + + .lg\:my-64 { + margin-top: 16rem !important; + margin-bottom: 16rem !important; + } + + .lg\:mx-64 { + margin-left: 16rem !important; + margin-right: 16rem !important; + } + .lg\:my-auto { margin-top: auto !important; margin-bottom: auto !important; @@ -20682,6 +21846,70 @@ table { margin-left: 8rem !important; } + .lg\:mt-40 { + margin-top: 10rem !important; + } + + .lg\:mr-40 { + margin-right: 10rem !important; + } + + .lg\:mb-40 { + margin-bottom: 10rem !important; + } + + .lg\:ml-40 { + margin-left: 10rem !important; + } + + .lg\:mt-48 { + margin-top: 12rem !important; + } + + .lg\:mr-48 { + margin-right: 12rem !important; + } + + .lg\:mb-48 { + margin-bottom: 12rem !important; + } + + .lg\:ml-48 { + margin-left: 12rem !important; + } + + .lg\:mt-56 { + margin-top: 14rem !important; + } + + .lg\:mr-56 { + margin-right: 14rem !important; + } + + .lg\:mb-56 { + margin-bottom: 14rem !important; + } + + .lg\:ml-56 { + margin-left: 14rem !important; + } + + .lg\:mt-64 { + margin-top: 16rem !important; + } + + .lg\:mr-64 { + margin-right: 16rem !important; + } + + .lg\:mb-64 { + margin-bottom: 16rem !important; + } + + .lg\:ml-64 { + margin-left: 16rem !important; + } + .lg\:mt-auto { margin-top: auto !important; } @@ -20838,6 +22066,22 @@ table { margin: -8rem !important; } + .lg\:-m-40 { + margin: -10rem !important; + } + + .lg\:-m-48 { + margin: -12rem !important; + } + + .lg\:-m-56 { + margin: -14rem !important; + } + + .lg\:-m-64 { + margin: -16rem !important; + } + .lg\:-m-px { margin: -1px !important; } @@ -20982,6 +22226,46 @@ table { margin-right: -8rem !important; } + .lg\:-my-40 { + margin-top: -10rem !important; + margin-bottom: -10rem !important; + } + + .lg\:-mx-40 { + margin-left: -10rem !important; + margin-right: -10rem !important; + } + + .lg\:-my-48 { + margin-top: -12rem !important; + margin-bottom: -12rem !important; + } + + .lg\:-mx-48 { + margin-left: -12rem !important; + margin-right: -12rem !important; + } + + .lg\:-my-56 { + margin-top: -14rem !important; + margin-bottom: -14rem !important; + } + + .lg\:-mx-56 { + margin-left: -14rem !important; + margin-right: -14rem !important; + } + + .lg\:-my-64 { + margin-top: -16rem !important; + margin-bottom: -16rem !important; + } + + .lg\:-mx-64 { + margin-left: -16rem !important; + margin-right: -16rem !important; + } + .lg\:-my-px { margin-top: -1px !important; margin-bottom: -1px !important; @@ -21216,6 +22500,70 @@ table { margin-left: -8rem !important; } + .lg\:-mt-40 { + margin-top: -10rem !important; + } + + .lg\:-mr-40 { + margin-right: -10rem !important; + } + + .lg\:-mb-40 { + margin-bottom: -10rem !important; + } + + .lg\:-ml-40 { + margin-left: -10rem !important; + } + + .lg\:-mt-48 { + margin-top: -12rem !important; + } + + .lg\:-mr-48 { + margin-right: -12rem !important; + } + + .lg\:-mb-48 { + margin-bottom: -12rem !important; + } + + .lg\:-ml-48 { + margin-left: -12rem !important; + } + + .lg\:-mt-56 { + margin-top: -14rem !important; + } + + .lg\:-mr-56 { + margin-right: -14rem !important; + } + + .lg\:-mb-56 { + margin-bottom: -14rem !important; + } + + .lg\:-ml-56 { + margin-left: -14rem !important; + } + + .lg\:-mt-64 { + margin-top: -16rem !important; + } + + .lg\:-mr-64 { + margin-right: -16rem !important; + } + + .lg\:-mb-64 { + margin-bottom: -16rem !important; + } + + .lg\:-ml-64 { + margin-left: -16rem !important; + } + .lg\:-mt-px { margin-top: -1px !important; } @@ -21420,6 +22768,22 @@ table { padding: 8rem !important; } + .lg\:p-40 { + padding: 10rem !important; + } + + .lg\:p-48 { + padding: 12rem !important; + } + + .lg\:p-56 { + padding: 14rem !important; + } + + .lg\:p-64 { + padding: 16rem !important; + } + .lg\:p-px { padding: 1px !important; } @@ -21564,6 +22928,46 @@ table { padding-right: 8rem !important; } + .lg\:py-40 { + padding-top: 10rem !important; + padding-bottom: 10rem !important; + } + + .lg\:px-40 { + padding-left: 10rem !important; + padding-right: 10rem !important; + } + + .lg\:py-48 { + padding-top: 12rem !important; + padding-bottom: 12rem !important; + } + + .lg\:px-48 { + padding-left: 12rem !important; + padding-right: 12rem !important; + } + + .lg\:py-56 { + padding-top: 14rem !important; + padding-bottom: 14rem !important; + } + + .lg\:px-56 { + padding-left: 14rem !important; + padding-right: 14rem !important; + } + + .lg\:py-64 { + padding-top: 16rem !important; + padding-bottom: 16rem !important; + } + + .lg\:px-64 { + padding-left: 16rem !important; + padding-right: 16rem !important; + } + .lg\:py-px { padding-top: 1px !important; padding-bottom: 1px !important; @@ -21798,6 +23202,70 @@ table { padding-left: 8rem !important; } + .lg\:pt-40 { + padding-top: 10rem !important; + } + + .lg\:pr-40 { + padding-right: 10rem !important; + } + + .lg\:pb-40 { + padding-bottom: 10rem !important; + } + + .lg\:pl-40 { + padding-left: 10rem !important; + } + + .lg\:pt-48 { + padding-top: 12rem !important; + } + + .lg\:pr-48 { + padding-right: 12rem !important; + } + + .lg\:pb-48 { + padding-bottom: 12rem !important; + } + + .lg\:pl-48 { + padding-left: 12rem !important; + } + + .lg\:pt-56 { + padding-top: 14rem !important; + } + + .lg\:pr-56 { + padding-right: 14rem !important; + } + + .lg\:pb-56 { + padding-bottom: 14rem !important; + } + + .lg\:pl-56 { + padding-left: 14rem !important; + } + + .lg\:pt-64 { + padding-top: 16rem !important; + } + + .lg\:pr-64 { + padding-right: 16rem !important; + } + + .lg\:pb-64 { + padding-bottom: 16rem !important; + } + + .lg\:pl-64 { + padding-left: 16rem !important; + } + .lg\:pt-px { padding-top: 1px !important; } @@ -23230,6 +24698,10 @@ table { width: 8rem !important; } + .lg\:w-40 { + width: 10rem !important; + } + .lg\:w-48 { width: 12rem !important; } @@ -25884,6 +27356,10 @@ table { height: 8rem !important; } + .xl\:h-40 { + height: 10rem !important; + } + .xl\:h-48 { height: 12rem !important; } @@ -25992,6 +27468,22 @@ table { margin: 8rem !important; } + .xl\:m-40 { + margin: 10rem !important; + } + + .xl\:m-48 { + margin: 12rem !important; + } + + .xl\:m-56 { + margin: 14rem !important; + } + + .xl\:m-64 { + margin: 16rem !important; + } + .xl\:m-auto { margin: auto !important; } @@ -26140,6 +27632,46 @@ table { margin-right: 8rem !important; } + .xl\:my-40 { + margin-top: 10rem !important; + margin-bottom: 10rem !important; + } + + .xl\:mx-40 { + margin-left: 10rem !important; + margin-right: 10rem !important; + } + + .xl\:my-48 { + margin-top: 12rem !important; + margin-bottom: 12rem !important; + } + + .xl\:mx-48 { + margin-left: 12rem !important; + margin-right: 12rem !important; + } + + .xl\:my-56 { + margin-top: 14rem !important; + margin-bottom: 14rem !important; + } + + .xl\:mx-56 { + margin-left: 14rem !important; + margin-right: 14rem !important; + } + + .xl\:my-64 { + margin-top: 16rem !important; + margin-bottom: 16rem !important; + } + + .xl\:mx-64 { + margin-left: 16rem !important; + margin-right: 16rem !important; + } + .xl\:my-auto { margin-top: auto !important; margin-bottom: auto !important; @@ -26384,6 +27916,70 @@ table { margin-left: 8rem !important; } + .xl\:mt-40 { + margin-top: 10rem !important; + } + + .xl\:mr-40 { + margin-right: 10rem !important; + } + + .xl\:mb-40 { + margin-bottom: 10rem !important; + } + + .xl\:ml-40 { + margin-left: 10rem !important; + } + + .xl\:mt-48 { + margin-top: 12rem !important; + } + + .xl\:mr-48 { + margin-right: 12rem !important; + } + + .xl\:mb-48 { + margin-bottom: 12rem !important; + } + + .xl\:ml-48 { + margin-left: 12rem !important; + } + + .xl\:mt-56 { + margin-top: 14rem !important; + } + + .xl\:mr-56 { + margin-right: 14rem !important; + } + + .xl\:mb-56 { + margin-bottom: 14rem !important; + } + + .xl\:ml-56 { + margin-left: 14rem !important; + } + + .xl\:mt-64 { + margin-top: 16rem !important; + } + + .xl\:mr-64 { + margin-right: 16rem !important; + } + + .xl\:mb-64 { + margin-bottom: 16rem !important; + } + + .xl\:ml-64 { + margin-left: 16rem !important; + } + .xl\:mt-auto { margin-top: auto !important; } @@ -26540,6 +28136,22 @@ table { margin: -8rem !important; } + .xl\:-m-40 { + margin: -10rem !important; + } + + .xl\:-m-48 { + margin: -12rem !important; + } + + .xl\:-m-56 { + margin: -14rem !important; + } + + .xl\:-m-64 { + margin: -16rem !important; + } + .xl\:-m-px { margin: -1px !important; } @@ -26684,6 +28296,46 @@ table { margin-right: -8rem !important; } + .xl\:-my-40 { + margin-top: -10rem !important; + margin-bottom: -10rem !important; + } + + .xl\:-mx-40 { + margin-left: -10rem !important; + margin-right: -10rem !important; + } + + .xl\:-my-48 { + margin-top: -12rem !important; + margin-bottom: -12rem !important; + } + + .xl\:-mx-48 { + margin-left: -12rem !important; + margin-right: -12rem !important; + } + + .xl\:-my-56 { + margin-top: -14rem !important; + margin-bottom: -14rem !important; + } + + .xl\:-mx-56 { + margin-left: -14rem !important; + margin-right: -14rem !important; + } + + .xl\:-my-64 { + margin-top: -16rem !important; + margin-bottom: -16rem !important; + } + + .xl\:-mx-64 { + margin-left: -16rem !important; + margin-right: -16rem !important; + } + .xl\:-my-px { margin-top: -1px !important; margin-bottom: -1px !important; @@ -26918,6 +28570,70 @@ table { margin-left: -8rem !important; } + .xl\:-mt-40 { + margin-top: -10rem !important; + } + + .xl\:-mr-40 { + margin-right: -10rem !important; + } + + .xl\:-mb-40 { + margin-bottom: -10rem !important; + } + + .xl\:-ml-40 { + margin-left: -10rem !important; + } + + .xl\:-mt-48 { + margin-top: -12rem !important; + } + + .xl\:-mr-48 { + margin-right: -12rem !important; + } + + .xl\:-mb-48 { + margin-bottom: -12rem !important; + } + + .xl\:-ml-48 { + margin-left: -12rem !important; + } + + .xl\:-mt-56 { + margin-top: -14rem !important; + } + + .xl\:-mr-56 { + margin-right: -14rem !important; + } + + .xl\:-mb-56 { + margin-bottom: -14rem !important; + } + + .xl\:-ml-56 { + margin-left: -14rem !important; + } + + .xl\:-mt-64 { + margin-top: -16rem !important; + } + + .xl\:-mr-64 { + margin-right: -16rem !important; + } + + .xl\:-mb-64 { + margin-bottom: -16rem !important; + } + + .xl\:-ml-64 { + margin-left: -16rem !important; + } + .xl\:-mt-px { margin-top: -1px !important; } @@ -27122,6 +28838,22 @@ table { padding: 8rem !important; } + .xl\:p-40 { + padding: 10rem !important; + } + + .xl\:p-48 { + padding: 12rem !important; + } + + .xl\:p-56 { + padding: 14rem !important; + } + + .xl\:p-64 { + padding: 16rem !important; + } + .xl\:p-px { padding: 1px !important; } @@ -27266,6 +28998,46 @@ table { padding-right: 8rem !important; } + .xl\:py-40 { + padding-top: 10rem !important; + padding-bottom: 10rem !important; + } + + .xl\:px-40 { + padding-left: 10rem !important; + padding-right: 10rem !important; + } + + .xl\:py-48 { + padding-top: 12rem !important; + padding-bottom: 12rem !important; + } + + .xl\:px-48 { + padding-left: 12rem !important; + padding-right: 12rem !important; + } + + .xl\:py-56 { + padding-top: 14rem !important; + padding-bottom: 14rem !important; + } + + .xl\:px-56 { + padding-left: 14rem !important; + padding-right: 14rem !important; + } + + .xl\:py-64 { + padding-top: 16rem !important; + padding-bottom: 16rem !important; + } + + .xl\:px-64 { + padding-left: 16rem !important; + padding-right: 16rem !important; + } + .xl\:py-px { padding-top: 1px !important; padding-bottom: 1px !important; @@ -27500,6 +29272,70 @@ table { padding-left: 8rem !important; } + .xl\:pt-40 { + padding-top: 10rem !important; + } + + .xl\:pr-40 { + padding-right: 10rem !important; + } + + .xl\:pb-40 { + padding-bottom: 10rem !important; + } + + .xl\:pl-40 { + padding-left: 10rem !important; + } + + .xl\:pt-48 { + padding-top: 12rem !important; + } + + .xl\:pr-48 { + padding-right: 12rem !important; + } + + .xl\:pb-48 { + padding-bottom: 12rem !important; + } + + .xl\:pl-48 { + padding-left: 12rem !important; + } + + .xl\:pt-56 { + padding-top: 14rem !important; + } + + .xl\:pr-56 { + padding-right: 14rem !important; + } + + .xl\:pb-56 { + padding-bottom: 14rem !important; + } + + .xl\:pl-56 { + padding-left: 14rem !important; + } + + .xl\:pt-64 { + padding-top: 16rem !important; + } + + .xl\:pr-64 { + padding-right: 16rem !important; + } + + .xl\:pb-64 { + padding-bottom: 16rem !important; + } + + .xl\:pl-64 { + padding-left: 16rem !important; + } + .xl\:pt-px { padding-top: 1px !important; } @@ -28932,6 +30768,10 @@ table { width: 8rem !important; } + .xl\:w-40 { + width: 10rem !important; + } + .xl\:w-48 { width: 12rem !important; } diff --git a/__tests__/fixtures/tailwind-output.css b/__tests__/fixtures/tailwind-output.css index 440f201c6..b0c2065ee 100644 --- a/__tests__/fixtures/tailwind-output.css +++ b/__tests__/fixtures/tailwind-output.css @@ -3061,6 +3061,10 @@ table { height: 8rem; } +.h-40 { + height: 10rem; +} + .h-48 { height: 12rem; } @@ -3169,6 +3173,22 @@ table { margin: 8rem; } +.m-40 { + margin: 10rem; +} + +.m-48 { + margin: 12rem; +} + +.m-56 { + margin: 14rem; +} + +.m-64 { + margin: 16rem; +} + .m-auto { margin: auto; } @@ -3317,6 +3337,46 @@ table { margin-right: 8rem; } +.my-40 { + margin-top: 10rem; + margin-bottom: 10rem; +} + +.mx-40 { + margin-left: 10rem; + margin-right: 10rem; +} + +.my-48 { + margin-top: 12rem; + margin-bottom: 12rem; +} + +.mx-48 { + margin-left: 12rem; + margin-right: 12rem; +} + +.my-56 { + margin-top: 14rem; + margin-bottom: 14rem; +} + +.mx-56 { + margin-left: 14rem; + margin-right: 14rem; +} + +.my-64 { + margin-top: 16rem; + margin-bottom: 16rem; +} + +.mx-64 { + margin-left: 16rem; + margin-right: 16rem; +} + .my-auto { margin-top: auto; margin-bottom: auto; @@ -3561,6 +3621,70 @@ table { margin-left: 8rem; } +.mt-40 { + margin-top: 10rem; +} + +.mr-40 { + margin-right: 10rem; +} + +.mb-40 { + margin-bottom: 10rem; +} + +.ml-40 { + margin-left: 10rem; +} + +.mt-48 { + margin-top: 12rem; +} + +.mr-48 { + margin-right: 12rem; +} + +.mb-48 { + margin-bottom: 12rem; +} + +.ml-48 { + margin-left: 12rem; +} + +.mt-56 { + margin-top: 14rem; +} + +.mr-56 { + margin-right: 14rem; +} + +.mb-56 { + margin-bottom: 14rem; +} + +.ml-56 { + margin-left: 14rem; +} + +.mt-64 { + margin-top: 16rem; +} + +.mr-64 { + margin-right: 16rem; +} + +.mb-64 { + margin-bottom: 16rem; +} + +.ml-64 { + margin-left: 16rem; +} + .mt-auto { margin-top: auto; } @@ -3717,6 +3841,22 @@ table { margin: -8rem; } +.-m-40 { + margin: -10rem; +} + +.-m-48 { + margin: -12rem; +} + +.-m-56 { + margin: -14rem; +} + +.-m-64 { + margin: -16rem; +} + .-m-px { margin: -1px; } @@ -3861,6 +4001,46 @@ table { margin-right: -8rem; } +.-my-40 { + margin-top: -10rem; + margin-bottom: -10rem; +} + +.-mx-40 { + margin-left: -10rem; + margin-right: -10rem; +} + +.-my-48 { + margin-top: -12rem; + margin-bottom: -12rem; +} + +.-mx-48 { + margin-left: -12rem; + margin-right: -12rem; +} + +.-my-56 { + margin-top: -14rem; + margin-bottom: -14rem; +} + +.-mx-56 { + margin-left: -14rem; + margin-right: -14rem; +} + +.-my-64 { + margin-top: -16rem; + margin-bottom: -16rem; +} + +.-mx-64 { + margin-left: -16rem; + margin-right: -16rem; +} + .-my-px { margin-top: -1px; margin-bottom: -1px; @@ -4095,6 +4275,70 @@ table { margin-left: -8rem; } +.-mt-40 { + margin-top: -10rem; +} + +.-mr-40 { + margin-right: -10rem; +} + +.-mb-40 { + margin-bottom: -10rem; +} + +.-ml-40 { + margin-left: -10rem; +} + +.-mt-48 { + margin-top: -12rem; +} + +.-mr-48 { + margin-right: -12rem; +} + +.-mb-48 { + margin-bottom: -12rem; +} + +.-ml-48 { + margin-left: -12rem; +} + +.-mt-56 { + margin-top: -14rem; +} + +.-mr-56 { + margin-right: -14rem; +} + +.-mb-56 { + margin-bottom: -14rem; +} + +.-ml-56 { + margin-left: -14rem; +} + +.-mt-64 { + margin-top: -16rem; +} + +.-mr-64 { + margin-right: -16rem; +} + +.-mb-64 { + margin-bottom: -16rem; +} + +.-ml-64 { + margin-left: -16rem; +} + .-mt-px { margin-top: -1px; } @@ -4307,6 +4551,22 @@ table { padding: 8rem; } +.p-40 { + padding: 10rem; +} + +.p-48 { + padding: 12rem; +} + +.p-56 { + padding: 14rem; +} + +.p-64 { + padding: 16rem; +} + .p-px { padding: 1px; } @@ -4451,6 +4711,46 @@ table { padding-right: 8rem; } +.py-40 { + padding-top: 10rem; + padding-bottom: 10rem; +} + +.px-40 { + padding-left: 10rem; + padding-right: 10rem; +} + +.py-48 { + padding-top: 12rem; + padding-bottom: 12rem; +} + +.px-48 { + padding-left: 12rem; + padding-right: 12rem; +} + +.py-56 { + padding-top: 14rem; + padding-bottom: 14rem; +} + +.px-56 { + padding-left: 14rem; + padding-right: 14rem; +} + +.py-64 { + padding-top: 16rem; + padding-bottom: 16rem; +} + +.px-64 { + padding-left: 16rem; + padding-right: 16rem; +} + .py-px { padding-top: 1px; padding-bottom: 1px; @@ -4685,6 +4985,70 @@ table { padding-left: 8rem; } +.pt-40 { + padding-top: 10rem; +} + +.pr-40 { + padding-right: 10rem; +} + +.pb-40 { + padding-bottom: 10rem; +} + +.pl-40 { + padding-left: 10rem; +} + +.pt-48 { + padding-top: 12rem; +} + +.pr-48 { + padding-right: 12rem; +} + +.pb-48 { + padding-bottom: 12rem; +} + +.pl-48 { + padding-left: 12rem; +} + +.pt-56 { + padding-top: 14rem; +} + +.pr-56 { + padding-right: 14rem; +} + +.pb-56 { + padding-bottom: 14rem; +} + +.pl-56 { + padding-left: 14rem; +} + +.pt-64 { + padding-top: 16rem; +} + +.pr-64 { + padding-right: 16rem; +} + +.pb-64 { + padding-bottom: 16rem; +} + +.pl-64 { + padding-left: 16rem; +} + .pt-px { padding-top: 1px; } @@ -6125,6 +6489,10 @@ table { width: 8rem; } +.w-40 { + width: 10rem; +} + .w-48 { width: 12rem; } @@ -8778,6 +9146,10 @@ table { height: 8rem; } + .sm\:h-40 { + height: 10rem; + } + .sm\:h-48 { height: 12rem; } @@ -8886,6 +9258,22 @@ table { margin: 8rem; } + .sm\:m-40 { + margin: 10rem; + } + + .sm\:m-48 { + margin: 12rem; + } + + .sm\:m-56 { + margin: 14rem; + } + + .sm\:m-64 { + margin: 16rem; + } + .sm\:m-auto { margin: auto; } @@ -9034,6 +9422,46 @@ table { margin-right: 8rem; } + .sm\:my-40 { + margin-top: 10rem; + margin-bottom: 10rem; + } + + .sm\:mx-40 { + margin-left: 10rem; + margin-right: 10rem; + } + + .sm\:my-48 { + margin-top: 12rem; + margin-bottom: 12rem; + } + + .sm\:mx-48 { + margin-left: 12rem; + margin-right: 12rem; + } + + .sm\:my-56 { + margin-top: 14rem; + margin-bottom: 14rem; + } + + .sm\:mx-56 { + margin-left: 14rem; + margin-right: 14rem; + } + + .sm\:my-64 { + margin-top: 16rem; + margin-bottom: 16rem; + } + + .sm\:mx-64 { + margin-left: 16rem; + margin-right: 16rem; + } + .sm\:my-auto { margin-top: auto; margin-bottom: auto; @@ -9278,6 +9706,70 @@ table { margin-left: 8rem; } + .sm\:mt-40 { + margin-top: 10rem; + } + + .sm\:mr-40 { + margin-right: 10rem; + } + + .sm\:mb-40 { + margin-bottom: 10rem; + } + + .sm\:ml-40 { + margin-left: 10rem; + } + + .sm\:mt-48 { + margin-top: 12rem; + } + + .sm\:mr-48 { + margin-right: 12rem; + } + + .sm\:mb-48 { + margin-bottom: 12rem; + } + + .sm\:ml-48 { + margin-left: 12rem; + } + + .sm\:mt-56 { + margin-top: 14rem; + } + + .sm\:mr-56 { + margin-right: 14rem; + } + + .sm\:mb-56 { + margin-bottom: 14rem; + } + + .sm\:ml-56 { + margin-left: 14rem; + } + + .sm\:mt-64 { + margin-top: 16rem; + } + + .sm\:mr-64 { + margin-right: 16rem; + } + + .sm\:mb-64 { + margin-bottom: 16rem; + } + + .sm\:ml-64 { + margin-left: 16rem; + } + .sm\:mt-auto { margin-top: auto; } @@ -9434,6 +9926,22 @@ table { margin: -8rem; } + .sm\:-m-40 { + margin: -10rem; + } + + .sm\:-m-48 { + margin: -12rem; + } + + .sm\:-m-56 { + margin: -14rem; + } + + .sm\:-m-64 { + margin: -16rem; + } + .sm\:-m-px { margin: -1px; } @@ -9578,6 +10086,46 @@ table { margin-right: -8rem; } + .sm\:-my-40 { + margin-top: -10rem; + margin-bottom: -10rem; + } + + .sm\:-mx-40 { + margin-left: -10rem; + margin-right: -10rem; + } + + .sm\:-my-48 { + margin-top: -12rem; + margin-bottom: -12rem; + } + + .sm\:-mx-48 { + margin-left: -12rem; + margin-right: -12rem; + } + + .sm\:-my-56 { + margin-top: -14rem; + margin-bottom: -14rem; + } + + .sm\:-mx-56 { + margin-left: -14rem; + margin-right: -14rem; + } + + .sm\:-my-64 { + margin-top: -16rem; + margin-bottom: -16rem; + } + + .sm\:-mx-64 { + margin-left: -16rem; + margin-right: -16rem; + } + .sm\:-my-px { margin-top: -1px; margin-bottom: -1px; @@ -9812,6 +10360,70 @@ table { margin-left: -8rem; } + .sm\:-mt-40 { + margin-top: -10rem; + } + + .sm\:-mr-40 { + margin-right: -10rem; + } + + .sm\:-mb-40 { + margin-bottom: -10rem; + } + + .sm\:-ml-40 { + margin-left: -10rem; + } + + .sm\:-mt-48 { + margin-top: -12rem; + } + + .sm\:-mr-48 { + margin-right: -12rem; + } + + .sm\:-mb-48 { + margin-bottom: -12rem; + } + + .sm\:-ml-48 { + margin-left: -12rem; + } + + .sm\:-mt-56 { + margin-top: -14rem; + } + + .sm\:-mr-56 { + margin-right: -14rem; + } + + .sm\:-mb-56 { + margin-bottom: -14rem; + } + + .sm\:-ml-56 { + margin-left: -14rem; + } + + .sm\:-mt-64 { + margin-top: -16rem; + } + + .sm\:-mr-64 { + margin-right: -16rem; + } + + .sm\:-mb-64 { + margin-bottom: -16rem; + } + + .sm\:-ml-64 { + margin-left: -16rem; + } + .sm\:-mt-px { margin-top: -1px; } @@ -10016,6 +10628,22 @@ table { padding: 8rem; } + .sm\:p-40 { + padding: 10rem; + } + + .sm\:p-48 { + padding: 12rem; + } + + .sm\:p-56 { + padding: 14rem; + } + + .sm\:p-64 { + padding: 16rem; + } + .sm\:p-px { padding: 1px; } @@ -10160,6 +10788,46 @@ table { padding-right: 8rem; } + .sm\:py-40 { + padding-top: 10rem; + padding-bottom: 10rem; + } + + .sm\:px-40 { + padding-left: 10rem; + padding-right: 10rem; + } + + .sm\:py-48 { + padding-top: 12rem; + padding-bottom: 12rem; + } + + .sm\:px-48 { + padding-left: 12rem; + padding-right: 12rem; + } + + .sm\:py-56 { + padding-top: 14rem; + padding-bottom: 14rem; + } + + .sm\:px-56 { + padding-left: 14rem; + padding-right: 14rem; + } + + .sm\:py-64 { + padding-top: 16rem; + padding-bottom: 16rem; + } + + .sm\:px-64 { + padding-left: 16rem; + padding-right: 16rem; + } + .sm\:py-px { padding-top: 1px; padding-bottom: 1px; @@ -10394,6 +11062,70 @@ table { padding-left: 8rem; } + .sm\:pt-40 { + padding-top: 10rem; + } + + .sm\:pr-40 { + padding-right: 10rem; + } + + .sm\:pb-40 { + padding-bottom: 10rem; + } + + .sm\:pl-40 { + padding-left: 10rem; + } + + .sm\:pt-48 { + padding-top: 12rem; + } + + .sm\:pr-48 { + padding-right: 12rem; + } + + .sm\:pb-48 { + padding-bottom: 12rem; + } + + .sm\:pl-48 { + padding-left: 12rem; + } + + .sm\:pt-56 { + padding-top: 14rem; + } + + .sm\:pr-56 { + padding-right: 14rem; + } + + .sm\:pb-56 { + padding-bottom: 14rem; + } + + .sm\:pl-56 { + padding-left: 14rem; + } + + .sm\:pt-64 { + padding-top: 16rem; + } + + .sm\:pr-64 { + padding-right: 16rem; + } + + .sm\:pb-64 { + padding-bottom: 16rem; + } + + .sm\:pl-64 { + padding-left: 16rem; + } + .sm\:pt-px { padding-top: 1px; } @@ -11826,6 +12558,10 @@ table { width: 8rem; } + .sm\:w-40 { + width: 10rem; + } + .sm\:w-48 { width: 12rem; } @@ -14480,6 +15216,10 @@ table { height: 8rem; } + .md\:h-40 { + height: 10rem; + } + .md\:h-48 { height: 12rem; } @@ -14588,6 +15328,22 @@ table { margin: 8rem; } + .md\:m-40 { + margin: 10rem; + } + + .md\:m-48 { + margin: 12rem; + } + + .md\:m-56 { + margin: 14rem; + } + + .md\:m-64 { + margin: 16rem; + } + .md\:m-auto { margin: auto; } @@ -14736,6 +15492,46 @@ table { margin-right: 8rem; } + .md\:my-40 { + margin-top: 10rem; + margin-bottom: 10rem; + } + + .md\:mx-40 { + margin-left: 10rem; + margin-right: 10rem; + } + + .md\:my-48 { + margin-top: 12rem; + margin-bottom: 12rem; + } + + .md\:mx-48 { + margin-left: 12rem; + margin-right: 12rem; + } + + .md\:my-56 { + margin-top: 14rem; + margin-bottom: 14rem; + } + + .md\:mx-56 { + margin-left: 14rem; + margin-right: 14rem; + } + + .md\:my-64 { + margin-top: 16rem; + margin-bottom: 16rem; + } + + .md\:mx-64 { + margin-left: 16rem; + margin-right: 16rem; + } + .md\:my-auto { margin-top: auto; margin-bottom: auto; @@ -14980,6 +15776,70 @@ table { margin-left: 8rem; } + .md\:mt-40 { + margin-top: 10rem; + } + + .md\:mr-40 { + margin-right: 10rem; + } + + .md\:mb-40 { + margin-bottom: 10rem; + } + + .md\:ml-40 { + margin-left: 10rem; + } + + .md\:mt-48 { + margin-top: 12rem; + } + + .md\:mr-48 { + margin-right: 12rem; + } + + .md\:mb-48 { + margin-bottom: 12rem; + } + + .md\:ml-48 { + margin-left: 12rem; + } + + .md\:mt-56 { + margin-top: 14rem; + } + + .md\:mr-56 { + margin-right: 14rem; + } + + .md\:mb-56 { + margin-bottom: 14rem; + } + + .md\:ml-56 { + margin-left: 14rem; + } + + .md\:mt-64 { + margin-top: 16rem; + } + + .md\:mr-64 { + margin-right: 16rem; + } + + .md\:mb-64 { + margin-bottom: 16rem; + } + + .md\:ml-64 { + margin-left: 16rem; + } + .md\:mt-auto { margin-top: auto; } @@ -15136,6 +15996,22 @@ table { margin: -8rem; } + .md\:-m-40 { + margin: -10rem; + } + + .md\:-m-48 { + margin: -12rem; + } + + .md\:-m-56 { + margin: -14rem; + } + + .md\:-m-64 { + margin: -16rem; + } + .md\:-m-px { margin: -1px; } @@ -15280,6 +16156,46 @@ table { margin-right: -8rem; } + .md\:-my-40 { + margin-top: -10rem; + margin-bottom: -10rem; + } + + .md\:-mx-40 { + margin-left: -10rem; + margin-right: -10rem; + } + + .md\:-my-48 { + margin-top: -12rem; + margin-bottom: -12rem; + } + + .md\:-mx-48 { + margin-left: -12rem; + margin-right: -12rem; + } + + .md\:-my-56 { + margin-top: -14rem; + margin-bottom: -14rem; + } + + .md\:-mx-56 { + margin-left: -14rem; + margin-right: -14rem; + } + + .md\:-my-64 { + margin-top: -16rem; + margin-bottom: -16rem; + } + + .md\:-mx-64 { + margin-left: -16rem; + margin-right: -16rem; + } + .md\:-my-px { margin-top: -1px; margin-bottom: -1px; @@ -15514,6 +16430,70 @@ table { margin-left: -8rem; } + .md\:-mt-40 { + margin-top: -10rem; + } + + .md\:-mr-40 { + margin-right: -10rem; + } + + .md\:-mb-40 { + margin-bottom: -10rem; + } + + .md\:-ml-40 { + margin-left: -10rem; + } + + .md\:-mt-48 { + margin-top: -12rem; + } + + .md\:-mr-48 { + margin-right: -12rem; + } + + .md\:-mb-48 { + margin-bottom: -12rem; + } + + .md\:-ml-48 { + margin-left: -12rem; + } + + .md\:-mt-56 { + margin-top: -14rem; + } + + .md\:-mr-56 { + margin-right: -14rem; + } + + .md\:-mb-56 { + margin-bottom: -14rem; + } + + .md\:-ml-56 { + margin-left: -14rem; + } + + .md\:-mt-64 { + margin-top: -16rem; + } + + .md\:-mr-64 { + margin-right: -16rem; + } + + .md\:-mb-64 { + margin-bottom: -16rem; + } + + .md\:-ml-64 { + margin-left: -16rem; + } + .md\:-mt-px { margin-top: -1px; } @@ -15718,6 +16698,22 @@ table { padding: 8rem; } + .md\:p-40 { + padding: 10rem; + } + + .md\:p-48 { + padding: 12rem; + } + + .md\:p-56 { + padding: 14rem; + } + + .md\:p-64 { + padding: 16rem; + } + .md\:p-px { padding: 1px; } @@ -15862,6 +16858,46 @@ table { padding-right: 8rem; } + .md\:py-40 { + padding-top: 10rem; + padding-bottom: 10rem; + } + + .md\:px-40 { + padding-left: 10rem; + padding-right: 10rem; + } + + .md\:py-48 { + padding-top: 12rem; + padding-bottom: 12rem; + } + + .md\:px-48 { + padding-left: 12rem; + padding-right: 12rem; + } + + .md\:py-56 { + padding-top: 14rem; + padding-bottom: 14rem; + } + + .md\:px-56 { + padding-left: 14rem; + padding-right: 14rem; + } + + .md\:py-64 { + padding-top: 16rem; + padding-bottom: 16rem; + } + + .md\:px-64 { + padding-left: 16rem; + padding-right: 16rem; + } + .md\:py-px { padding-top: 1px; padding-bottom: 1px; @@ -16096,6 +17132,70 @@ table { padding-left: 8rem; } + .md\:pt-40 { + padding-top: 10rem; + } + + .md\:pr-40 { + padding-right: 10rem; + } + + .md\:pb-40 { + padding-bottom: 10rem; + } + + .md\:pl-40 { + padding-left: 10rem; + } + + .md\:pt-48 { + padding-top: 12rem; + } + + .md\:pr-48 { + padding-right: 12rem; + } + + .md\:pb-48 { + padding-bottom: 12rem; + } + + .md\:pl-48 { + padding-left: 12rem; + } + + .md\:pt-56 { + padding-top: 14rem; + } + + .md\:pr-56 { + padding-right: 14rem; + } + + .md\:pb-56 { + padding-bottom: 14rem; + } + + .md\:pl-56 { + padding-left: 14rem; + } + + .md\:pt-64 { + padding-top: 16rem; + } + + .md\:pr-64 { + padding-right: 16rem; + } + + .md\:pb-64 { + padding-bottom: 16rem; + } + + .md\:pl-64 { + padding-left: 16rem; + } + .md\:pt-px { padding-top: 1px; } @@ -17528,6 +18628,10 @@ table { width: 8rem; } + .md\:w-40 { + width: 10rem; + } + .md\:w-48 { width: 12rem; } @@ -20182,6 +21286,10 @@ table { height: 8rem; } + .lg\:h-40 { + height: 10rem; + } + .lg\:h-48 { height: 12rem; } @@ -20290,6 +21398,22 @@ table { margin: 8rem; } + .lg\:m-40 { + margin: 10rem; + } + + .lg\:m-48 { + margin: 12rem; + } + + .lg\:m-56 { + margin: 14rem; + } + + .lg\:m-64 { + margin: 16rem; + } + .lg\:m-auto { margin: auto; } @@ -20438,6 +21562,46 @@ table { margin-right: 8rem; } + .lg\:my-40 { + margin-top: 10rem; + margin-bottom: 10rem; + } + + .lg\:mx-40 { + margin-left: 10rem; + margin-right: 10rem; + } + + .lg\:my-48 { + margin-top: 12rem; + margin-bottom: 12rem; + } + + .lg\:mx-48 { + margin-left: 12rem; + margin-right: 12rem; + } + + .lg\:my-56 { + margin-top: 14rem; + margin-bottom: 14rem; + } + + .lg\:mx-56 { + margin-left: 14rem; + margin-right: 14rem; + } + + .lg\:my-64 { + margin-top: 16rem; + margin-bottom: 16rem; + } + + .lg\:mx-64 { + margin-left: 16rem; + margin-right: 16rem; + } + .lg\:my-auto { margin-top: auto; margin-bottom: auto; @@ -20682,6 +21846,70 @@ table { margin-left: 8rem; } + .lg\:mt-40 { + margin-top: 10rem; + } + + .lg\:mr-40 { + margin-right: 10rem; + } + + .lg\:mb-40 { + margin-bottom: 10rem; + } + + .lg\:ml-40 { + margin-left: 10rem; + } + + .lg\:mt-48 { + margin-top: 12rem; + } + + .lg\:mr-48 { + margin-right: 12rem; + } + + .lg\:mb-48 { + margin-bottom: 12rem; + } + + .lg\:ml-48 { + margin-left: 12rem; + } + + .lg\:mt-56 { + margin-top: 14rem; + } + + .lg\:mr-56 { + margin-right: 14rem; + } + + .lg\:mb-56 { + margin-bottom: 14rem; + } + + .lg\:ml-56 { + margin-left: 14rem; + } + + .lg\:mt-64 { + margin-top: 16rem; + } + + .lg\:mr-64 { + margin-right: 16rem; + } + + .lg\:mb-64 { + margin-bottom: 16rem; + } + + .lg\:ml-64 { + margin-left: 16rem; + } + .lg\:mt-auto { margin-top: auto; } @@ -20838,6 +22066,22 @@ table { margin: -8rem; } + .lg\:-m-40 { + margin: -10rem; + } + + .lg\:-m-48 { + margin: -12rem; + } + + .lg\:-m-56 { + margin: -14rem; + } + + .lg\:-m-64 { + margin: -16rem; + } + .lg\:-m-px { margin: -1px; } @@ -20982,6 +22226,46 @@ table { margin-right: -8rem; } + .lg\:-my-40 { + margin-top: -10rem; + margin-bottom: -10rem; + } + + .lg\:-mx-40 { + margin-left: -10rem; + margin-right: -10rem; + } + + .lg\:-my-48 { + margin-top: -12rem; + margin-bottom: -12rem; + } + + .lg\:-mx-48 { + margin-left: -12rem; + margin-right: -12rem; + } + + .lg\:-my-56 { + margin-top: -14rem; + margin-bottom: -14rem; + } + + .lg\:-mx-56 { + margin-left: -14rem; + margin-right: -14rem; + } + + .lg\:-my-64 { + margin-top: -16rem; + margin-bottom: -16rem; + } + + .lg\:-mx-64 { + margin-left: -16rem; + margin-right: -16rem; + } + .lg\:-my-px { margin-top: -1px; margin-bottom: -1px; @@ -21216,6 +22500,70 @@ table { margin-left: -8rem; } + .lg\:-mt-40 { + margin-top: -10rem; + } + + .lg\:-mr-40 { + margin-right: -10rem; + } + + .lg\:-mb-40 { + margin-bottom: -10rem; + } + + .lg\:-ml-40 { + margin-left: -10rem; + } + + .lg\:-mt-48 { + margin-top: -12rem; + } + + .lg\:-mr-48 { + margin-right: -12rem; + } + + .lg\:-mb-48 { + margin-bottom: -12rem; + } + + .lg\:-ml-48 { + margin-left: -12rem; + } + + .lg\:-mt-56 { + margin-top: -14rem; + } + + .lg\:-mr-56 { + margin-right: -14rem; + } + + .lg\:-mb-56 { + margin-bottom: -14rem; + } + + .lg\:-ml-56 { + margin-left: -14rem; + } + + .lg\:-mt-64 { + margin-top: -16rem; + } + + .lg\:-mr-64 { + margin-right: -16rem; + } + + .lg\:-mb-64 { + margin-bottom: -16rem; + } + + .lg\:-ml-64 { + margin-left: -16rem; + } + .lg\:-mt-px { margin-top: -1px; } @@ -21420,6 +22768,22 @@ table { padding: 8rem; } + .lg\:p-40 { + padding: 10rem; + } + + .lg\:p-48 { + padding: 12rem; + } + + .lg\:p-56 { + padding: 14rem; + } + + .lg\:p-64 { + padding: 16rem; + } + .lg\:p-px { padding: 1px; } @@ -21564,6 +22928,46 @@ table { padding-right: 8rem; } + .lg\:py-40 { + padding-top: 10rem; + padding-bottom: 10rem; + } + + .lg\:px-40 { + padding-left: 10rem; + padding-right: 10rem; + } + + .lg\:py-48 { + padding-top: 12rem; + padding-bottom: 12rem; + } + + .lg\:px-48 { + padding-left: 12rem; + padding-right: 12rem; + } + + .lg\:py-56 { + padding-top: 14rem; + padding-bottom: 14rem; + } + + .lg\:px-56 { + padding-left: 14rem; + padding-right: 14rem; + } + + .lg\:py-64 { + padding-top: 16rem; + padding-bottom: 16rem; + } + + .lg\:px-64 { + padding-left: 16rem; + padding-right: 16rem; + } + .lg\:py-px { padding-top: 1px; padding-bottom: 1px; @@ -21798,6 +23202,70 @@ table { padding-left: 8rem; } + .lg\:pt-40 { + padding-top: 10rem; + } + + .lg\:pr-40 { + padding-right: 10rem; + } + + .lg\:pb-40 { + padding-bottom: 10rem; + } + + .lg\:pl-40 { + padding-left: 10rem; + } + + .lg\:pt-48 { + padding-top: 12rem; + } + + .lg\:pr-48 { + padding-right: 12rem; + } + + .lg\:pb-48 { + padding-bottom: 12rem; + } + + .lg\:pl-48 { + padding-left: 12rem; + } + + .lg\:pt-56 { + padding-top: 14rem; + } + + .lg\:pr-56 { + padding-right: 14rem; + } + + .lg\:pb-56 { + padding-bottom: 14rem; + } + + .lg\:pl-56 { + padding-left: 14rem; + } + + .lg\:pt-64 { + padding-top: 16rem; + } + + .lg\:pr-64 { + padding-right: 16rem; + } + + .lg\:pb-64 { + padding-bottom: 16rem; + } + + .lg\:pl-64 { + padding-left: 16rem; + } + .lg\:pt-px { padding-top: 1px; } @@ -23230,6 +24698,10 @@ table { width: 8rem; } + .lg\:w-40 { + width: 10rem; + } + .lg\:w-48 { width: 12rem; } @@ -25884,6 +27356,10 @@ table { height: 8rem; } + .xl\:h-40 { + height: 10rem; + } + .xl\:h-48 { height: 12rem; } @@ -25992,6 +27468,22 @@ table { margin: 8rem; } + .xl\:m-40 { + margin: 10rem; + } + + .xl\:m-48 { + margin: 12rem; + } + + .xl\:m-56 { + margin: 14rem; + } + + .xl\:m-64 { + margin: 16rem; + } + .xl\:m-auto { margin: auto; } @@ -26140,6 +27632,46 @@ table { margin-right: 8rem; } + .xl\:my-40 { + margin-top: 10rem; + margin-bottom: 10rem; + } + + .xl\:mx-40 { + margin-left: 10rem; + margin-right: 10rem; + } + + .xl\:my-48 { + margin-top: 12rem; + margin-bottom: 12rem; + } + + .xl\:mx-48 { + margin-left: 12rem; + margin-right: 12rem; + } + + .xl\:my-56 { + margin-top: 14rem; + margin-bottom: 14rem; + } + + .xl\:mx-56 { + margin-left: 14rem; + margin-right: 14rem; + } + + .xl\:my-64 { + margin-top: 16rem; + margin-bottom: 16rem; + } + + .xl\:mx-64 { + margin-left: 16rem; + margin-right: 16rem; + } + .xl\:my-auto { margin-top: auto; margin-bottom: auto; @@ -26384,6 +27916,70 @@ table { margin-left: 8rem; } + .xl\:mt-40 { + margin-top: 10rem; + } + + .xl\:mr-40 { + margin-right: 10rem; + } + + .xl\:mb-40 { + margin-bottom: 10rem; + } + + .xl\:ml-40 { + margin-left: 10rem; + } + + .xl\:mt-48 { + margin-top: 12rem; + } + + .xl\:mr-48 { + margin-right: 12rem; + } + + .xl\:mb-48 { + margin-bottom: 12rem; + } + + .xl\:ml-48 { + margin-left: 12rem; + } + + .xl\:mt-56 { + margin-top: 14rem; + } + + .xl\:mr-56 { + margin-right: 14rem; + } + + .xl\:mb-56 { + margin-bottom: 14rem; + } + + .xl\:ml-56 { + margin-left: 14rem; + } + + .xl\:mt-64 { + margin-top: 16rem; + } + + .xl\:mr-64 { + margin-right: 16rem; + } + + .xl\:mb-64 { + margin-bottom: 16rem; + } + + .xl\:ml-64 { + margin-left: 16rem; + } + .xl\:mt-auto { margin-top: auto; } @@ -26540,6 +28136,22 @@ table { margin: -8rem; } + .xl\:-m-40 { + margin: -10rem; + } + + .xl\:-m-48 { + margin: -12rem; + } + + .xl\:-m-56 { + margin: -14rem; + } + + .xl\:-m-64 { + margin: -16rem; + } + .xl\:-m-px { margin: -1px; } @@ -26684,6 +28296,46 @@ table { margin-right: -8rem; } + .xl\:-my-40 { + margin-top: -10rem; + margin-bottom: -10rem; + } + + .xl\:-mx-40 { + margin-left: -10rem; + margin-right: -10rem; + } + + .xl\:-my-48 { + margin-top: -12rem; + margin-bottom: -12rem; + } + + .xl\:-mx-48 { + margin-left: -12rem; + margin-right: -12rem; + } + + .xl\:-my-56 { + margin-top: -14rem; + margin-bottom: -14rem; + } + + .xl\:-mx-56 { + margin-left: -14rem; + margin-right: -14rem; + } + + .xl\:-my-64 { + margin-top: -16rem; + margin-bottom: -16rem; + } + + .xl\:-mx-64 { + margin-left: -16rem; + margin-right: -16rem; + } + .xl\:-my-px { margin-top: -1px; margin-bottom: -1px; @@ -26918,6 +28570,70 @@ table { margin-left: -8rem; } + .xl\:-mt-40 { + margin-top: -10rem; + } + + .xl\:-mr-40 { + margin-right: -10rem; + } + + .xl\:-mb-40 { + margin-bottom: -10rem; + } + + .xl\:-ml-40 { + margin-left: -10rem; + } + + .xl\:-mt-48 { + margin-top: -12rem; + } + + .xl\:-mr-48 { + margin-right: -12rem; + } + + .xl\:-mb-48 { + margin-bottom: -12rem; + } + + .xl\:-ml-48 { + margin-left: -12rem; + } + + .xl\:-mt-56 { + margin-top: -14rem; + } + + .xl\:-mr-56 { + margin-right: -14rem; + } + + .xl\:-mb-56 { + margin-bottom: -14rem; + } + + .xl\:-ml-56 { + margin-left: -14rem; + } + + .xl\:-mt-64 { + margin-top: -16rem; + } + + .xl\:-mr-64 { + margin-right: -16rem; + } + + .xl\:-mb-64 { + margin-bottom: -16rem; + } + + .xl\:-ml-64 { + margin-left: -16rem; + } + .xl\:-mt-px { margin-top: -1px; } @@ -27122,6 +28838,22 @@ table { padding: 8rem; } + .xl\:p-40 { + padding: 10rem; + } + + .xl\:p-48 { + padding: 12rem; + } + + .xl\:p-56 { + padding: 14rem; + } + + .xl\:p-64 { + padding: 16rem; + } + .xl\:p-px { padding: 1px; } @@ -27266,6 +28998,46 @@ table { padding-right: 8rem; } + .xl\:py-40 { + padding-top: 10rem; + padding-bottom: 10rem; + } + + .xl\:px-40 { + padding-left: 10rem; + padding-right: 10rem; + } + + .xl\:py-48 { + padding-top: 12rem; + padding-bottom: 12rem; + } + + .xl\:px-48 { + padding-left: 12rem; + padding-right: 12rem; + } + + .xl\:py-56 { + padding-top: 14rem; + padding-bottom: 14rem; + } + + .xl\:px-56 { + padding-left: 14rem; + padding-right: 14rem; + } + + .xl\:py-64 { + padding-top: 16rem; + padding-bottom: 16rem; + } + + .xl\:px-64 { + padding-left: 16rem; + padding-right: 16rem; + } + .xl\:py-px { padding-top: 1px; padding-bottom: 1px; @@ -27500,6 +29272,70 @@ table { padding-left: 8rem; } + .xl\:pt-40 { + padding-top: 10rem; + } + + .xl\:pr-40 { + padding-right: 10rem; + } + + .xl\:pb-40 { + padding-bottom: 10rem; + } + + .xl\:pl-40 { + padding-left: 10rem; + } + + .xl\:pt-48 { + padding-top: 12rem; + } + + .xl\:pr-48 { + padding-right: 12rem; + } + + .xl\:pb-48 { + padding-bottom: 12rem; + } + + .xl\:pl-48 { + padding-left: 12rem; + } + + .xl\:pt-56 { + padding-top: 14rem; + } + + .xl\:pr-56 { + padding-right: 14rem; + } + + .xl\:pb-56 { + padding-bottom: 14rem; + } + + .xl\:pl-56 { + padding-left: 14rem; + } + + .xl\:pt-64 { + padding-top: 16rem; + } + + .xl\:pr-64 { + padding-right: 16rem; + } + + .xl\:pb-64 { + padding-bottom: 16rem; + } + + .xl\:pl-64 { + padding-left: 16rem; + } + .xl\:pt-px { padding-top: 1px; } @@ -28932,6 +30768,10 @@ table { width: 8rem; } + .xl\:w-40 { + width: 10rem; + } + .xl\:w-48 { width: 12rem; } diff --git a/defaultTheme.js b/defaultTheme.js index 78b54a312..5ffda292c 100644 --- a/defaultTheme.js +++ b/defaultTheme.js @@ -101,6 +101,10 @@ module.exports = function() { '20': '5rem', '24': '6rem', '32': '8rem', + '40': '10rem', + '48': '12rem', + '56': '14rem', + '64': '16rem', }, screens: { sm: '568px', @@ -221,9 +225,6 @@ module.exports = function() { width: theme => ({ auto: 'auto', ...theme.spacing, - '48': '12rem', - '56': '14rem', - '64': '16rem', '1/2': '50%', '1/3': '33.33333%', '2/3': '66.66667%', @@ -241,9 +242,6 @@ module.exports = function() { height: theme => ({ auto: 'auto', ...theme.spacing, - '48': '12rem', - '56': '14rem', - '64': '16rem', full: '100%', screen: '100vh', }),