afidegnum / elm-tailwind / Tailwind.Classes

These are all the classes ported from tailwind. NOTE: this is a auto-generated file by scripts/convert.js

Types


type TailwindClass
    = TailwindClass String

A type to help make sure we're passing Tailwind classes to the classes function, and not classes for some other CSS utility library. (Can help with refactoring)

Responsive helpers

sm : TailwindClass -> TailwindClass

Add a size prefix to the tailwind rule, making it only apply to that screen size and above. Notice, doesn't make sure the class being passed in is going to work with a responsive prefix.. Not all tailwind rules are responsive-capable.

md : TailwindClass -> TailwindClass

Add a size prefix to the tailwind rule, making it only apply to that screen size and above. Notice, doesn't make sure the class being passed in is going to work with a responsive prefix.. Not all tailwind rules are responsive-capable.

lg : TailwindClass -> TailwindClass

Add a size prefix to the tailwind rule, making it only apply to that screen size and above. Notice, doesn't make sure the class being passed in is going to work with a responsive prefix.. Not all tailwind rules are responsive-capable.

xl : TailwindClass -> TailwindClass

Add a size prefix to the tailwind rule, making it only apply to that screen size and above. Notice, doesn't make sure the class being passed in is going to work with a responsive prefix.. Not all tailwind rules are responsive-capable.

Useless Docs below:

Yes these docs are useless, please look at the tailwind docs for the definitions of these classes. Keep in mind this was made with a script (not typed by hand).

They do however show the minifed css definition as their comment.

Classes and their Definitions

negm_0 : TailwindClass

This class maps to this CSS definition:

.-m-0 {
  margin: 0;
}

negm_1 : TailwindClass

This class maps to this CSS definition:

.-m-1 {
  margin: -0.25rem;
}

negm_10 : TailwindClass

This class maps to this CSS definition:

.-m-10 {
  margin: -2.5rem;
}

negm_12 : TailwindClass

This class maps to this CSS definition:

.-m-12 {
  margin: -3rem;
}

negm_16 : TailwindClass

This class maps to this CSS definition:

.-m-16 {
  margin: -4rem;
}

negm_2 : TailwindClass

This class maps to this CSS definition:

.-m-2 {
  margin: -0.5rem;
}

negm_20 : TailwindClass

This class maps to this CSS definition:

.-m-20 {
  margin: -5rem;
}

negm_24 : TailwindClass

This class maps to this CSS definition:

.-m-24 {
  margin: -6rem;
}

negm_3 : TailwindClass

This class maps to this CSS definition:

.-m-3 {
  margin: -0.75rem;
}

negm_32 : TailwindClass

This class maps to this CSS definition:

.-m-32 {
  margin: -8rem;
}

negm_4 : TailwindClass

This class maps to this CSS definition:

.-m-4 {
  margin: -1rem;
}

negm_5 : TailwindClass

This class maps to this CSS definition:

.-m-5 {
  margin: -1.25rem;
}

negm_6 : TailwindClass

This class maps to this CSS definition:

.-m-6 {
  margin: -1.5rem;
}

negm_8 : TailwindClass

This class maps to this CSS definition:

.-m-8 {
  margin: -2rem;
}

negm_px : TailwindClass

This class maps to this CSS definition:

.-m-px {
  margin: -1px;
}

neg_mb_0 : TailwindClass

This class maps to this CSS definition:

.-mb-0 {
  margin-bottom: 0;
}

neg_mb_1 : TailwindClass

This class maps to this CSS definition:

.-mb-1 {
  margin-bottom: -0.25rem;
}

neg_mb_10 : TailwindClass

This class maps to this CSS definition:

.-mb-10 {
  margin-bottom: -2.5rem;
}

neg_mb_12 : TailwindClass

This class maps to this CSS definition:

.-mb-12 {
  margin-bottom: -3rem;
}

neg_mb_16 : TailwindClass

This class maps to this CSS definition:

.-mb-16 {
  margin-bottom: -4rem;
}

neg_mb_2 : TailwindClass

This class maps to this CSS definition:

.-mb-2 {
  margin-bottom: -0.5rem;
}

neg_mb_20 : TailwindClass

This class maps to this CSS definition:

.-mb-20 {
  margin-bottom: -5rem;
}

neg_mb_24 : TailwindClass

This class maps to this CSS definition:

.-mb-24 {
  margin-bottom: -6rem;
}

neg_mb_3 : TailwindClass

This class maps to this CSS definition:

.-mb-3 {
  margin-bottom: -0.75rem;
}

neg_mb_32 : TailwindClass

This class maps to this CSS definition:

.-mb-32 {
  margin-bottom: -8rem;
}

neg_mb_4 : TailwindClass

This class maps to this CSS definition:

.-mb-4 {
  margin-bottom: -1rem;
}

neg_mb_5 : TailwindClass

This class maps to this CSS definition:

.-mb-5 {
  margin-bottom: -1.25rem;
}

neg_mb_6 : TailwindClass

This class maps to this CSS definition:

.-mb-6 {
  margin-bottom: -1.5rem;
}

neg_mb_8 : TailwindClass

This class maps to this CSS definition:

.-mb-8 {
  margin-bottom: -2rem;
}

neg_mb_px : TailwindClass

This class maps to this CSS definition:

.-mb-px {
  margin-bottom: -1px;
}

neg_ml_0 : TailwindClass

This class maps to this CSS definition:

.-ml-0 {
  margin-left: 0;
}

neg_ml_1 : TailwindClass

This class maps to this CSS definition:

.-ml-1 {
  margin-left: -0.25rem;
}

neg_ml_10 : TailwindClass

This class maps to this CSS definition:

.-ml-10 {
  margin-left: -2.5rem;
}

neg_ml_12 : TailwindClass

This class maps to this CSS definition:

.-ml-12 {
  margin-left: -3rem;
}

neg_ml_16 : TailwindClass

This class maps to this CSS definition:

.-ml-16 {
  margin-left: -4rem;
}

neg_ml_2 : TailwindClass

This class maps to this CSS definition:

.-ml-2 {
  margin-left: -0.5rem;
}

neg_ml_20 : TailwindClass

This class maps to this CSS definition:

.-ml-20 {
  margin-left: -5rem;
}

neg_ml_24 : TailwindClass

This class maps to this CSS definition:

.-ml-24 {
  margin-left: -6rem;
}

neg_ml_3 : TailwindClass

This class maps to this CSS definition:

.-ml-3 {
  margin-left: -0.75rem;
}

neg_ml_32 : TailwindClass

This class maps to this CSS definition:

.-ml-32 {
  margin-left: -8rem;
}

neg_ml_4 : TailwindClass

This class maps to this CSS definition:

.-ml-4 {
  margin-left: -1rem;
}

neg_ml_5 : TailwindClass

This class maps to this CSS definition:

.-ml-5 {
  margin-left: -1.25rem;
}

neg_ml_6 : TailwindClass

This class maps to this CSS definition:

.-ml-6 {
  margin-left: -1.5rem;
}

neg_ml_8 : TailwindClass

This class maps to this CSS definition:

.-ml-8 {
  margin-left: -2rem;
}

neg_ml_px : TailwindClass

This class maps to this CSS definition:

.-ml-px {
  margin-left: -1px;
}

neg_mr_0 : TailwindClass

This class maps to this CSS definition:

.-mr-0 {
  margin-right: 0;
}

neg_mr_1 : TailwindClass

This class maps to this CSS definition:

.-mr-1 {
  margin-right: -0.25rem;
}

neg_mr_10 : TailwindClass

This class maps to this CSS definition:

.-mr-10 {
  margin-right: -2.5rem;
}

neg_mr_12 : TailwindClass

This class maps to this CSS definition:

.-mr-12 {
  margin-right: -3rem;
}

neg_mr_16 : TailwindClass

This class maps to this CSS definition:

.-mr-16 {
  margin-right: -4rem;
}

neg_mr_2 : TailwindClass

This class maps to this CSS definition:

.-mr-2 {
  margin-right: -0.5rem;
}

neg_mr_20 : TailwindClass

This class maps to this CSS definition:

.-mr-20 {
  margin-right: -5rem;
}

neg_mr_24 : TailwindClass

This class maps to this CSS definition:

.-mr-24 {
  margin-right: -6rem;
}

neg_mr_3 : TailwindClass

This class maps to this CSS definition:

.-mr-3 {
  margin-right: -0.75rem;
}

neg_mr_32 : TailwindClass

This class maps to this CSS definition:

.-mr-32 {
  margin-right: -8rem;
}

neg_mr_4 : TailwindClass

This class maps to this CSS definition:

.-mr-4 {
  margin-right: -1rem;
}

neg_mr_5 : TailwindClass

This class maps to this CSS definition:

.-mr-5 {
  margin-right: -1.25rem;
}

neg_mr_6 : TailwindClass

This class maps to this CSS definition:

.-mr-6 {
  margin-right: -1.5rem;
}

neg_mr_8 : TailwindClass

This class maps to this CSS definition:

.-mr-8 {
  margin-right: -2rem;
}

neg_mr_px : TailwindClass

This class maps to this CSS definition:

.-mr-px {
  margin-right: -1px;
}

neg_mt_0 : TailwindClass

This class maps to this CSS definition:

.-mt-0 {
  margin-top: 0;
}

neg_mt_1 : TailwindClass

This class maps to this CSS definition:

.-mt-1 {
  margin-top: -0.25rem;
}

neg_mt_10 : TailwindClass

This class maps to this CSS definition:

.-mt-10 {
  margin-top: -2.5rem;
}

neg_mt_12 : TailwindClass

This class maps to this CSS definition:

.-mt-12 {
  margin-top: -3rem;
}

neg_mt_16 : TailwindClass

This class maps to this CSS definition:

.-mt-16 {
  margin-top: -4rem;
}

neg_mt_2 : TailwindClass

This class maps to this CSS definition:

.-mt-2 {
  margin-top: -0.5rem;
}

neg_mt_20 : TailwindClass

This class maps to this CSS definition:

.-mt-20 {
  margin-top: -5rem;
}

neg_mt_24 : TailwindClass

This class maps to this CSS definition:

.-mt-24 {
  margin-top: -6rem;
}

neg_mt_3 : TailwindClass

This class maps to this CSS definition:

.-mt-3 {
  margin-top: -0.75rem;
}

neg_mt_32 : TailwindClass

This class maps to this CSS definition:

.-mt-32 {
  margin-top: -8rem;
}

neg_mt_4 : TailwindClass

This class maps to this CSS definition:

.-mt-4 {
  margin-top: -1rem;
}

neg_mt_5 : TailwindClass

This class maps to this CSS definition:

.-mt-5 {
  margin-top: -1.25rem;
}

neg_mt_6 : TailwindClass

This class maps to this CSS definition:

.-mt-6 {
  margin-top: -1.5rem;
}

neg_mt_8 : TailwindClass

This class maps to this CSS definition:

.-mt-8 {
  margin-top: -2rem;
}

neg_mt_px : TailwindClass

This class maps to this CSS definition:

.-mt-px {
  margin-top: -1px;
}

neg_mx_0 : TailwindClass

This class maps to this CSS definition:

.-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

neg_mx_1 : TailwindClass

This class maps to this CSS definition:

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

neg_mx_10 : TailwindClass

This class maps to this CSS definition:

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

neg_mx_12 : TailwindClass

This class maps to this CSS definition:

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

neg_mx_16 : TailwindClass

This class maps to this CSS definition:

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

neg_mx_2 : TailwindClass

This class maps to this CSS definition:

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

neg_mx_20 : TailwindClass

This class maps to this CSS definition:

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

neg_mx_24 : TailwindClass

This class maps to this CSS definition:

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

neg_mx_3 : TailwindClass

This class maps to this CSS definition:

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

neg_mx_32 : TailwindClass

This class maps to this CSS definition:

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

neg_mx_4 : TailwindClass

This class maps to this CSS definition:

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

neg_mx_5 : TailwindClass

This class maps to this CSS definition:

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

neg_mx_6 : TailwindClass

This class maps to this CSS definition:

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

neg_mx_8 : TailwindClass

This class maps to this CSS definition:

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

neg_mx_px : TailwindClass

This class maps to this CSS definition:

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

neg_my_0 : TailwindClass

This class maps to this CSS definition:

.-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

neg_my_1 : TailwindClass

This class maps to this CSS definition:

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

neg_my_10 : TailwindClass

This class maps to this CSS definition:

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

neg_my_12 : TailwindClass

This class maps to this CSS definition:

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

neg_my_16 : TailwindClass

This class maps to this CSS definition:

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

neg_my_2 : TailwindClass

This class maps to this CSS definition:

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

neg_my_20 : TailwindClass

This class maps to this CSS definition:

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

neg_my_24 : TailwindClass

This class maps to this CSS definition:

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

neg_my_3 : TailwindClass

This class maps to this CSS definition:

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

neg_my_32 : TailwindClass

This class maps to this CSS definition:

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

neg_my_4 : TailwindClass

This class maps to this CSS definition:

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

neg_my_5 : TailwindClass

This class maps to this CSS definition:

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

neg_my_6 : TailwindClass

This class maps to this CSS definition:

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

neg_my_8 : TailwindClass

This class maps to this CSS definition:

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

neg_my_px : TailwindClass

This class maps to this CSS definition:

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

absolute : TailwindClass

This class maps to this CSS definition:

.absolute {
  position: absolute;
}

align_baseline : TailwindClass

This class maps to this CSS definition:

.align-baseline {
  vertical-align: baseline;
}

align_bottom : TailwindClass

This class maps to this CSS definition:

.align-bottom {
  vertical-align: bottom;
}

align_middle : TailwindClass

This class maps to this CSS definition:

.align-middle {
  vertical-align: middle;
}

align_text_bottom : TailwindClass

This class maps to this CSS definition:

.align-text-bottom {
  vertical-align: text-bottom;
}

align_text_top : TailwindClass

This class maps to this CSS definition:

.align-text-top {
  vertical-align: text-top;
}

align_top : TailwindClass

This class maps to this CSS definition:

.align-top {
  vertical-align: top;
}

antialiased : TailwindClass

This class maps to this CSS definition:

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

appearance_none : TailwindClass

This class maps to this CSS definition:

.appearance-none {
-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
}

bg_auto : TailwindClass

This class maps to this CSS definition:

.bg-auto {
  background-size: auto;
}

bg_black : TailwindClass

This class maps to this CSS definition:

.bg-black {
  background-color: #22292f;
}

bg_blue : TailwindClass

This class maps to this CSS definition:

.bg-blue {
  background-color: #3490dc;
}

bg_blue_dark : TailwindClass

This class maps to this CSS definition:

.bg-blue-dark {
  background-color: #2779bd;
}

bg_blue_darker : TailwindClass

This class maps to this CSS definition:

.bg-blue-darker {
  background-color: #1c3d5a;
}

bg_blue_darkest : TailwindClass

This class maps to this CSS definition:

.bg-blue-darkest {
  background-color: #12283a;
}

bg_blue_light : TailwindClass

This class maps to this CSS definition:

.bg-blue-light {
  background-color: #6cb2eb;
}

bg_blue_lighter : TailwindClass

This class maps to this CSS definition:

.bg-blue-lighter {
  background-color: #bcdefa;
}

bg_blue_lightest : TailwindClass

This class maps to this CSS definition:

.bg-blue-lightest {
  background-color: #eff8ff;
}

bg_bottom : TailwindClass

This class maps to this CSS definition:

.bg-bottom {
  background-position: bottom;
}

bg_center : TailwindClass

This class maps to this CSS definition:

.bg-center {
  background-position: center;
}

bg_contain : TailwindClass

This class maps to this CSS definition:

.bg-contain {
  background-size: contain;
}

bg_cover : TailwindClass

This class maps to this CSS definition:

.bg-cover {
  background-size: cover;
}

bg_fixed : TailwindClass

This class maps to this CSS definition:

.bg-fixed {
  background-attachment: fixed;
}

bg_green : TailwindClass

This class maps to this CSS definition:

.bg-green {
  background-color: #38c172;
}

bg_green_dark : TailwindClass

This class maps to this CSS definition:

.bg-green-dark {
  background-color: #1f9d55;
}

bg_green_darker : TailwindClass

This class maps to this CSS definition:

.bg-green-darker {
  background-color: #1a4731;
}

bg_green_darkest : TailwindClass

This class maps to this CSS definition:

.bg-green-darkest {
  background-color: #0f2f21;
}

bg_green_light : TailwindClass

This class maps to this CSS definition:

.bg-green-light {
  background-color: #51d88a;
}

bg_green_lighter : TailwindClass

This class maps to this CSS definition:

.bg-green-lighter {
  background-color: #a2f5bf;
}

bg_green_lightest : TailwindClass

This class maps to this CSS definition:

.bg-green-lightest {
  background-color: #e3fcec;
}

bg_grey : TailwindClass

This class maps to this CSS definition:

.bg-grey {
  background-color: #b8c2cc;
}

bg_grey_dark : TailwindClass

This class maps to this CSS definition:

.bg-grey-dark {
  background-color: #8795a1;
}

bg_grey_darker : TailwindClass

This class maps to this CSS definition:

.bg-grey-darker {
  background-color: #606f7b;
}

bg_grey_darkest : TailwindClass

This class maps to this CSS definition:

.bg-grey-darkest {
  background-color: #3d4852;
}

bg_grey_light : TailwindClass

This class maps to this CSS definition:

.bg-grey-light {
  background-color: #dae1e7;
}

bg_grey_lighter : TailwindClass

This class maps to this CSS definition:

.bg-grey-lighter {
  background-color: #f1f5f8;
}

bg_grey_lightest : TailwindClass

This class maps to this CSS definition:

.bg-grey-lightest {
  background-color: #f8fafc;
}

bg_indigo : TailwindClass

This class maps to this CSS definition:

.bg-indigo {
  background-color: #6574cd;
}

bg_indigo_dark : TailwindClass

This class maps to this CSS definition:

.bg-indigo-dark {
  background-color: #5661b3;
}

bg_indigo_darker : TailwindClass

This class maps to this CSS definition:

.bg-indigo-darker {
  background-color: #2f365f;
}

bg_indigo_darkest : TailwindClass

This class maps to this CSS definition:

.bg-indigo-darkest {
  background-color: #191e38;
}

bg_indigo_light : TailwindClass

This class maps to this CSS definition:

.bg-indigo-light {
  background-color: #7886d7;
}

bg_indigo_lighter : TailwindClass

This class maps to this CSS definition:

.bg-indigo-lighter {
  background-color: #b2b7ff;
}

bg_indigo_lightest : TailwindClass

This class maps to this CSS definition:

.bg-indigo-lightest {
  background-color: #e6e8ff;
}

bg_left : TailwindClass

This class maps to this CSS definition:

.bg-left {
  background-position: left;
}

bg_left_bottom : TailwindClass

This class maps to this CSS definition:

.bg-left-bottom {
  background-position: left bottom;
}

bg_left_top : TailwindClass

This class maps to this CSS definition:

.bg-left-top {
  background-position: left top;
}

bg_local : TailwindClass

This class maps to this CSS definition:

.bg-local {
  background-attachment: local;
}

bg_no_repeat : TailwindClass

This class maps to this CSS definition:

.bg-no-repeat {
  background-repeat: no-repeat;
}

bg_orange : TailwindClass

This class maps to this CSS definition:

.bg-orange {
  background-color: #f6993f;
}

bg_orange_dark : TailwindClass

This class maps to this CSS definition:

.bg-orange-dark {
  background-color: #de751f;
}

bg_orange_darker : TailwindClass

This class maps to this CSS definition:

.bg-orange-darker {
  background-color: #613b1f;
}

bg_orange_darkest : TailwindClass

This class maps to this CSS definition:

.bg-orange-darkest {
  background-color: #462a16;
}

bg_orange_light : TailwindClass

This class maps to this CSS definition:

.bg-orange-light {
  background-color: #faad63;
}

bg_orange_lighter : TailwindClass

This class maps to this CSS definition:

.bg-orange-lighter {
  background-color: #fcd9b6;
}

bg_orange_lightest : TailwindClass

This class maps to this CSS definition:

.bg-orange-lightest {
  background-color: #fff5eb;
}

bg_pink : TailwindClass

This class maps to this CSS definition:

.bg-pink {
  background-color: #f66d9b;
}

bg_pink_dark : TailwindClass

This class maps to this CSS definition:

.bg-pink-dark {
  background-color: #eb5286;
}

bg_pink_darker : TailwindClass

This class maps to this CSS definition:

.bg-pink-darker {
  background-color: #6f213f;
}

bg_pink_darkest : TailwindClass

This class maps to this CSS definition:

.bg-pink-darkest {
  background-color: #451225;
}

bg_pink_light : TailwindClass

This class maps to this CSS definition:

.bg-pink-light {
  background-color: #fa7ea8;
}

bg_pink_lighter : TailwindClass

This class maps to this CSS definition:

.bg-pink-lighter {
  background-color: #ffbbca;
}

bg_pink_lightest : TailwindClass

This class maps to this CSS definition:

.bg-pink-lightest {
  background-color: #ffebef;
}

bg_purple : TailwindClass

This class maps to this CSS definition:

.bg-purple {
  background-color: #9561e2;
}

bg_purple_dark : TailwindClass

This class maps to this CSS definition:

.bg-purple-dark {
  background-color: #794acf;
}

bg_purple_darker : TailwindClass

This class maps to this CSS definition:

.bg-purple-darker {
  background-color: #382b5f;
}

bg_purple_darkest : TailwindClass

This class maps to this CSS definition:

.bg-purple-darkest {
  background-color: #21183c;
}

bg_purple_light : TailwindClass

This class maps to this CSS definition:

.bg-purple-light {
  background-color: #a779e9;
}

bg_purple_lighter : TailwindClass

This class maps to this CSS definition:

.bg-purple-lighter {
  background-color: #d6bbfc;
}

bg_purple_lightest : TailwindClass

This class maps to this CSS definition:

.bg-purple-lightest {
  background-color: #f3ebff;
}

bg_red : TailwindClass

This class maps to this CSS definition:

.bg-red {
  background-color: #e3342f;
}

bg_red_dark : TailwindClass

This class maps to this CSS definition:

.bg-red-dark {
  background-color: #cc1f1a;
}

bg_red_darker : TailwindClass

This class maps to this CSS definition:

.bg-red-darker {
  background-color: #621b18;
}

bg_red_darkest : TailwindClass

This class maps to this CSS definition:

.bg-red-darkest {
  background-color: #3b0d0c;
}

bg_red_light : TailwindClass

This class maps to this CSS definition:

.bg-red-light {
  background-color: #ef5753;
}

bg_red_lighter : TailwindClass

This class maps to this CSS definition:

.bg-red-lighter {
  background-color: #f9acaa;
}

bg_red_lightest : TailwindClass

This class maps to this CSS definition:

.bg-red-lightest {
  background-color: #fcebea;
}

bg_repeat : TailwindClass

This class maps to this CSS definition:

.bg-repeat {
  background-repeat: repeat;
}

bg_repeat_x : TailwindClass

This class maps to this CSS definition:

.bg-repeat-x {
  background-repeat: repeat-x;
}

bg_repeat_y : TailwindClass

This class maps to this CSS definition:

.bg-repeat-y {
  background-repeat: repeat-y;
}

bg_right : TailwindClass

This class maps to this CSS definition:

.bg-right {
  background-position: right;
}

bg_right_bottom : TailwindClass

This class maps to this CSS definition:

.bg-right-bottom {
  background-position: right bottom;
}

bg_right_top : TailwindClass

This class maps to this CSS definition:

.bg-right-top {
  background-position: right top;
}

bg_scroll : TailwindClass

This class maps to this CSS definition:

.bg-scroll {
  background-attachment: scroll;
}

bg_teal : TailwindClass

This class maps to this CSS definition:

.bg-teal {
  background-color: #4dc0b5;
}

bg_teal_dark : TailwindClass

This class maps to this CSS definition:

.bg-teal-dark {
  background-color: #38a89d;
}

bg_teal_darker : TailwindClass

This class maps to this CSS definition:

.bg-teal-darker {
  background-color: #20504f;
}

bg_teal_darkest : TailwindClass

This class maps to this CSS definition:

.bg-teal-darkest {
  background-color: #0d3331;
}

bg_teal_light : TailwindClass

This class maps to this CSS definition:

.bg-teal-light {
  background-color: #64d5ca;
}

bg_teal_lighter : TailwindClass

This class maps to this CSS definition:

.bg-teal-lighter {
  background-color: #a0f0ed;
}

bg_teal_lightest : TailwindClass

This class maps to this CSS definition:

.bg-teal-lightest {
  background-color: #e8fffe;
}

bg_top : TailwindClass

This class maps to this CSS definition:

.bg-top {
  background-position: top;
}

bg_transparent : TailwindClass

This class maps to this CSS definition:

.bg-transparent {
  background-color: transparent;
}

bg_white : TailwindClass

This class maps to this CSS definition:

.bg-white {
  background-color: #fff;
}

bg_yellow : TailwindClass

This class maps to this CSS definition:

.bg-yellow {
  background-color: #ffed4a;
}

bg_yellow_dark : TailwindClass

This class maps to this CSS definition:

.bg-yellow-dark {
  background-color: #f2d024;
}

bg_yellow_darker : TailwindClass

This class maps to this CSS definition:

.bg-yellow-darker {
  background-color: #684f1d;
}

bg_yellow_darkest : TailwindClass

This class maps to this CSS definition:

.bg-yellow-darkest {
  background-color: #453411;
}

bg_yellow_light : TailwindClass

This class maps to this CSS definition:

.bg-yellow-light {
  background-color: #fff382;
}

bg_yellow_lighter : TailwindClass

This class maps to this CSS definition:

.bg-yellow-lighter {
  background-color: #fff9c2;
}

bg_yellow_lightest : TailwindClass

This class maps to this CSS definition:

.bg-yellow-lightest {
  background-color: #fcfbeb;
}

block : TailwindClass

This class maps to this CSS definition:

.block {
  display: block;
}

border : TailwindClass

This class maps to this CSS definition:

.border {
  border-width: 1px;
}

border_0 : TailwindClass

This class maps to this CSS definition:

.border-0 {
  border-width: 0;
}

border_2 : TailwindClass

This class maps to this CSS definition:

.border-2 {
  border-width: 2px;
}

border_4 : TailwindClass

This class maps to this CSS definition:

.border-4 {
  border-width: 4px;
}

border_8 : TailwindClass

This class maps to this CSS definition:

.border-8 {
  border-width: 8px;
}

border_b : TailwindClass

This class maps to this CSS definition:

.border-b {
  border-bottom-width: 1px;
}

border_b_0 : TailwindClass

This class maps to this CSS definition:

.border-b-0 {
  border-bottom-width: 0;
}

border_b_2 : TailwindClass

This class maps to this CSS definition:

.border-b-2 {
  border-bottom-width: 2px;
}

border_b_4 : TailwindClass

This class maps to this CSS definition:

.border-b-4 {
  border-bottom-width: 4px;
}

border_b_8 : TailwindClass

This class maps to this CSS definition:

.border-b-8 {
  border-bottom-width: 8px;
}

border_black : TailwindClass

This class maps to this CSS definition:

.border-black {
  border-color: #22292f;
}

border_blue : TailwindClass

This class maps to this CSS definition:

.border-blue {
  border-color: #3490dc;
}

border_blue_dark : TailwindClass

This class maps to this CSS definition:

.border-blue-dark {
  border-color: #2779bd;
}

border_blue_darker : TailwindClass

This class maps to this CSS definition:

.border-blue-darker {
  border-color: #1c3d5a;
}

border_blue_darkest : TailwindClass

This class maps to this CSS definition:

.border-blue-darkest {
  border-color: #12283a;
}

border_blue_light : TailwindClass

This class maps to this CSS definition:

.border-blue-light {
  border-color: #6cb2eb;
}

border_blue_lighter : TailwindClass

This class maps to this CSS definition:

.border-blue-lighter {
  border-color: #bcdefa;
}

border_blue_lightest : TailwindClass

This class maps to this CSS definition:

.border-blue-lightest {
  border-color: #eff8ff;
}

border_collapse : TailwindClass

This class maps to this CSS definition:

.border-collapse {
  border-collapse: collapse;
}

border_dashed : TailwindClass

This class maps to this CSS definition:

.border-dashed {
  border-style: dashed;
}

border_dotted : TailwindClass

This class maps to this CSS definition:

.border-dotted {
  border-style: dotted;
}

border_green : TailwindClass

This class maps to this CSS definition:

.border-green {
  border-color: #38c172;
}

border_green_dark : TailwindClass

This class maps to this CSS definition:

.border-green-dark {
  border-color: #1f9d55;
}

border_green_darker : TailwindClass

This class maps to this CSS definition:

.border-green-darker {
  border-color: #1a4731;
}

border_green_darkest : TailwindClass

This class maps to this CSS definition:

.border-green-darkest {
  border-color: #0f2f21;
}

border_green_light : TailwindClass

This class maps to this CSS definition:

.border-green-light {
  border-color: #51d88a;
}

border_green_lighter : TailwindClass

This class maps to this CSS definition:

.border-green-lighter {
  border-color: #a2f5bf;
}

border_green_lightest : TailwindClass

This class maps to this CSS definition:

.border-green-lightest {
  border-color: #e3fcec;
}

border_grey : TailwindClass

This class maps to this CSS definition:

.border-grey {
  border-color: #b8c2cc;
}

border_grey_dark : TailwindClass

This class maps to this CSS definition:

.border-grey-dark {
  border-color: #8795a1;
}

border_grey_darker : TailwindClass

This class maps to this CSS definition:

.border-grey-darker {
  border-color: #606f7b;
}

border_grey_darkest : TailwindClass

This class maps to this CSS definition:

.border-grey-darkest {
  border-color: #3d4852;
}

border_grey_light : TailwindClass

This class maps to this CSS definition:

.border-grey-light {
  border-color: #dae1e7;
}

border_grey_lighter : TailwindClass

This class maps to this CSS definition:

.border-grey-lighter {
  border-color: #f1f5f8;
}

border_grey_lightest : TailwindClass

This class maps to this CSS definition:

.border-grey-lightest {
  border-color: #f8fafc;
}

border_indigo : TailwindClass

This class maps to this CSS definition:

.border-indigo {
  border-color: #6574cd;
}

border_indigo_dark : TailwindClass

This class maps to this CSS definition:

.border-indigo-dark {
  border-color: #5661b3;
}

border_indigo_darker : TailwindClass

This class maps to this CSS definition:

.border-indigo-darker {
  border-color: #2f365f;
}

border_indigo_darkest : TailwindClass

This class maps to this CSS definition:

.border-indigo-darkest {
  border-color: #191e38;
}

border_indigo_light : TailwindClass

This class maps to this CSS definition:

.border-indigo-light {
  border-color: #7886d7;
}

border_indigo_lighter : TailwindClass

This class maps to this CSS definition:

.border-indigo-lighter {
  border-color: #b2b7ff;
}

border_indigo_lightest : TailwindClass

This class maps to this CSS definition:

.border-indigo-lightest {
  border-color: #e6e8ff;
}

border_l : TailwindClass

This class maps to this CSS definition:

.border-l {
  border-left-width: 1px;
}

border_l_0 : TailwindClass

This class maps to this CSS definition:

.border-l-0 {
  border-left-width: 0;
}

border_l_2 : TailwindClass

This class maps to this CSS definition:

.border-l-2 {
  border-left-width: 2px;
}

border_l_4 : TailwindClass

This class maps to this CSS definition:

.border-l-4 {
  border-left-width: 4px;
}

border_l_8 : TailwindClass

This class maps to this CSS definition:

.border-l-8 {
  border-left-width: 8px;
}

border_none : TailwindClass

This class maps to this CSS definition:

.border-none {
  border-style: none;
}

border_orange : TailwindClass

This class maps to this CSS definition:

.border-orange {
  border-color: #f6993f;
}

border_orange_dark : TailwindClass

This class maps to this CSS definition:

.border-orange-dark {
  border-color: #de751f;
}

border_orange_darker : TailwindClass

This class maps to this CSS definition:

.border-orange-darker {
  border-color: #613b1f;
}

border_orange_darkest : TailwindClass

This class maps to this CSS definition:

.border-orange-darkest {
  border-color: #462a16;
}

border_orange_light : TailwindClass

This class maps to this CSS definition:

.border-orange-light {
  border-color: #faad63;
}

border_orange_lighter : TailwindClass

This class maps to this CSS definition:

.border-orange-lighter {
  border-color: #fcd9b6;
}

border_orange_lightest : TailwindClass

This class maps to this CSS definition:

.border-orange-lightest {
  border-color: #fff5eb;
}

border_pink : TailwindClass

This class maps to this CSS definition:

.border-pink {
  border-color: #f66d9b;
}

border_pink_dark : TailwindClass

This class maps to this CSS definition:

.border-pink-dark {
  border-color: #eb5286;
}

border_pink_darker : TailwindClass

This class maps to this CSS definition:

.border-pink-darker {
  border-color: #6f213f;
}

border_pink_darkest : TailwindClass

This class maps to this CSS definition:

.border-pink-darkest {
  border-color: #451225;
}

border_pink_light : TailwindClass

This class maps to this CSS definition:

.border-pink-light {
  border-color: #fa7ea8;
}

border_pink_lighter : TailwindClass

This class maps to this CSS definition:

.border-pink-lighter {
  border-color: #ffbbca;
}

border_pink_lightest : TailwindClass

This class maps to this CSS definition:

.border-pink-lightest {
  border-color: #ffebef;
}

border_purple : TailwindClass

This class maps to this CSS definition:

.border-purple {
  border-color: #9561e2;
}

border_purple_dark : TailwindClass

This class maps to this CSS definition:

.border-purple-dark {
  border-color: #794acf;
}

border_purple_darker : TailwindClass

This class maps to this CSS definition:

.border-purple-darker {
  border-color: #382b5f;
}

border_purple_darkest : TailwindClass

This class maps to this CSS definition:

.border-purple-darkest {
  border-color: #21183c;
}

border_purple_light : TailwindClass

This class maps to this CSS definition:

.border-purple-light {
  border-color: #a779e9;
}

border_purple_lighter : TailwindClass

This class maps to this CSS definition:

.border-purple-lighter {
  border-color: #d6bbfc;
}

border_purple_lightest : TailwindClass

This class maps to this CSS definition:

.border-purple-lightest {
  border-color: #f3ebff;
}

border_r : TailwindClass

This class maps to this CSS definition:

.border-r {
  border-right-width: 1px;
}

border_r_0 : TailwindClass

This class maps to this CSS definition:

.border-r-0 {
  border-right-width: 0;
}

border_r_2 : TailwindClass

This class maps to this CSS definition:

.border-r-2 {
  border-right-width: 2px;
}

border_r_4 : TailwindClass

This class maps to this CSS definition:

.border-r-4 {
  border-right-width: 4px;
}

border_r_8 : TailwindClass

This class maps to this CSS definition:

.border-r-8 {
  border-right-width: 8px;
}

border_red : TailwindClass

This class maps to this CSS definition:

.border-red {
  border-color: #e3342f;
}

border_red_dark : TailwindClass

This class maps to this CSS definition:

.border-red-dark {
  border-color: #cc1f1a;
}

border_red_darker : TailwindClass

This class maps to this CSS definition:

.border-red-darker {
  border-color: #621b18;
}

border_red_darkest : TailwindClass

This class maps to this CSS definition:

.border-red-darkest {
  border-color: #3b0d0c;
}

border_red_light : TailwindClass

This class maps to this CSS definition:

.border-red-light {
  border-color: #ef5753;
}

border_red_lighter : TailwindClass

This class maps to this CSS definition:

.border-red-lighter {
  border-color: #f9acaa;
}

border_red_lightest : TailwindClass

This class maps to this CSS definition:

.border-red-lightest {
  border-color: #fcebea;
}

border_separate : TailwindClass

This class maps to this CSS definition:

.border-separate {
  border-collapse: separate;
}

border_solid : TailwindClass

This class maps to this CSS definition:

.border-solid {
  border-style: solid;
}

border_t : TailwindClass

This class maps to this CSS definition:

.border-t {
  border-top-width: 1px;
}

border_t_0 : TailwindClass

This class maps to this CSS definition:

.border-t-0 {
  border-top-width: 0;
}

border_t_2 : TailwindClass

This class maps to this CSS definition:

.border-t-2 {
  border-top-width: 2px;
}

border_t_4 : TailwindClass

This class maps to this CSS definition:

.border-t-4 {
  border-top-width: 4px;
}

border_t_8 : TailwindClass

This class maps to this CSS definition:

.border-t-8 {
  border-top-width: 8px;
}

border_teal : TailwindClass

This class maps to this CSS definition:

.border-teal {
  border-color: #4dc0b5;
}

border_teal_dark : TailwindClass

This class maps to this CSS definition:

.border-teal-dark {
  border-color: #38a89d;
}

border_teal_darker : TailwindClass

This class maps to this CSS definition:

.border-teal-darker {
  border-color: #20504f;
}

border_teal_darkest : TailwindClass

This class maps to this CSS definition:

.border-teal-darkest {
  border-color: #0d3331;
}

border_teal_light : TailwindClass

This class maps to this CSS definition:

.border-teal-light {
  border-color: #64d5ca;
}

border_teal_lighter : TailwindClass

This class maps to this CSS definition:

.border-teal-lighter {
  border-color: #a0f0ed;
}

border_teal_lightest : TailwindClass

This class maps to this CSS definition:

.border-teal-lightest {
  border-color: #e8fffe;
}

border_transparent : TailwindClass

This class maps to this CSS definition:

.border-transparent {
  border-color: transparent;
}

border_white : TailwindClass

This class maps to this CSS definition:

.border-white {
  border-color: #fff;
}

border_yellow : TailwindClass

This class maps to this CSS definition:

.border-yellow {
  border-color: #ffed4a;
}

border_yellow_dark : TailwindClass

This class maps to this CSS definition:

.border-yellow-dark {
  border-color: #f2d024;
}

border_yellow_darker : TailwindClass

This class maps to this CSS definition:

.border-yellow-darker {
  border-color: #684f1d;
}

border_yellow_darkest : TailwindClass

This class maps to this CSS definition:

.border-yellow-darkest {
  border-color: #453411;
}

border_yellow_light : TailwindClass

This class maps to this CSS definition:

.border-yellow-light {
  border-color: #fff382;
}

border_yellow_lighter : TailwindClass

This class maps to this CSS definition:

.border-yellow-lighter {
  border-color: #fff9c2;
}

border_yellow_lightest : TailwindClass

This class maps to this CSS definition:

.border-yellow-lightest {
  border-color: #fcfbeb;
}

break_normal : TailwindClass

This class maps to this CSS definition:

.break-normal {
  word-wrap: normal;
}

break_words : TailwindClass

This class maps to this CSS definition:

.break-words {
  word-wrap: break-word;
}

capitalize : TailwindClass

This class maps to this CSS definition:

.capitalize {
  text-transform: capitalize;
}

container : TailwindClass

This class maps to this CSS definition:

.container {
  width: 100%;
}
.container {
  max-width: 576px;
}
.container {
  max-width: 768px;
}
.container {
  max-width: 992px;
}
.container {
  max-width: 1200px;
}

content_around : TailwindClass

This class maps to this CSS definition:

.content-around {
  align-content: space-around;
}

content_between : TailwindClass

This class maps to this CSS definition:

.content-between {
  align-content: space-between;
}

content_center : TailwindClass

This class maps to this CSS definition:

.content-center {
  align-content: center;
}

content_end : TailwindClass

This class maps to this CSS definition:

.content-end {
  align-content: flex-end;
}

content_start : TailwindClass

This class maps to this CSS definition:

.content-start {
  align-content: flex-start;
}

cursor_auto : TailwindClass

This class maps to this CSS definition:

.cursor-auto {
  cursor: auto;
}

cursor_default : TailwindClass

This class maps to this CSS definition:

.cursor-default {
  cursor: default;
}

cursor_move : TailwindClass

This class maps to this CSS definition:

.cursor-move {
  cursor: move;
}

cursor_not_allowed : TailwindClass

This class maps to this CSS definition:

.cursor-not-allowed {
  cursor: not-allowed;
}

cursor_pointer : TailwindClass

This class maps to this CSS definition:

.cursor-pointer {
  cursor: pointer;
}

cursor_wait : TailwindClass

This class maps to this CSS definition:

.cursor-wait {
  cursor: wait;
}

fill_current : TailwindClass

This class maps to this CSS definition:

.fill-current {
  fill: currentColor;
}

fixed : TailwindClass

This class maps to this CSS definition:

.fixed {
  position: fixed;
}

flex : TailwindClass

This class maps to this CSS definition:

.flex {
  display: flex;
}

flex_1 : TailwindClass

This class maps to this CSS definition:

.flex-1 {
  flex: 1;
}

flex_auto : TailwindClass

This class maps to this CSS definition:

.flex-auto {
  flex: auto;
}

flex_col : TailwindClass

This class maps to this CSS definition:

.flex-col {
  flex-direction: column;
}

flex_col_reverse : TailwindClass

This class maps to this CSS definition:

.flex-col-reverse {
  flex-direction: column-reverse;
}

flex_grow : TailwindClass

This class maps to this CSS definition:

.flex-grow {
  flex-grow: 1;
}

flex_initial : TailwindClass

This class maps to this CSS definition:

.flex-initial {
  flex: initial;
}

flex_no_grow : TailwindClass

This class maps to this CSS definition:

.flex-no-grow {
  flex-grow: 0;
}

flex_no_shrink : TailwindClass

This class maps to this CSS definition:

.flex-no-shrink {
  flex-shrink: 0;
}

flex_no_wrap : TailwindClass

This class maps to this CSS definition:

.flex-no-wrap {
  flex-wrap: nowrap;
}

flex_none : TailwindClass

This class maps to this CSS definition:

.flex-none {
  flex: none;
}

flex_row : TailwindClass

This class maps to this CSS definition:

.flex-row {
  flex-direction: row;
}

flex_row_reverse : TailwindClass

This class maps to this CSS definition:

.flex-row-reverse {
  flex-direction: row-reverse;
}

flex_shrink : TailwindClass

This class maps to this CSS definition:

.flex-shrink {
  flex-shrink: 1;
}

flex_wrap : TailwindClass

This class maps to this CSS definition:

.flex-wrap {
  flex-wrap: wrap;
}

flex_wrap_reverse : TailwindClass

This class maps to this CSS definition:

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

float_left : TailwindClass

This class maps to this CSS definition:

.float-left {
  float: left;
}

float_none : TailwindClass

This class maps to this CSS definition:

.float-none {
  float: none;
}

float_right : TailwindClass

This class maps to this CSS definition:

.float-right {
  float: right;
}

focus__antialiased : TailwindClass

This class maps to this CSS definition:

.focus\:antialiased:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

focus__bg_black : TailwindClass

This class maps to this CSS definition:

.focus\:bg-black:focus {
  background-color: #22292f;
}

focus__bg_blue_dark : TailwindClass

This class maps to this CSS definition:

.focus\:bg-blue-dark:focus {
  background-color: #2779bd;
}

focus__bg_blue_darker : TailwindClass

This class maps to this CSS definition:

.focus\:bg-blue-darker:focus {
  background-color: #1c3d5a;
}

focus__bg_blue_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-blue-darkest:focus {
  background-color: #12283a;
}

focus__bg_blue_light : TailwindClass

This class maps to this CSS definition:

.focus\:bg-blue-light:focus {
  background-color: #6cb2eb;
}

focus__bg_blue_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:bg-blue-lighter:focus {
  background-color: #bcdefa;
}

focus__bg_blue_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-blue-lightest:focus {
  background-color: #eff8ff;
}

focus__bg_blue : TailwindClass

This class maps to this CSS definition:

.focus\:bg-blue:focus {
  background-color: #3490dc;
}

focus__bg_green_dark : TailwindClass

This class maps to this CSS definition:

.focus\:bg-green-dark:focus {
  background-color: #1f9d55;
}

focus__bg_green_darker : TailwindClass

This class maps to this CSS definition:

.focus\:bg-green-darker:focus {
  background-color: #1a4731;
}

focus__bg_green_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-green-darkest:focus {
  background-color: #0f2f21;
}

focus__bg_green_light : TailwindClass

This class maps to this CSS definition:

.focus\:bg-green-light:focus {
  background-color: #51d88a;
}

focus__bg_green_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:bg-green-lighter:focus {
  background-color: #a2f5bf;
}

focus__bg_green_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-green-lightest:focus {
  background-color: #e3fcec;
}

focus__bg_green : TailwindClass

This class maps to this CSS definition:

.focus\:bg-green:focus {
  background-color: #38c172;
}

focus__bg_grey_dark : TailwindClass

This class maps to this CSS definition:

.focus\:bg-grey-dark:focus {
  background-color: #8795a1;
}

focus__bg_grey_darker : TailwindClass

This class maps to this CSS definition:

.focus\:bg-grey-darker:focus {
  background-color: #606f7b;
}

focus__bg_grey_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-grey-darkest:focus {
  background-color: #3d4852;
}

focus__bg_grey_light : TailwindClass

This class maps to this CSS definition:

.focus\:bg-grey-light:focus {
  background-color: #dae1e7;
}

focus__bg_grey_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:bg-grey-lighter:focus {
  background-color: #f1f5f8;
}

focus__bg_grey_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-grey-lightest:focus {
  background-color: #f8fafc;
}

focus__bg_grey : TailwindClass

This class maps to this CSS definition:

.focus\:bg-grey:focus {
  background-color: #b8c2cc;
}

focus__bg_indigo_dark : TailwindClass

This class maps to this CSS definition:

.focus\:bg-indigo-dark:focus {
  background-color: #5661b3;
}

focus__bg_indigo_darker : TailwindClass

This class maps to this CSS definition:

.focus\:bg-indigo-darker:focus {
  background-color: #2f365f;
}

focus__bg_indigo_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-indigo-darkest:focus {
  background-color: #191e38;
}

focus__bg_indigo_light : TailwindClass

This class maps to this CSS definition:

.focus\:bg-indigo-light:focus {
  background-color: #7886d7;
}

focus__bg_indigo_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:bg-indigo-lighter:focus {
  background-color: #b2b7ff;
}

focus__bg_indigo_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-indigo-lightest:focus {
  background-color: #e6e8ff;
}

focus__bg_indigo : TailwindClass

This class maps to this CSS definition:

.focus\:bg-indigo:focus {
  background-color: #6574cd;
}

focus__bg_orange_dark : TailwindClass

This class maps to this CSS definition:

.focus\:bg-orange-dark:focus {
  background-color: #de751f;
}

focus__bg_orange_darker : TailwindClass

This class maps to this CSS definition:

.focus\:bg-orange-darker:focus {
  background-color: #613b1f;
}

focus__bg_orange_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-orange-darkest:focus {
  background-color: #462a16;
}

focus__bg_orange_light : TailwindClass

This class maps to this CSS definition:

.focus\:bg-orange-light:focus {
  background-color: #faad63;
}

focus__bg_orange_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:bg-orange-lighter:focus {
  background-color: #fcd9b6;
}

focus__bg_orange_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-orange-lightest:focus {
  background-color: #fff5eb;
}

focus__bg_orange : TailwindClass

This class maps to this CSS definition:

.focus\:bg-orange:focus {
  background-color: #f6993f;
}

focus__bg_pink_dark : TailwindClass

This class maps to this CSS definition:

.focus\:bg-pink-dark:focus {
  background-color: #eb5286;
}

focus__bg_pink_darker : TailwindClass

This class maps to this CSS definition:

.focus\:bg-pink-darker:focus {
  background-color: #6f213f;
}

focus__bg_pink_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-pink-darkest:focus {
  background-color: #451225;
}

focus__bg_pink_light : TailwindClass

This class maps to this CSS definition:

.focus\:bg-pink-light:focus {
  background-color: #fa7ea8;
}

focus__bg_pink_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:bg-pink-lighter:focus {
  background-color: #ffbbca;
}

focus__bg_pink_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-pink-lightest:focus {
  background-color: #ffebef;
}

focus__bg_pink : TailwindClass

This class maps to this CSS definition:

.focus\:bg-pink:focus {
  background-color: #f66d9b;
}

focus__bg_purple_dark : TailwindClass

This class maps to this CSS definition:

.focus\:bg-purple-dark:focus {
  background-color: #794acf;
}

focus__bg_purple_darker : TailwindClass

This class maps to this CSS definition:

.focus\:bg-purple-darker:focus {
  background-color: #382b5f;
}

focus__bg_purple_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-purple-darkest:focus {
  background-color: #21183c;
}

focus__bg_purple_light : TailwindClass

This class maps to this CSS definition:

.focus\:bg-purple-light:focus {
  background-color: #a779e9;
}

focus__bg_purple_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:bg-purple-lighter:focus {
  background-color: #d6bbfc;
}

focus__bg_purple_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-purple-lightest:focus {
  background-color: #f3ebff;
}

focus__bg_purple : TailwindClass

This class maps to this CSS definition:

.focus\:bg-purple:focus {
  background-color: #9561e2;
}

focus__bg_red_dark : TailwindClass

This class maps to this CSS definition:

.focus\:bg-red-dark:focus {
  background-color: #cc1f1a;
}

focus__bg_red_darker : TailwindClass

This class maps to this CSS definition:

.focus\:bg-red-darker:focus {
  background-color: #621b18;
}

focus__bg_red_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-red-darkest:focus {
  background-color: #3b0d0c;
}

focus__bg_red_light : TailwindClass

This class maps to this CSS definition:

.focus\:bg-red-light:focus {
  background-color: #ef5753;
}

focus__bg_red_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:bg-red-lighter:focus {
  background-color: #f9acaa;
}

focus__bg_red_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-red-lightest:focus {
  background-color: #fcebea;
}

focus__bg_red : TailwindClass

This class maps to this CSS definition:

.focus\:bg-red:focus {
  background-color: #e3342f;
}

focus__bg_teal_dark : TailwindClass

This class maps to this CSS definition:

.focus\:bg-teal-dark:focus {
  background-color: #38a89d;
}

focus__bg_teal_darker : TailwindClass

This class maps to this CSS definition:

.focus\:bg-teal-darker:focus {
  background-color: #20504f;
}

focus__bg_teal_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-teal-darkest:focus {
  background-color: #0d3331;
}

focus__bg_teal_light : TailwindClass

This class maps to this CSS definition:

.focus\:bg-teal-light:focus {
  background-color: #64d5ca;
}

focus__bg_teal_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:bg-teal-lighter:focus {
  background-color: #a0f0ed;
}

focus__bg_teal_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-teal-lightest:focus {
  background-color: #e8fffe;
}

focus__bg_teal : TailwindClass

This class maps to this CSS definition:

.focus\:bg-teal:focus {
  background-color: #4dc0b5;
}

focus__bg_transparent : TailwindClass

This class maps to this CSS definition:

.focus\:bg-transparent:focus {
  background-color: transparent;
}

focus__bg_white : TailwindClass

This class maps to this CSS definition:

.focus\:bg-white:focus {
  background-color: #fff;
}

focus__bg_yellow_dark : TailwindClass

This class maps to this CSS definition:

.focus\:bg-yellow-dark:focus {
  background-color: #f2d024;
}

focus__bg_yellow_darker : TailwindClass

This class maps to this CSS definition:

.focus\:bg-yellow-darker:focus {
  background-color: #684f1d;
}

focus__bg_yellow_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-yellow-darkest:focus {
  background-color: #453411;
}

focus__bg_yellow_light : TailwindClass

This class maps to this CSS definition:

.focus\:bg-yellow-light:focus {
  background-color: #fff382;
}

focus__bg_yellow_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:bg-yellow-lighter:focus {
  background-color: #fff9c2;
}

focus__bg_yellow_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:bg-yellow-lightest:focus {
  background-color: #fcfbeb;
}

focus__bg_yellow : TailwindClass

This class maps to this CSS definition:

.focus\:bg-yellow:focus {
  background-color: #ffed4a;
}

focus__border_black : TailwindClass

This class maps to this CSS definition:

.focus\:border-black:focus {
  border-color: #22292f;
}

focus__border_blue_dark : TailwindClass

This class maps to this CSS definition:

.focus\:border-blue-dark:focus {
  border-color: #2779bd;
}

focus__border_blue_darker : TailwindClass

This class maps to this CSS definition:

.focus\:border-blue-darker:focus {
  border-color: #1c3d5a;
}

focus__border_blue_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:border-blue-darkest:focus {
  border-color: #12283a;
}

focus__border_blue_light : TailwindClass

This class maps to this CSS definition:

.focus\:border-blue-light:focus {
  border-color: #6cb2eb;
}

focus__border_blue_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:border-blue-lighter:focus {
  border-color: #bcdefa;
}

focus__border_blue_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:border-blue-lightest:focus {
  border-color: #eff8ff;
}

focus__border_blue : TailwindClass

This class maps to this CSS definition:

.focus\:border-blue:focus {
  border-color: #3490dc;
}

focus__border_green_dark : TailwindClass

This class maps to this CSS definition:

.focus\:border-green-dark:focus {
  border-color: #1f9d55;
}

focus__border_green_darker : TailwindClass

This class maps to this CSS definition:

.focus\:border-green-darker:focus {
  border-color: #1a4731;
}

focus__border_green_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:border-green-darkest:focus {
  border-color: #0f2f21;
}

focus__border_green_light : TailwindClass

This class maps to this CSS definition:

.focus\:border-green-light:focus {
  border-color: #51d88a;
}

focus__border_green_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:border-green-lighter:focus {
  border-color: #a2f5bf;
}

focus__border_green_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:border-green-lightest:focus {
  border-color: #e3fcec;
}

focus__border_green : TailwindClass

This class maps to this CSS definition:

.focus\:border-green:focus {
  border-color: #38c172;
}

focus__border_grey_dark : TailwindClass

This class maps to this CSS definition:

.focus\:border-grey-dark:focus {
  border-color: #8795a1;
}

focus__border_grey_darker : TailwindClass

This class maps to this CSS definition:

.focus\:border-grey-darker:focus {
  border-color: #606f7b;
}

focus__border_grey_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:border-grey-darkest:focus {
  border-color: #3d4852;
}

focus__border_grey_light : TailwindClass

This class maps to this CSS definition:

.focus\:border-grey-light:focus {
  border-color: #dae1e7;
}

focus__border_grey_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:border-grey-lighter:focus {
  border-color: #f1f5f8;
}

focus__border_grey_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:border-grey-lightest:focus {
  border-color: #f8fafc;
}

focus__border_grey : TailwindClass

This class maps to this CSS definition:

.focus\:border-grey:focus {
  border-color: #b8c2cc;
}

focus__border_indigo_dark : TailwindClass

This class maps to this CSS definition:

.focus\:border-indigo-dark:focus {
  border-color: #5661b3;
}

focus__border_indigo_darker : TailwindClass

This class maps to this CSS definition:

.focus\:border-indigo-darker:focus {
  border-color: #2f365f;
}

focus__border_indigo_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:border-indigo-darkest:focus {
  border-color: #191e38;
}

focus__border_indigo_light : TailwindClass

This class maps to this CSS definition:

.focus\:border-indigo-light:focus {
  border-color: #7886d7;
}

focus__border_indigo_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:border-indigo-lighter:focus {
  border-color: #b2b7ff;
}

focus__border_indigo_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:border-indigo-lightest:focus {
  border-color: #e6e8ff;
}

focus__border_indigo : TailwindClass

This class maps to this CSS definition:

.focus\:border-indigo:focus {
  border-color: #6574cd;
}

focus__border_orange_dark : TailwindClass

This class maps to this CSS definition:

.focus\:border-orange-dark:focus {
  border-color: #de751f;
}

focus__border_orange_darker : TailwindClass

This class maps to this CSS definition:

.focus\:border-orange-darker:focus {
  border-color: #613b1f;
}

focus__border_orange_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:border-orange-darkest:focus {
  border-color: #462a16;
}

focus__border_orange_light : TailwindClass

This class maps to this CSS definition:

.focus\:border-orange-light:focus {
  border-color: #faad63;
}

focus__border_orange_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:border-orange-lighter:focus {
  border-color: #fcd9b6;
}

focus__border_orange_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:border-orange-lightest:focus {
  border-color: #fff5eb;
}

focus__border_orange : TailwindClass

This class maps to this CSS definition:

.focus\:border-orange:focus {
  border-color: #f6993f;
}

focus__border_pink_dark : TailwindClass

This class maps to this CSS definition:

.focus\:border-pink-dark:focus {
  border-color: #eb5286;
}

focus__border_pink_darker : TailwindClass

This class maps to this CSS definition:

.focus\:border-pink-darker:focus {
  border-color: #6f213f;
}

focus__border_pink_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:border-pink-darkest:focus {
  border-color: #451225;
}

focus__border_pink_light : TailwindClass

This class maps to this CSS definition:

.focus\:border-pink-light:focus {
  border-color: #fa7ea8;
}

focus__border_pink_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:border-pink-lighter:focus {
  border-color: #ffbbca;
}

focus__border_pink_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:border-pink-lightest:focus {
  border-color: #ffebef;
}

focus__border_pink : TailwindClass

This class maps to this CSS definition:

.focus\:border-pink:focus {
  border-color: #f66d9b;
}

focus__border_purple_dark : TailwindClass

This class maps to this CSS definition:

.focus\:border-purple-dark:focus {
  border-color: #794acf;
}

focus__border_purple_darker : TailwindClass

This class maps to this CSS definition:

.focus\:border-purple-darker:focus {
  border-color: #382b5f;
}

focus__border_purple_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:border-purple-darkest:focus {
  border-color: #21183c;
}

focus__border_purple_light : TailwindClass

This class maps to this CSS definition:

.focus\:border-purple-light:focus {
  border-color: #a779e9;
}

focus__border_purple_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:border-purple-lighter:focus {
  border-color: #d6bbfc;
}

focus__border_purple_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:border-purple-lightest:focus {
  border-color: #f3ebff;
}

focus__border_purple : TailwindClass

This class maps to this CSS definition:

.focus\:border-purple:focus {
  border-color: #9561e2;
}

focus__border_red_dark : TailwindClass

This class maps to this CSS definition:

.focus\:border-red-dark:focus {
  border-color: #cc1f1a;
}

focus__border_red_darker : TailwindClass

This class maps to this CSS definition:

.focus\:border-red-darker:focus {
  border-color: #621b18;
}

focus__border_red_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:border-red-darkest:focus {
  border-color: #3b0d0c;
}

focus__border_red_light : TailwindClass

This class maps to this CSS definition:

.focus\:border-red-light:focus {
  border-color: #ef5753;
}

focus__border_red_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:border-red-lighter:focus {
  border-color: #f9acaa;
}

focus__border_red_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:border-red-lightest:focus {
  border-color: #fcebea;
}

focus__border_red : TailwindClass

This class maps to this CSS definition:

.focus\:border-red:focus {
  border-color: #e3342f;
}

focus__border_teal_dark : TailwindClass

This class maps to this CSS definition:

.focus\:border-teal-dark:focus {
  border-color: #38a89d;
}

focus__border_teal_darker : TailwindClass

This class maps to this CSS definition:

.focus\:border-teal-darker:focus {
  border-color: #20504f;
}

focus__border_teal_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:border-teal-darkest:focus {
  border-color: #0d3331;
}

focus__border_teal_light : TailwindClass

This class maps to this CSS definition:

.focus\:border-teal-light:focus {
  border-color: #64d5ca;
}

focus__border_teal_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:border-teal-lighter:focus {
  border-color: #a0f0ed;
}

focus__border_teal_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:border-teal-lightest:focus {
  border-color: #e8fffe;
}

focus__border_teal : TailwindClass

This class maps to this CSS definition:

.focus\:border-teal:focus {
  border-color: #4dc0b5;
}

focus__border_transparent : TailwindClass

This class maps to this CSS definition:

.focus\:border-transparent:focus {
  border-color: transparent;
}

focus__border_white : TailwindClass

This class maps to this CSS definition:

.focus\:border-white:focus {
  border-color: #fff;
}

focus__border_yellow_dark : TailwindClass

This class maps to this CSS definition:

.focus\:border-yellow-dark:focus {
  border-color: #f2d024;
}

focus__border_yellow_darker : TailwindClass

This class maps to this CSS definition:

.focus\:border-yellow-darker:focus {
  border-color: #684f1d;
}

focus__border_yellow_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:border-yellow-darkest:focus {
  border-color: #453411;
}

focus__border_yellow_light : TailwindClass

This class maps to this CSS definition:

.focus\:border-yellow-light:focus {
  border-color: #fff382;
}

focus__border_yellow_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:border-yellow-lighter:focus {
  border-color: #fff9c2;
}

focus__border_yellow_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:border-yellow-lightest:focus {
  border-color: #fcfbeb;
}

focus__border_yellow : TailwindClass

This class maps to this CSS definition:

.focus\:border-yellow:focus {
  border-color: #ffed4a;
}

focus__capitalize : TailwindClass

This class maps to this CSS definition:

.focus\:capitalize:focus {
  text-transform: capitalize;
}

focus__font_black : TailwindClass

This class maps to this CSS definition:

.focus\:font-black:focus {
  font-weight: 900;
}

focus__font_bold : TailwindClass

This class maps to this CSS definition:

.focus\:font-bold:focus {
  font-weight: 700;
}

focus__font_extrabold : TailwindClass

This class maps to this CSS definition:

.focus\:font-extrabold:focus {
  font-weight: 800;
}

focus__font_hairline : TailwindClass

This class maps to this CSS definition:

.focus\:font-hairline:focus {
  font-weight: 100;
}

focus__font_light : TailwindClass

This class maps to this CSS definition:

.focus\:font-light:focus {
  font-weight: 300;
}

focus__font_medium : TailwindClass

This class maps to this CSS definition:

.focus\:font-medium:focus {
  font-weight: 500;
}

focus__font_normal : TailwindClass

This class maps to this CSS definition:

.focus\:font-normal:focus {
  font-weight: 400;
}

focus__font_semibold : TailwindClass

This class maps to this CSS definition:

.focus\:font-semibold:focus {
  font-weight: 600;
}

focus__font_thin : TailwindClass

This class maps to this CSS definition:

.focus\:font-thin:focus {
  font-weight: 200;
}

focus__italic : TailwindClass

This class maps to this CSS definition:

.focus\:italic:focus {
  font-style: italic;
}

focus__line_through : TailwindClass

This class maps to this CSS definition:

.focus\:line-through:focus {
  text-decoration: line-through;
}

focus__lowercase : TailwindClass

This class maps to this CSS definition:

.focus\:lowercase:focus {
  text-transform: lowercase;
}

focus__no_underline : TailwindClass

This class maps to this CSS definition:

.focus\:no-underline:focus {
  text-decoration: none;
}

focus__normal_case : TailwindClass

This class maps to this CSS definition:

.focus\:normal-case:focus {
  text-transform: none;
}

focus__outline_none : TailwindClass

This class maps to this CSS definition:

.focus\:outline-none:focus {
  outline: 0;
}

focus__roman : TailwindClass

This class maps to this CSS definition:

.focus\:roman:focus {
  font-style: normal;
}

focus__shadow_inner : TailwindClass

This class maps to this CSS definition:

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

focus__shadow_lg : TailwindClass

This class maps to this CSS definition:

.focus\:shadow-lg:focus {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

focus__shadow_md : TailwindClass

This class maps to this CSS definition:

.focus\:shadow-md:focus {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

focus__shadow_none : TailwindClass

This class maps to this CSS definition:

.focus\:shadow-none:focus {
  box-shadow: none;
}

focus__shadow_outline : TailwindClass

This class maps to this CSS definition:

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

focus__shadow : TailwindClass

This class maps to this CSS definition:

.focus\:shadow:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

focus__subpixel_antialiased : TailwindClass

This class maps to this CSS definition:

.focus\:subpixel-antialiased:focus {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

focus__text_black : TailwindClass

This class maps to this CSS definition:

.focus\:text-black:focus {
  color: #22292f;
}

focus__text_blue_dark : TailwindClass

This class maps to this CSS definition:

.focus\:text-blue-dark:focus {
  color: #2779bd;
}

focus__text_blue_darker : TailwindClass

This class maps to this CSS definition:

.focus\:text-blue-darker:focus {
  color: #1c3d5a;
}

focus__text_blue_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:text-blue-darkest:focus {
  color: #12283a;
}

focus__text_blue_light : TailwindClass

This class maps to this CSS definition:

.focus\:text-blue-light:focus {
  color: #6cb2eb;
}

focus__text_blue_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:text-blue-lighter:focus {
  color: #bcdefa;
}

focus__text_blue_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:text-blue-lightest:focus {
  color: #eff8ff;
}

focus__text_blue : TailwindClass

This class maps to this CSS definition:

.focus\:text-blue:focus {
  color: #3490dc;
}

focus__text_green_dark : TailwindClass

This class maps to this CSS definition:

.focus\:text-green-dark:focus {
  color: #1f9d55;
}

focus__text_green_darker : TailwindClass

This class maps to this CSS definition:

.focus\:text-green-darker:focus {
  color: #1a4731;
}

focus__text_green_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:text-green-darkest:focus {
  color: #0f2f21;
}

focus__text_green_light : TailwindClass

This class maps to this CSS definition:

.focus\:text-green-light:focus {
  color: #51d88a;
}

focus__text_green_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:text-green-lighter:focus {
  color: #a2f5bf;
}

focus__text_green_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:text-green-lightest:focus {
  color: #e3fcec;
}

focus__text_green : TailwindClass

This class maps to this CSS definition:

.focus\:text-green:focus {
  color: #38c172;
}

focus__text_grey_dark : TailwindClass

This class maps to this CSS definition:

.focus\:text-grey-dark:focus {
  color: #8795a1;
}

focus__text_grey_darker : TailwindClass

This class maps to this CSS definition:

.focus\:text-grey-darker:focus {
  color: #606f7b;
}

focus__text_grey_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:text-grey-darkest:focus {
  color: #3d4852;
}

focus__text_grey_light : TailwindClass

This class maps to this CSS definition:

.focus\:text-grey-light:focus {
  color: #dae1e7;
}

focus__text_grey_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:text-grey-lighter:focus {
  color: #f1f5f8;
}

focus__text_grey_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:text-grey-lightest:focus {
  color: #f8fafc;
}

focus__text_grey : TailwindClass

This class maps to this CSS definition:

.focus\:text-grey:focus {
  color: #b8c2cc;
}

focus__text_indigo_dark : TailwindClass

This class maps to this CSS definition:

.focus\:text-indigo-dark:focus {
  color: #5661b3;
}

focus__text_indigo_darker : TailwindClass

This class maps to this CSS definition:

.focus\:text-indigo-darker:focus {
  color: #2f365f;
}

focus__text_indigo_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:text-indigo-darkest:focus {
  color: #191e38;
}

focus__text_indigo_light : TailwindClass

This class maps to this CSS definition:

.focus\:text-indigo-light:focus {
  color: #7886d7;
}

focus__text_indigo_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:text-indigo-lighter:focus {
  color: #b2b7ff;
}

focus__text_indigo_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:text-indigo-lightest:focus {
  color: #e6e8ff;
}

focus__text_indigo : TailwindClass

This class maps to this CSS definition:

.focus\:text-indigo:focus {
  color: #6574cd;
}

focus__text_orange_dark : TailwindClass

This class maps to this CSS definition:

.focus\:text-orange-dark:focus {
  color: #de751f;
}

focus__text_orange_darker : TailwindClass

This class maps to this CSS definition:

.focus\:text-orange-darker:focus {
  color: #613b1f;
}

focus__text_orange_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:text-orange-darkest:focus {
  color: #462a16;
}

focus__text_orange_light : TailwindClass

This class maps to this CSS definition:

.focus\:text-orange-light:focus {
  color: #faad63;
}

focus__text_orange_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:text-orange-lighter:focus {
  color: #fcd9b6;
}

focus__text_orange_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:text-orange-lightest:focus {
  color: #fff5eb;
}

focus__text_orange : TailwindClass

This class maps to this CSS definition:

.focus\:text-orange:focus {
  color: #f6993f;
}

focus__text_pink_dark : TailwindClass

This class maps to this CSS definition:

.focus\:text-pink-dark:focus {
  color: #eb5286;
}

focus__text_pink_darker : TailwindClass

This class maps to this CSS definition:

.focus\:text-pink-darker:focus {
  color: #6f213f;
}

focus__text_pink_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:text-pink-darkest:focus {
  color: #451225;
}

focus__text_pink_light : TailwindClass

This class maps to this CSS definition:

.focus\:text-pink-light:focus {
  color: #fa7ea8;
}

focus__text_pink_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:text-pink-lighter:focus {
  color: #ffbbca;
}

focus__text_pink_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:text-pink-lightest:focus {
  color: #ffebef;
}

focus__text_pink : TailwindClass

This class maps to this CSS definition:

.focus\:text-pink:focus {
  color: #f66d9b;
}

focus__text_purple_dark : TailwindClass

This class maps to this CSS definition:

.focus\:text-purple-dark:focus {
  color: #794acf;
}

focus__text_purple_darker : TailwindClass

This class maps to this CSS definition:

.focus\:text-purple-darker:focus {
  color: #382b5f;
}

focus__text_purple_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:text-purple-darkest:focus {
  color: #21183c;
}

focus__text_purple_light : TailwindClass

This class maps to this CSS definition:

.focus\:text-purple-light:focus {
  color: #a779e9;
}

focus__text_purple_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:text-purple-lighter:focus {
  color: #d6bbfc;
}

focus__text_purple_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:text-purple-lightest:focus {
  color: #f3ebff;
}

focus__text_purple : TailwindClass

This class maps to this CSS definition:

.focus\:text-purple:focus {
  color: #9561e2;
}

focus__text_red_dark : TailwindClass

This class maps to this CSS definition:

.focus\:text-red-dark:focus {
  color: #cc1f1a;
}

focus__text_red_darker : TailwindClass

This class maps to this CSS definition:

.focus\:text-red-darker:focus {
  color: #621b18;
}

focus__text_red_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:text-red-darkest:focus {
  color: #3b0d0c;
}

focus__text_red_light : TailwindClass

This class maps to this CSS definition:

.focus\:text-red-light:focus {
  color: #ef5753;
}

focus__text_red_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:text-red-lighter:focus {
  color: #f9acaa;
}

focus__text_red_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:text-red-lightest:focus {
  color: #fcebea;
}

focus__text_red : TailwindClass

This class maps to this CSS definition:

.focus\:text-red:focus {
  color: #e3342f;
}

focus__text_teal_dark : TailwindClass

This class maps to this CSS definition:

.focus\:text-teal-dark:focus {
  color: #38a89d;
}

focus__text_teal_darker : TailwindClass

This class maps to this CSS definition:

.focus\:text-teal-darker:focus {
  color: #20504f;
}

focus__text_teal_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:text-teal-darkest:focus {
  color: #0d3331;
}

focus__text_teal_light : TailwindClass

This class maps to this CSS definition:

.focus\:text-teal-light:focus {
  color: #64d5ca;
}

focus__text_teal_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:text-teal-lighter:focus {
  color: #a0f0ed;
}

focus__text_teal_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:text-teal-lightest:focus {
  color: #e8fffe;
}

focus__text_teal : TailwindClass

This class maps to this CSS definition:

.focus\:text-teal:focus {
  color: #4dc0b5;
}

focus__text_transparent : TailwindClass

This class maps to this CSS definition:

.focus\:text-transparent:focus {
  color: transparent;
}

focus__text_white : TailwindClass

This class maps to this CSS definition:

.focus\:text-white:focus {
  color: #fff;
}

focus__text_yellow_dark : TailwindClass

This class maps to this CSS definition:

.focus\:text-yellow-dark:focus {
  color: #f2d024;
}

focus__text_yellow_darker : TailwindClass

This class maps to this CSS definition:

.focus\:text-yellow-darker:focus {
  color: #684f1d;
}

focus__text_yellow_darkest : TailwindClass

This class maps to this CSS definition:

.focus\:text-yellow-darkest:focus {
  color: #453411;
}

focus__text_yellow_light : TailwindClass

This class maps to this CSS definition:

.focus\:text-yellow-light:focus {
  color: #fff382;
}

focus__text_yellow_lighter : TailwindClass

This class maps to this CSS definition:

.focus\:text-yellow-lighter:focus {
  color: #fff9c2;
}

focus__text_yellow_lightest : TailwindClass

This class maps to this CSS definition:

.focus\:text-yellow-lightest:focus {
  color: #fcfbeb;
}

focus__text_yellow : TailwindClass

This class maps to this CSS definition:

.focus\:text-yellow:focus {
  color: #ffed4a;
}

focus__underline : TailwindClass

This class maps to this CSS definition:

.focus\:underline:focus {
  text-decoration: underline;
}

focus__uppercase : TailwindClass

This class maps to this CSS definition:

.focus\:uppercase:focus {
  text-transform: uppercase;
}

font_black : TailwindClass

This class maps to this CSS definition:

.font-black {
  font-weight: 900;
}

font_bold : TailwindClass

This class maps to this CSS definition:

.font-bold {
  font-weight: 700;
}

font_extrabold : TailwindClass

This class maps to this CSS definition:

.font-extrabold {
  font-weight: 800;
}

font_hairline : TailwindClass

This class maps to this CSS definition:

.font-hairline {
  font-weight: 100;
}

font_light : TailwindClass

This class maps to this CSS definition:

.font-light {
  font-weight: 300;
}

font_medium : TailwindClass

This class maps to this CSS definition:

.font-medium {
  font-weight: 500;
}

font_mono : TailwindClass

This class maps to this CSS definition:

.font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

font_normal : TailwindClass

This class maps to this CSS definition:

.font-normal {
  font-weight: 400;
}

font_sans : TailwindClass

This class maps to this CSS definition:

.font-sans {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

font_semibold : TailwindClass

This class maps to this CSS definition:

.font-semibold {
  font-weight: 600;
}

font_serif : TailwindClass

This class maps to this CSS definition:

.font-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

font_thin : TailwindClass

This class maps to this CSS definition:

.font-thin {
  font-weight: 200;
}

h_1 : TailwindClass

This class maps to this CSS definition:

.h-1 {
  height: .25rem;
}

h_10 : TailwindClass

This class maps to this CSS definition:

.h-10 {
  height: 2.5rem;
}

h_12 : TailwindClass

This class maps to this CSS definition:

.h-12 {
  height: 3rem;
}

h_16 : TailwindClass

This class maps to this CSS definition:

.h-16 {
  height: 4rem;
}

h_2 : TailwindClass

This class maps to this CSS definition:

.h-2 {
  height: .5rem;
}

h_24 : TailwindClass

This class maps to this CSS definition:

.h-24 {
  height: 6rem;
}

h_3 : TailwindClass

This class maps to this CSS definition:

.h-3 {
  height: .75rem;
}

h_32 : TailwindClass

This class maps to this CSS definition:

.h-32 {
  height: 8rem;
}

h_4 : TailwindClass

This class maps to this CSS definition:

.h-4 {
  height: 1rem;
}

h_48 : TailwindClass

This class maps to this CSS definition:

.h-48 {
  height: 12rem;
}

h_5 : TailwindClass

This class maps to this CSS definition:

.h-5 {
  height: 1.25rem;
}

h_6 : TailwindClass

This class maps to this CSS definition:

.h-6 {
  height: 1.5rem;
}

h_64 : TailwindClass

This class maps to this CSS definition:

.h-64 {
  height: 16rem;
}

h_8 : TailwindClass

This class maps to this CSS definition:

.h-8 {
  height: 2rem;
}

h_auto : TailwindClass

This class maps to this CSS definition:

.h-auto {
  height: auto;
}

h_full : TailwindClass

This class maps to this CSS definition:

.h-full {
  height: 100%;
}

h_px : TailwindClass

This class maps to this CSS definition:

.h-px {
  height: 1px;
}

h_screen : TailwindClass

This class maps to this CSS definition:

.h-screen {
  height: 100vh;
}

hidden : TailwindClass

This class maps to this CSS definition:

.hidden {
  display: none;
}

hover__antialiased : TailwindClass

This class maps to this CSS definition:

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

hover__bg_black : TailwindClass

This class maps to this CSS definition:

.hover\:bg-black:hover {
  background-color: #22292f;
}

hover__bg_blue_dark : TailwindClass

This class maps to this CSS definition:

.hover\:bg-blue-dark:hover {
  background-color: #2779bd;
}

hover__bg_blue_darker : TailwindClass

This class maps to this CSS definition:

.hover\:bg-blue-darker:hover {
  background-color: #1c3d5a;
}

hover__bg_blue_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-blue-darkest:hover {
  background-color: #12283a;
}

hover__bg_blue_light : TailwindClass

This class maps to this CSS definition:

.hover\:bg-blue-light:hover {
  background-color: #6cb2eb;
}

hover__bg_blue_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:bg-blue-lighter:hover {
  background-color: #bcdefa;
}

hover__bg_blue_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-blue-lightest:hover {
  background-color: #eff8ff;
}

hover__bg_blue : TailwindClass

This class maps to this CSS definition:

.hover\:bg-blue:hover {
  background-color: #3490dc;
}

hover__bg_green_dark : TailwindClass

This class maps to this CSS definition:

.hover\:bg-green-dark:hover {
  background-color: #1f9d55;
}

hover__bg_green_darker : TailwindClass

This class maps to this CSS definition:

.hover\:bg-green-darker:hover {
  background-color: #1a4731;
}

hover__bg_green_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-green-darkest:hover {
  background-color: #0f2f21;
}

hover__bg_green_light : TailwindClass

This class maps to this CSS definition:

.hover\:bg-green-light:hover {
  background-color: #51d88a;
}

hover__bg_green_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:bg-green-lighter:hover {
  background-color: #a2f5bf;
}

hover__bg_green_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-green-lightest:hover {
  background-color: #e3fcec;
}

hover__bg_green : TailwindClass

This class maps to this CSS definition:

.hover\:bg-green:hover {
  background-color: #38c172;
}

hover__bg_grey_dark : TailwindClass

This class maps to this CSS definition:

.hover\:bg-grey-dark:hover {
  background-color: #8795a1;
}

hover__bg_grey_darker : TailwindClass

This class maps to this CSS definition:

.hover\:bg-grey-darker:hover {
  background-color: #606f7b;
}

hover__bg_grey_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-grey-darkest:hover {
  background-color: #3d4852;
}

hover__bg_grey_light : TailwindClass

This class maps to this CSS definition:

.hover\:bg-grey-light:hover {
  background-color: #dae1e7;
}

hover__bg_grey_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:bg-grey-lighter:hover {
  background-color: #f1f5f8;
}

hover__bg_grey_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-grey-lightest:hover {
  background-color: #f8fafc;
}

hover__bg_grey : TailwindClass

This class maps to this CSS definition:

.hover\:bg-grey:hover {
  background-color: #b8c2cc;
}

hover__bg_indigo_dark : TailwindClass

This class maps to this CSS definition:

.hover\:bg-indigo-dark:hover {
  background-color: #5661b3;
}

hover__bg_indigo_darker : TailwindClass

This class maps to this CSS definition:

.hover\:bg-indigo-darker:hover {
  background-color: #2f365f;
}

hover__bg_indigo_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-indigo-darkest:hover {
  background-color: #191e38;
}

hover__bg_indigo_light : TailwindClass

This class maps to this CSS definition:

.hover\:bg-indigo-light:hover {
  background-color: #7886d7;
}

hover__bg_indigo_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:bg-indigo-lighter:hover {
  background-color: #b2b7ff;
}

hover__bg_indigo_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-indigo-lightest:hover {
  background-color: #e6e8ff;
}

hover__bg_indigo : TailwindClass

This class maps to this CSS definition:

.hover\:bg-indigo:hover {
  background-color: #6574cd;
}

hover__bg_orange_dark : TailwindClass

This class maps to this CSS definition:

.hover\:bg-orange-dark:hover {
  background-color: #de751f;
}

hover__bg_orange_darker : TailwindClass

This class maps to this CSS definition:

.hover\:bg-orange-darker:hover {
  background-color: #613b1f;
}

hover__bg_orange_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-orange-darkest:hover {
  background-color: #462a16;
}

hover__bg_orange_light : TailwindClass

This class maps to this CSS definition:

.hover\:bg-orange-light:hover {
  background-color: #faad63;
}

hover__bg_orange_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:bg-orange-lighter:hover {
  background-color: #fcd9b6;
}

hover__bg_orange_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-orange-lightest:hover {
  background-color: #fff5eb;
}

hover__bg_orange : TailwindClass

This class maps to this CSS definition:

.hover\:bg-orange:hover {
  background-color: #f6993f;
}

hover__bg_pink_dark : TailwindClass

This class maps to this CSS definition:

.hover\:bg-pink-dark:hover {
  background-color: #eb5286;
}

hover__bg_pink_darker : TailwindClass

This class maps to this CSS definition:

.hover\:bg-pink-darker:hover {
  background-color: #6f213f;
}

hover__bg_pink_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-pink-darkest:hover {
  background-color: #451225;
}

hover__bg_pink_light : TailwindClass

This class maps to this CSS definition:

.hover\:bg-pink-light:hover {
  background-color: #fa7ea8;
}

hover__bg_pink_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:bg-pink-lighter:hover {
  background-color: #ffbbca;
}

hover__bg_pink_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-pink-lightest:hover {
  background-color: #ffebef;
}

hover__bg_pink : TailwindClass

This class maps to this CSS definition:

.hover\:bg-pink:hover {
  background-color: #f66d9b;
}

hover__bg_purple_dark : TailwindClass

This class maps to this CSS definition:

.hover\:bg-purple-dark:hover {
  background-color: #794acf;
}

hover__bg_purple_darker : TailwindClass

This class maps to this CSS definition:

.hover\:bg-purple-darker:hover {
  background-color: #382b5f;
}

hover__bg_purple_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-purple-darkest:hover {
  background-color: #21183c;
}

hover__bg_purple_light : TailwindClass

This class maps to this CSS definition:

.hover\:bg-purple-light:hover {
  background-color: #a779e9;
}

hover__bg_purple_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:bg-purple-lighter:hover {
  background-color: #d6bbfc;
}

hover__bg_purple_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-purple-lightest:hover {
  background-color: #f3ebff;
}

hover__bg_purple : TailwindClass

This class maps to this CSS definition:

.hover\:bg-purple:hover {
  background-color: #9561e2;
}

hover__bg_red_dark : TailwindClass

This class maps to this CSS definition:

.hover\:bg-red-dark:hover {
  background-color: #cc1f1a;
}

hover__bg_red_darker : TailwindClass

This class maps to this CSS definition:

.hover\:bg-red-darker:hover {
  background-color: #621b18;
}

hover__bg_red_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-red-darkest:hover {
  background-color: #3b0d0c;
}

hover__bg_red_light : TailwindClass

This class maps to this CSS definition:

.hover\:bg-red-light:hover {
  background-color: #ef5753;
}

hover__bg_red_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:bg-red-lighter:hover {
  background-color: #f9acaa;
}

hover__bg_red_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-red-lightest:hover {
  background-color: #fcebea;
}

hover__bg_red : TailwindClass

This class maps to this CSS definition:

.hover\:bg-red:hover {
  background-color: #e3342f;
}

hover__bg_teal_dark : TailwindClass

This class maps to this CSS definition:

.hover\:bg-teal-dark:hover {
  background-color: #38a89d;
}

hover__bg_teal_darker : TailwindClass

This class maps to this CSS definition:

.hover\:bg-teal-darker:hover {
  background-color: #20504f;
}

hover__bg_teal_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-teal-darkest:hover {
  background-color: #0d3331;
}

hover__bg_teal_light : TailwindClass

This class maps to this CSS definition:

.hover\:bg-teal-light:hover {
  background-color: #64d5ca;
}

hover__bg_teal_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:bg-teal-lighter:hover {
  background-color: #a0f0ed;
}

hover__bg_teal_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-teal-lightest:hover {
  background-color: #e8fffe;
}

hover__bg_teal : TailwindClass

This class maps to this CSS definition:

.hover\:bg-teal:hover {
  background-color: #4dc0b5;
}

hover__bg_transparent : TailwindClass

This class maps to this CSS definition:

.hover\:bg-transparent:hover {
  background-color: transparent;
}

hover__bg_white : TailwindClass

This class maps to this CSS definition:

.hover\:bg-white:hover {
  background-color: #fff;
}

hover__bg_yellow_dark : TailwindClass

This class maps to this CSS definition:

.hover\:bg-yellow-dark:hover {
  background-color: #f2d024;
}

hover__bg_yellow_darker : TailwindClass

This class maps to this CSS definition:

.hover\:bg-yellow-darker:hover {
  background-color: #684f1d;
}

hover__bg_yellow_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-yellow-darkest:hover {
  background-color: #453411;
}

hover__bg_yellow_light : TailwindClass

This class maps to this CSS definition:

.hover\:bg-yellow-light:hover {
  background-color: #fff382;
}

hover__bg_yellow_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:bg-yellow-lighter:hover {
  background-color: #fff9c2;
}

hover__bg_yellow_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:bg-yellow-lightest:hover {
  background-color: #fcfbeb;
}

hover__bg_yellow : TailwindClass

This class maps to this CSS definition:

.hover\:bg-yellow:hover {
  background-color: #ffed4a;
}

hover__border_black : TailwindClass

This class maps to this CSS definition:

.hover\:border-black:hover {
  border-color: #22292f;
}

hover__border_blue_dark : TailwindClass

This class maps to this CSS definition:

.hover\:border-blue-dark:hover {
  border-color: #2779bd;
}

hover__border_blue_darker : TailwindClass

This class maps to this CSS definition:

.hover\:border-blue-darker:hover {
  border-color: #1c3d5a;
}

hover__border_blue_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:border-blue-darkest:hover {
  border-color: #12283a;
}

hover__border_blue_light : TailwindClass

This class maps to this CSS definition:

.hover\:border-blue-light:hover {
  border-color: #6cb2eb;
}

hover__border_blue_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:border-blue-lighter:hover {
  border-color: #bcdefa;
}

hover__border_blue_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:border-blue-lightest:hover {
  border-color: #eff8ff;
}

hover__border_blue : TailwindClass

This class maps to this CSS definition:

.hover\:border-blue:hover {
  border-color: #3490dc;
}

hover__border_green_dark : TailwindClass

This class maps to this CSS definition:

.hover\:border-green-dark:hover {
  border-color: #1f9d55;
}

hover__border_green_darker : TailwindClass

This class maps to this CSS definition:

.hover\:border-green-darker:hover {
  border-color: #1a4731;
}

hover__border_green_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:border-green-darkest:hover {
  border-color: #0f2f21;
}

hover__border_green_light : TailwindClass

This class maps to this CSS definition:

.hover\:border-green-light:hover {
  border-color: #51d88a;
}

hover__border_green_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:border-green-lighter:hover {
  border-color: #a2f5bf;
}

hover__border_green_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:border-green-lightest:hover {
  border-color: #e3fcec;
}

hover__border_green : TailwindClass

This class maps to this CSS definition:

.hover\:border-green:hover {
  border-color: #38c172;
}

hover__border_grey_dark : TailwindClass

This class maps to this CSS definition:

.hover\:border-grey-dark:hover {
  border-color: #8795a1;
}

hover__border_grey_darker : TailwindClass

This class maps to this CSS definition:

.hover\:border-grey-darker:hover {
  border-color: #606f7b;
}

hover__border_grey_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:border-grey-darkest:hover {
  border-color: #3d4852;
}

hover__border_grey_light : TailwindClass

This class maps to this CSS definition:

.hover\:border-grey-light:hover {
  border-color: #dae1e7;
}

hover__border_grey_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:border-grey-lighter:hover {
  border-color: #f1f5f8;
}

hover__border_grey_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:border-grey-lightest:hover {
  border-color: #f8fafc;
}

hover__border_grey : TailwindClass

This class maps to this CSS definition:

.hover\:border-grey:hover {
  border-color: #b8c2cc;
}

hover__border_indigo_dark : TailwindClass

This class maps to this CSS definition:

.hover\:border-indigo-dark:hover {
  border-color: #5661b3;
}

hover__border_indigo_darker : TailwindClass

This class maps to this CSS definition:

.hover\:border-indigo-darker:hover {
  border-color: #2f365f;
}

hover__border_indigo_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:border-indigo-darkest:hover {
  border-color: #191e38;
}

hover__border_indigo_light : TailwindClass

This class maps to this CSS definition:

.hover\:border-indigo-light:hover {
  border-color: #7886d7;
}

hover__border_indigo_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:border-indigo-lighter:hover {
  border-color: #b2b7ff;
}

hover__border_indigo_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:border-indigo-lightest:hover {
  border-color: #e6e8ff;
}

hover__border_indigo : TailwindClass

This class maps to this CSS definition:

.hover\:border-indigo:hover {
  border-color: #6574cd;
}

hover__border_orange_dark : TailwindClass

This class maps to this CSS definition:

.hover\:border-orange-dark:hover {
  border-color: #de751f;
}

hover__border_orange_darker : TailwindClass

This class maps to this CSS definition:

.hover\:border-orange-darker:hover {
  border-color: #613b1f;
}

hover__border_orange_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:border-orange-darkest:hover {
  border-color: #462a16;
}

hover__border_orange_light : TailwindClass

This class maps to this CSS definition:

.hover\:border-orange-light:hover {
  border-color: #faad63;
}

hover__border_orange_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:border-orange-lighter:hover {
  border-color: #fcd9b6;
}

hover__border_orange_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:border-orange-lightest:hover {
  border-color: #fff5eb;
}

hover__border_orange : TailwindClass

This class maps to this CSS definition:

.hover\:border-orange:hover {
  border-color: #f6993f;
}

hover__border_pink_dark : TailwindClass

This class maps to this CSS definition:

.hover\:border-pink-dark:hover {
  border-color: #eb5286;
}

hover__border_pink_darker : TailwindClass

This class maps to this CSS definition:

.hover\:border-pink-darker:hover {
  border-color: #6f213f;
}

hover__border_pink_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:border-pink-darkest:hover {
  border-color: #451225;
}

hover__border_pink_light : TailwindClass

This class maps to this CSS definition:

.hover\:border-pink-light:hover {
  border-color: #fa7ea8;
}

hover__border_pink_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:border-pink-lighter:hover {
  border-color: #ffbbca;
}

hover__border_pink_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:border-pink-lightest:hover {
  border-color: #ffebef;
}

hover__border_pink : TailwindClass

This class maps to this CSS definition:

.hover\:border-pink:hover {
  border-color: #f66d9b;
}

hover__border_purple_dark : TailwindClass

This class maps to this CSS definition:

.hover\:border-purple-dark:hover {
  border-color: #794acf;
}

hover__border_purple_darker : TailwindClass

This class maps to this CSS definition:

.hover\:border-purple-darker:hover {
  border-color: #382b5f;
}

hover__border_purple_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:border-purple-darkest:hover {
  border-color: #21183c;
}

hover__border_purple_light : TailwindClass

This class maps to this CSS definition:

.hover\:border-purple-light:hover {
  border-color: #a779e9;
}

hover__border_purple_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:border-purple-lighter:hover {
  border-color: #d6bbfc;
}

hover__border_purple_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:border-purple-lightest:hover {
  border-color: #f3ebff;
}

hover__border_purple : TailwindClass

This class maps to this CSS definition:

.hover\:border-purple:hover {
  border-color: #9561e2;
}

hover__border_red_dark : TailwindClass

This class maps to this CSS definition:

.hover\:border-red-dark:hover {
  border-color: #cc1f1a;
}

hover__border_red_darker : TailwindClass

This class maps to this CSS definition:

.hover\:border-red-darker:hover {
  border-color: #621b18;
}

hover__border_red_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:border-red-darkest:hover {
  border-color: #3b0d0c;
}

hover__border_red_light : TailwindClass

This class maps to this CSS definition:

.hover\:border-red-light:hover {
  border-color: #ef5753;
}

hover__border_red_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:border-red-lighter:hover {
  border-color: #f9acaa;
}

hover__border_red_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:border-red-lightest:hover {
  border-color: #fcebea;
}

hover__border_red : TailwindClass

This class maps to this CSS definition:

.hover\:border-red:hover {
  border-color: #e3342f;
}

hover__border_teal_dark : TailwindClass

This class maps to this CSS definition:

.hover\:border-teal-dark:hover {
  border-color: #38a89d;
}

hover__border_teal_darker : TailwindClass

This class maps to this CSS definition:

.hover\:border-teal-darker:hover {
  border-color: #20504f;
}

hover__border_teal_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:border-teal-darkest:hover {
  border-color: #0d3331;
}

hover__border_teal_light : TailwindClass

This class maps to this CSS definition:

.hover\:border-teal-light:hover {
  border-color: #64d5ca;
}

hover__border_teal_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:border-teal-lighter:hover {
  border-color: #a0f0ed;
}

hover__border_teal_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:border-teal-lightest:hover {
  border-color: #e8fffe;
}

hover__border_teal : TailwindClass

This class maps to this CSS definition:

.hover\:border-teal:hover {
  border-color: #4dc0b5;
}

hover__border_transparent : TailwindClass

This class maps to this CSS definition:

.hover\:border-transparent:hover {
  border-color: transparent;
}

hover__border_white : TailwindClass

This class maps to this CSS definition:

.hover\:border-white:hover {
  border-color: #fff;
}

hover__border_yellow_dark : TailwindClass

This class maps to this CSS definition:

.hover\:border-yellow-dark:hover {
  border-color: #f2d024;
}

hover__border_yellow_darker : TailwindClass

This class maps to this CSS definition:

.hover\:border-yellow-darker:hover {
  border-color: #684f1d;
}

hover__border_yellow_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:border-yellow-darkest:hover {
  border-color: #453411;
}

hover__border_yellow_light : TailwindClass

This class maps to this CSS definition:

.hover\:border-yellow-light:hover {
  border-color: #fff382;
}

hover__border_yellow_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:border-yellow-lighter:hover {
  border-color: #fff9c2;
}

hover__border_yellow_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:border-yellow-lightest:hover {
  border-color: #fcfbeb;
}

hover__border_yellow : TailwindClass

This class maps to this CSS definition:

.hover\:border-yellow:hover {
  border-color: #ffed4a;
}

hover__capitalize : TailwindClass

This class maps to this CSS definition:

.hover\:capitalize:hover {
  text-transform: capitalize;
}

hover__font_black : TailwindClass

This class maps to this CSS definition:

.hover\:font-black:hover {
  font-weight: 900;
}

hover__font_bold : TailwindClass

This class maps to this CSS definition:

.hover\:font-bold:hover {
  font-weight: 700;
}

hover__font_extrabold : TailwindClass

This class maps to this CSS definition:

.hover\:font-extrabold:hover {
  font-weight: 800;
}

hover__font_hairline : TailwindClass

This class maps to this CSS definition:

.hover\:font-hairline:hover {
  font-weight: 100;
}

hover__font_light : TailwindClass

This class maps to this CSS definition:

.hover\:font-light:hover {
  font-weight: 300;
}

hover__font_medium : TailwindClass

This class maps to this CSS definition:

.hover\:font-medium:hover {
  font-weight: 500;
}

hover__font_normal : TailwindClass

This class maps to this CSS definition:

.hover\:font-normal:hover {
  font-weight: 400;
}

hover__font_semibold : TailwindClass

This class maps to this CSS definition:

.hover\:font-semibold:hover {
  font-weight: 600;
}

hover__font_thin : TailwindClass

This class maps to this CSS definition:

.hover\:font-thin:hover {
  font-weight: 200;
}

hover__italic : TailwindClass

This class maps to this CSS definition:

.hover\:italic:hover {
  font-style: italic;
}

hover__line_through : TailwindClass

This class maps to this CSS definition:

.hover\:line-through:hover {
  text-decoration: line-through;
}

hover__lowercase : TailwindClass

This class maps to this CSS definition:

.hover\:lowercase:hover {
  text-transform: lowercase;
}

hover__no_underline : TailwindClass

This class maps to this CSS definition:

.hover\:no-underline:hover {
  text-decoration: none;
}

hover__normal_case : TailwindClass

This class maps to this CSS definition:

.hover\:normal-case:hover {
  text-transform: none;
}

hover__roman : TailwindClass

This class maps to this CSS definition:

.hover\:roman:hover {
  font-style: normal;
}

hover__shadow_inner : TailwindClass

This class maps to this CSS definition:

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

hover__shadow_lg : TailwindClass

This class maps to this CSS definition:

.hover\:shadow-lg:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

hover__shadow_md : TailwindClass

This class maps to this CSS definition:

.hover\:shadow-md:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

hover__shadow_none : TailwindClass

This class maps to this CSS definition:

.hover\:shadow-none:hover {
  box-shadow: none;
}

hover__shadow_outline : TailwindClass

This class maps to this CSS definition:

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

hover__shadow : TailwindClass

This class maps to this CSS definition:

.hover\:shadow:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

hover__subpixel_antialiased : TailwindClass

This class maps to this CSS definition:

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

hover__text_black : TailwindClass

This class maps to this CSS definition:

.hover\:text-black:hover {
  color: #22292f;
}

hover__text_blue_dark : TailwindClass

This class maps to this CSS definition:

.hover\:text-blue-dark:hover {
  color: #2779bd;
}

hover__text_blue_darker : TailwindClass

This class maps to this CSS definition:

.hover\:text-blue-darker:hover {
  color: #1c3d5a;
}

hover__text_blue_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:text-blue-darkest:hover {
  color: #12283a;
}

hover__text_blue_light : TailwindClass

This class maps to this CSS definition:

.hover\:text-blue-light:hover {
  color: #6cb2eb;
}

hover__text_blue_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:text-blue-lighter:hover {
  color: #bcdefa;
}

hover__text_blue_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:text-blue-lightest:hover {
  color: #eff8ff;
}

hover__text_blue : TailwindClass

This class maps to this CSS definition:

.hover\:text-blue:hover {
  color: #3490dc;
}

hover__text_green_dark : TailwindClass

This class maps to this CSS definition:

.hover\:text-green-dark:hover {
  color: #1f9d55;
}

hover__text_green_darker : TailwindClass

This class maps to this CSS definition:

.hover\:text-green-darker:hover {
  color: #1a4731;
}

hover__text_green_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:text-green-darkest:hover {
  color: #0f2f21;
}

hover__text_green_light : TailwindClass

This class maps to this CSS definition:

.hover\:text-green-light:hover {
  color: #51d88a;
}

hover__text_green_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:text-green-lighter:hover {
  color: #a2f5bf;
}

hover__text_green_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:text-green-lightest:hover {
  color: #e3fcec;
}

hover__text_green : TailwindClass

This class maps to this CSS definition:

.hover\:text-green:hover {
  color: #38c172;
}

hover__text_grey_dark : TailwindClass

This class maps to this CSS definition:

.hover\:text-grey-dark:hover {
  color: #8795a1;
}

hover__text_grey_darker : TailwindClass

This class maps to this CSS definition:

.hover\:text-grey-darker:hover {
  color: #606f7b;
}

hover__text_grey_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:text-grey-darkest:hover {
  color: #3d4852;
}

hover__text_grey_light : TailwindClass

This class maps to this CSS definition:

.hover\:text-grey-light:hover {
  color: #dae1e7;
}

hover__text_grey_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:text-grey-lighter:hover {
  color: #f1f5f8;
}

hover__text_grey_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:text-grey-lightest:hover {
  color: #f8fafc;
}

hover__text_grey : TailwindClass

This class maps to this CSS definition:

.hover\:text-grey:hover {
  color: #b8c2cc;
}

hover__text_indigo_dark : TailwindClass

This class maps to this CSS definition:

.hover\:text-indigo-dark:hover {
  color: #5661b3;
}

hover__text_indigo_darker : TailwindClass

This class maps to this CSS definition:

.hover\:text-indigo-darker:hover {
  color: #2f365f;
}

hover__text_indigo_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:text-indigo-darkest:hover {
  color: #191e38;
}

hover__text_indigo_light : TailwindClass

This class maps to this CSS definition:

.hover\:text-indigo-light:hover {
  color: #7886d7;
}

hover__text_indigo_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:text-indigo-lighter:hover {
  color: #b2b7ff;
}

hover__text_indigo_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:text-indigo-lightest:hover {
  color: #e6e8ff;
}

hover__text_indigo : TailwindClass

This class maps to this CSS definition:

.hover\:text-indigo:hover {
  color: #6574cd;
}

hover__text_orange_dark : TailwindClass

This class maps to this CSS definition:

.hover\:text-orange-dark:hover {
  color: #de751f;
}

hover__text_orange_darker : TailwindClass

This class maps to this CSS definition:

.hover\:text-orange-darker:hover {
  color: #613b1f;
}

hover__text_orange_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:text-orange-darkest:hover {
  color: #462a16;
}

hover__text_orange_light : TailwindClass

This class maps to this CSS definition:

.hover\:text-orange-light:hover {
  color: #faad63;
}

hover__text_orange_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:text-orange-lighter:hover {
  color: #fcd9b6;
}

hover__text_orange_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:text-orange-lightest:hover {
  color: #fff5eb;
}

hover__text_orange : TailwindClass

This class maps to this CSS definition:

.hover\:text-orange:hover {
  color: #f6993f;
}

hover__text_pink_dark : TailwindClass

This class maps to this CSS definition:

.hover\:text-pink-dark:hover {
  color: #eb5286;
}

hover__text_pink_darker : TailwindClass

This class maps to this CSS definition:

.hover\:text-pink-darker:hover {
  color: #6f213f;
}

hover__text_pink_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:text-pink-darkest:hover {
  color: #451225;
}

hover__text_pink_light : TailwindClass

This class maps to this CSS definition:

.hover\:text-pink-light:hover {
  color: #fa7ea8;
}

hover__text_pink_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:text-pink-lighter:hover {
  color: #ffbbca;
}

hover__text_pink_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:text-pink-lightest:hover {
  color: #ffebef;
}

hover__text_pink : TailwindClass

This class maps to this CSS definition:

.hover\:text-pink:hover {
  color: #f66d9b;
}

hover__text_purple_dark : TailwindClass

This class maps to this CSS definition:

.hover\:text-purple-dark:hover {
  color: #794acf;
}

hover__text_purple_darker : TailwindClass

This class maps to this CSS definition:

.hover\:text-purple-darker:hover {
  color: #382b5f;
}

hover__text_purple_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:text-purple-darkest:hover {
  color: #21183c;
}

hover__text_purple_light : TailwindClass

This class maps to this CSS definition:

.hover\:text-purple-light:hover {
  color: #a779e9;
}

hover__text_purple_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:text-purple-lighter:hover {
  color: #d6bbfc;
}

hover__text_purple_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:text-purple-lightest:hover {
  color: #f3ebff;
}

hover__text_purple : TailwindClass

This class maps to this CSS definition:

.hover\:text-purple:hover {
  color: #9561e2;
}

hover__text_red_dark : TailwindClass

This class maps to this CSS definition:

.hover\:text-red-dark:hover {
  color: #cc1f1a;
}

hover__text_red_darker : TailwindClass

This class maps to this CSS definition:

.hover\:text-red-darker:hover {
  color: #621b18;
}

hover__text_red_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:text-red-darkest:hover {
  color: #3b0d0c;
}

hover__text_red_light : TailwindClass

This class maps to this CSS definition:

.hover\:text-red-light:hover {
  color: #ef5753;
}

hover__text_red_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:text-red-lighter:hover {
  color: #f9acaa;
}

hover__text_red_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:text-red-lightest:hover {
  color: #fcebea;
}

hover__text_red : TailwindClass

This class maps to this CSS definition:

.hover\:text-red:hover {
  color: #e3342f;
}

hover__text_teal_dark : TailwindClass

This class maps to this CSS definition:

.hover\:text-teal-dark:hover {
  color: #38a89d;
}

hover__text_teal_darker : TailwindClass

This class maps to this CSS definition:

.hover\:text-teal-darker:hover {
  color: #20504f;
}

hover__text_teal_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:text-teal-darkest:hover {
  color: #0d3331;
}

hover__text_teal_light : TailwindClass

This class maps to this CSS definition:

.hover\:text-teal-light:hover {
  color: #64d5ca;
}

hover__text_teal_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:text-teal-lighter:hover {
  color: #a0f0ed;
}

hover__text_teal_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:text-teal-lightest:hover {
  color: #e8fffe;
}

hover__text_teal : TailwindClass

This class maps to this CSS definition:

.hover\:text-teal:hover {
  color: #4dc0b5;
}

hover__text_transparent : TailwindClass

This class maps to this CSS definition:

.hover\:text-transparent:hover {
  color: transparent;
}

hover__text_white : TailwindClass

This class maps to this CSS definition:

.hover\:text-white:hover {
  color: #fff;
}

hover__text_yellow_dark : TailwindClass

This class maps to this CSS definition:

.hover\:text-yellow-dark:hover {
  color: #f2d024;
}

hover__text_yellow_darker : TailwindClass

This class maps to this CSS definition:

.hover\:text-yellow-darker:hover {
  color: #684f1d;
}

hover__text_yellow_darkest : TailwindClass

This class maps to this CSS definition:

.hover\:text-yellow-darkest:hover {
  color: #453411;
}

hover__text_yellow_light : TailwindClass

This class maps to this CSS definition:

.hover\:text-yellow-light:hover {
  color: #fff382;
}

hover__text_yellow_lighter : TailwindClass

This class maps to this CSS definition:

.hover\:text-yellow-lighter:hover {
  color: #fff9c2;
}

hover__text_yellow_lightest : TailwindClass

This class maps to this CSS definition:

.hover\:text-yellow-lightest:hover {
  color: #fcfbeb;
}

hover__text_yellow : TailwindClass

This class maps to this CSS definition:

.hover\:text-yellow:hover {
  color: #ffed4a;
}

hover__underline : TailwindClass

This class maps to this CSS definition:

.hover\:underline:hover {
  text-decoration: underline;
}

hover__uppercase : TailwindClass

This class maps to this CSS definition:

.hover\:uppercase:hover {
  text-transform: uppercase;
}

inline : TailwindClass

This class maps to this CSS definition:

.inline {
  display: inline;
}

inline_block : TailwindClass

This class maps to this CSS definition:

.inline-block {
  display: inline-block;
}

inline_flex : TailwindClass

This class maps to this CSS definition:

.inline-flex {
  display: inline-flex;
}

invisible : TailwindClass

This class maps to this CSS definition:

.invisible {
  visibility: hidden;
}

italic : TailwindClass

This class maps to this CSS definition:

.italic {
  font-style: italic;
}

items_baseline : TailwindClass

This class maps to this CSS definition:

.items-baseline {
  align-items: baseline;
}

items_center : TailwindClass

This class maps to this CSS definition:

.items-center {
  align-items: center;
}

items_end : TailwindClass

This class maps to this CSS definition:

.items-end {
  align-items: flex-end;
}

items_start : TailwindClass

This class maps to this CSS definition:

.items-start {
  align-items: flex-start;
}

items_stretch : TailwindClass

This class maps to this CSS definition:

.items-stretch {
  align-items: stretch;
}

justify_around : TailwindClass

This class maps to this CSS definition:

.justify-around {
  justify-content: space-around;
}

justify_between : TailwindClass

This class maps to this CSS definition:

.justify-between {
  justify-content: space-between;
}

justify_center : TailwindClass

This class maps to this CSS definition:

.justify-center {
  justify-content: center;
}

justify_end : TailwindClass

This class maps to this CSS definition:

.justify-end {
  justify-content: flex-end;
}

justify_start : TailwindClass

This class maps to this CSS definition:

.justify-start {
  justify-content: flex-start;
}

leading_loose : TailwindClass

This class maps to this CSS definition:

.leading-loose {
  line-height: 2;
}

leading_none : TailwindClass

This class maps to this CSS definition:

.leading-none {
  line-height: 1;
}

leading_normal : TailwindClass

This class maps to this CSS definition:

.leading-normal {
  line-height: 1.5;
}

leading_tight : TailwindClass

This class maps to this CSS definition:

.leading-tight {
  line-height: 1.25;
}

line_through : TailwindClass

This class maps to this CSS definition:

.line-through {
  text-decoration: line-through;
}

list_reset : TailwindClass

This class maps to this CSS definition:

.list-reset {
  list-style: none;
  padding: 0;
}

lowercase : TailwindClass

This class maps to this CSS definition:

.lowercase {
  text-transform: lowercase;
}

m_0 : TailwindClass

This class maps to this CSS definition:

.m-0 {
  margin: 0;
}

m_1 : TailwindClass

This class maps to this CSS definition:

.m-1 {
  margin: .25rem;
}

m_10 : TailwindClass

This class maps to this CSS definition:

.m-10 {
  margin: 2.5rem;
}

m_12 : TailwindClass

This class maps to this CSS definition:

.m-12 {
  margin: 3rem;
}

m_16 : TailwindClass

This class maps to this CSS definition:

.m-16 {
  margin: 4rem;
}

m_2 : TailwindClass

This class maps to this CSS definition:

.m-2 {
  margin: .5rem;
}

m_20 : TailwindClass

This class maps to this CSS definition:

.m-20 {
  margin: 5rem;
}

m_24 : TailwindClass

This class maps to this CSS definition:

.m-24 {
  margin: 6rem;
}

m_3 : TailwindClass

This class maps to this CSS definition:

.m-3 {
  margin: .75rem;
}

m_32 : TailwindClass

This class maps to this CSS definition:

.m-32 {
  margin: 8rem;
}

m_4 : TailwindClass

This class maps to this CSS definition:

.m-4 {
  margin: 1rem;
}

m_5 : TailwindClass

This class maps to this CSS definition:

.m-5 {
  margin: 1.25rem;
}

m_6 : TailwindClass

This class maps to this CSS definition:

.m-6 {
  margin: 1.5rem;
}

m_8 : TailwindClass

This class maps to this CSS definition:

.m-8 {
  margin: 2rem;
}

m_auto : TailwindClass

This class maps to this CSS definition:

.m-auto {
  margin: auto;
}

m_px : TailwindClass

This class maps to this CSS definition:

.m-px {
  margin: 1px;
}

max_h_full : TailwindClass

This class maps to this CSS definition:

.max-h-full {
  max-height: 100%;
}

max_h_screen : TailwindClass

This class maps to this CSS definition:

.max-h-screen {
  max-height: 100vh;
}

max_w_2xl : TailwindClass

This class maps to this CSS definition:

.max-w-2xl {
  max-width: 70rem;
}

max_w_3xl : TailwindClass

This class maps to this CSS definition:

.max-w-3xl {
  max-width: 80rem;
}

max_w_4xl : TailwindClass

This class maps to this CSS definition:

.max-w-4xl {
  max-width: 90rem;
}

max_w_5xl : TailwindClass

This class maps to this CSS definition:

.max-w-5xl {
  max-width: 100rem;
}

max_w_full : TailwindClass

This class maps to this CSS definition:

.max-w-full {
  max-width: 100%;
}

max_w_lg : TailwindClass

This class maps to this CSS definition:

.max-w-lg {
  max-width: 50rem;
}

max_w_md : TailwindClass

This class maps to this CSS definition:

.max-w-md {
  max-width: 40rem;
}

max_w_sm : TailwindClass

This class maps to this CSS definition:

.max-w-sm {
  max-width: 30rem;
}

max_w_xl : TailwindClass

This class maps to this CSS definition:

.max-w-xl {
  max-width: 60rem;
}

max_w_xs : TailwindClass

This class maps to this CSS definition:

.max-w-xs {
  max-width: 20rem;
}

mb_0 : TailwindClass

This class maps to this CSS definition:

.mb-0 {
  margin-bottom: 0;
}

mb_1 : TailwindClass

This class maps to this CSS definition:

.mb-1 {
  margin-bottom: .25rem;
}

mb_10 : TailwindClass

This class maps to this CSS definition:

.mb-10 {
  margin-bottom: 2.5rem;
}

mb_12 : TailwindClass

This class maps to this CSS definition:

.mb-12 {
  margin-bottom: 3rem;
}

mb_16 : TailwindClass

This class maps to this CSS definition:

.mb-16 {
  margin-bottom: 4rem;
}

mb_2 : TailwindClass

This class maps to this CSS definition:

.mb-2 {
  margin-bottom: .5rem;
}

mb_20 : TailwindClass

This class maps to this CSS definition:

.mb-20 {
  margin-bottom: 5rem;
}

mb_24 : TailwindClass

This class maps to this CSS definition:

.mb-24 {
  margin-bottom: 6rem;
}

mb_3 : TailwindClass

This class maps to this CSS definition:

.mb-3 {
  margin-bottom: .75rem;
}

mb_32 : TailwindClass

This class maps to this CSS definition:

.mb-32 {
  margin-bottom: 8rem;
}

mb_4 : TailwindClass

This class maps to this CSS definition:

.mb-4 {
  margin-bottom: 1rem;
}

mb_5 : TailwindClass

This class maps to this CSS definition:

.mb-5 {
  margin-bottom: 1.25rem;
}

mb_6 : TailwindClass

This class maps to this CSS definition:

.mb-6 {
  margin-bottom: 1.5rem;
}

mb_8 : TailwindClass

This class maps to this CSS definition:

.mb-8 {
  margin-bottom: 2rem;
}

mb_auto : TailwindClass

This class maps to this CSS definition:

.mb-auto {
  margin-bottom: auto;
}

mb_px : TailwindClass

This class maps to this CSS definition:

.mb-px {
  margin-bottom: 1px;
}

min_h_0 : TailwindClass

This class maps to this CSS definition:

.min-h-0 {
  min-height: 0;
}

min_h_full : TailwindClass

This class maps to this CSS definition:

.min-h-full {
  min-height: 100%;
}

min_h_screen : TailwindClass

This class maps to this CSS definition:

.min-h-screen {
  min-height: 100vh;
}

min_w_0 : TailwindClass

This class maps to this CSS definition:

.min-w-0 {
  min-width: 0;
}

min_w_full : TailwindClass

This class maps to this CSS definition:

.min-w-full {
  min-width: 100%;
}

ml_0 : TailwindClass

This class maps to this CSS definition:

.ml-0 {
  margin-left: 0;
}

ml_1 : TailwindClass

This class maps to this CSS definition:

.ml-1 {
  margin-left: .25rem;
}

ml_10 : TailwindClass

This class maps to this CSS definition:

.ml-10 {
  margin-left: 2.5rem;
}

ml_12 : TailwindClass

This class maps to this CSS definition:

.ml-12 {
  margin-left: 3rem;
}

ml_16 : TailwindClass

This class maps to this CSS definition:

.ml-16 {
  margin-left: 4rem;
}

ml_2 : TailwindClass

This class maps to this CSS definition:

.ml-2 {
  margin-left: .5rem;
}

ml_20 : TailwindClass

This class maps to this CSS definition:

.ml-20 {
  margin-left: 5rem;
}

ml_24 : TailwindClass

This class maps to this CSS definition:

.ml-24 {
  margin-left: 6rem;
}

ml_3 : TailwindClass

This class maps to this CSS definition:

.ml-3 {
  margin-left: .75rem;
}

ml_32 : TailwindClass

This class maps to this CSS definition:

.ml-32 {
  margin-left: 8rem;
}

ml_4 : TailwindClass

This class maps to this CSS definition:

.ml-4 {
  margin-left: 1rem;
}

ml_5 : TailwindClass

This class maps to this CSS definition:

.ml-5 {
  margin-left: 1.25rem;
}

ml_6 : TailwindClass

This class maps to this CSS definition:

.ml-6 {
  margin-left: 1.5rem;
}

ml_8 : TailwindClass

This class maps to this CSS definition:

.ml-8 {
  margin-left: 2rem;
}

ml_auto : TailwindClass

This class maps to this CSS definition:

.ml-auto {
  margin-left: auto;
}

ml_px : TailwindClass

This class maps to this CSS definition:

.ml-px {
  margin-left: 1px;
}

mr_0 : TailwindClass

This class maps to this CSS definition:

.mr-0 {
  margin-right: 0;
}

mr_1 : TailwindClass

This class maps to this CSS definition:

.mr-1 {
  margin-right: .25rem;
}

mr_10 : TailwindClass

This class maps to this CSS definition:

.mr-10 {
  margin-right: 2.5rem;
}

mr_12 : TailwindClass

This class maps to this CSS definition:

.mr-12 {
  margin-right: 3rem;
}

mr_16 : TailwindClass

This class maps to this CSS definition:

.mr-16 {
  margin-right: 4rem;
}

mr_2 : TailwindClass

This class maps to this CSS definition:

.mr-2 {
  margin-right: .5rem;
}

mr_20 : TailwindClass

This class maps to this CSS definition:

.mr-20 {
  margin-right: 5rem;
}

mr_24 : TailwindClass

This class maps to this CSS definition:

.mr-24 {
  margin-right: 6rem;
}

mr_3 : TailwindClass

This class maps to this CSS definition:

.mr-3 {
  margin-right: .75rem;
}

mr_32 : TailwindClass

This class maps to this CSS definition:

.mr-32 {
  margin-right: 8rem;
}

mr_4 : TailwindClass

This class maps to this CSS definition:

.mr-4 {
  margin-right: 1rem;
}

mr_5 : TailwindClass

This class maps to this CSS definition:

.mr-5 {
  margin-right: 1.25rem;
}

mr_6 : TailwindClass

This class maps to this CSS definition:

.mr-6 {
  margin-right: 1.5rem;
}

mr_8 : TailwindClass

This class maps to this CSS definition:

.mr-8 {
  margin-right: 2rem;
}

mr_auto : TailwindClass

This class maps to this CSS definition:

.mr-auto {
  margin-right: auto;
}

mr_px : TailwindClass

This class maps to this CSS definition:

.mr-px {
  margin-right: 1px;
}

mt_0 : TailwindClass

This class maps to this CSS definition:

.mt-0 {
  margin-top: 0;
}

mt_1 : TailwindClass

This class maps to this CSS definition:

.mt-1 {
  margin-top: .25rem;
}

mt_10 : TailwindClass

This class maps to this CSS definition:

.mt-10 {
  margin-top: 2.5rem;
}

mt_12 : TailwindClass

This class maps to this CSS definition:

.mt-12 {
  margin-top: 3rem;
}

mt_16 : TailwindClass

This class maps to this CSS definition:

.mt-16 {
  margin-top: 4rem;
}

mt_2 : TailwindClass

This class maps to this CSS definition:

.mt-2 {
  margin-top: .5rem;
}

mt_20 : TailwindClass

This class maps to this CSS definition:

.mt-20 {
  margin-top: 5rem;
}

mt_24 : TailwindClass

This class maps to this CSS definition:

.mt-24 {
  margin-top: 6rem;
}

mt_3 : TailwindClass

This class maps to this CSS definition:

.mt-3 {
  margin-top: .75rem;
}

mt_32 : TailwindClass

This class maps to this CSS definition:

.mt-32 {
  margin-top: 8rem;
}

mt_4 : TailwindClass

This class maps to this CSS definition:

.mt-4 {
  margin-top: 1rem;
}

mt_5 : TailwindClass

This class maps to this CSS definition:

.mt-5 {
  margin-top: 1.25rem;
}

mt_6 : TailwindClass

This class maps to this CSS definition:

.mt-6 {
  margin-top: 1.5rem;
}

mt_8 : TailwindClass

This class maps to this CSS definition:

.mt-8 {
  margin-top: 2rem;
}

mt_auto : TailwindClass

This class maps to this CSS definition:

.mt-auto {
  margin-top: auto;
}

mt_px : TailwindClass

This class maps to this CSS definition:

.mt-px {
  margin-top: 1px;
}

mx_0 : TailwindClass

This class maps to this CSS definition:

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

mx_1 : TailwindClass

This class maps to this CSS definition:

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

mx_10 : TailwindClass

This class maps to this CSS definition:

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

mx_12 : TailwindClass

This class maps to this CSS definition:

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

mx_16 : TailwindClass

This class maps to this CSS definition:

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

mx_2 : TailwindClass

This class maps to this CSS definition:

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

mx_20 : TailwindClass

This class maps to this CSS definition:

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

mx_24 : TailwindClass

This class maps to this CSS definition:

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

mx_3 : TailwindClass

This class maps to this CSS definition:

.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem;
}

mx_32 : TailwindClass

This class maps to this CSS definition:

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

mx_4 : TailwindClass

This class maps to this CSS definition:

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

mx_5 : TailwindClass

This class maps to this CSS definition:

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

mx_6 : TailwindClass

This class maps to this CSS definition:

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

mx_8 : TailwindClass

This class maps to this CSS definition:

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

mx_auto : TailwindClass

This class maps to this CSS definition:

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

mx_px : TailwindClass

This class maps to this CSS definition:

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

my_0 : TailwindClass

This class maps to this CSS definition:

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

my_1 : TailwindClass

This class maps to this CSS definition:

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

my_10 : TailwindClass

This class maps to this CSS definition:

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

my_12 : TailwindClass

This class maps to this CSS definition:

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

my_16 : TailwindClass

This class maps to this CSS definition:

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

my_2 : TailwindClass

This class maps to this CSS definition:

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

my_20 : TailwindClass

This class maps to this CSS definition:

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

my_24 : TailwindClass

This class maps to this CSS definition:

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

my_3 : TailwindClass

This class maps to this CSS definition:

.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

my_32 : TailwindClass

This class maps to this CSS definition:

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

my_4 : TailwindClass

This class maps to this CSS definition:

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

my_5 : TailwindClass

This class maps to this CSS definition:

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

my_6 : TailwindClass

This class maps to this CSS definition:

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

my_8 : TailwindClass

This class maps to this CSS definition:

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

my_auto : TailwindClass

This class maps to this CSS definition:

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

my_px : TailwindClass

This class maps to this CSS definition:

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

no_underline : TailwindClass

This class maps to this CSS definition:

.no-underline {
  text-decoration: none;
}

normal_case : TailwindClass

This class maps to this CSS definition:

.normal-case {
  text-transform: none;
}

opacity_0 : TailwindClass

This class maps to this CSS definition:

.opacity-0 {
  opacity: 0;
}

opacity_100 : TailwindClass

This class maps to this CSS definition:

.opacity-100 {
  opacity: 1;
}

opacity_25 : TailwindClass

This class maps to this CSS definition:

.opacity-25 {
  opacity: .25;
}

opacity_50 : TailwindClass

This class maps to this CSS definition:

.opacity-50 {
  opacity: .5;
}

opacity_75 : TailwindClass

This class maps to this CSS definition:

.opacity-75 {
  opacity: .75;
}

outline_none : TailwindClass

This class maps to this CSS definition:

.outline-none {
  outline: 0;
}

overflow_auto : TailwindClass

This class maps to this CSS definition:

.overflow-auto {
  overflow: auto;
}

overflow_hidden : TailwindClass

This class maps to this CSS definition:

.overflow-hidden {
  overflow: hidden;
}

overflow_scroll : TailwindClass

This class maps to this CSS definition:

.overflow-scroll {
  overflow: scroll;
}

overflow_visible : TailwindClass

This class maps to this CSS definition:

.overflow-visible {
  overflow: visible;
}

overflow_x_auto : TailwindClass

This class maps to this CSS definition:

.overflow-x-auto {
  overflow-x: auto;
}

overflow_x_hidden : TailwindClass

This class maps to this CSS definition:

.overflow-x-hidden {
  overflow-x: hidden;
}

overflow_x_scroll : TailwindClass

This class maps to this CSS definition:

.overflow-x-scroll {
  overflow-x: scroll;
}

overflow_x_visible : TailwindClass

This class maps to this CSS definition:

.overflow-x-visible {
  overflow-x: visible;
}

overflow_y_auto : TailwindClass

This class maps to this CSS definition:

.overflow-y-auto {
  overflow-y: auto;
}

overflow_y_hidden : TailwindClass

This class maps to this CSS definition:

.overflow-y-hidden {
  overflow-y: hidden;
}

overflow_y_scroll : TailwindClass

This class maps to this CSS definition:

.overflow-y-scroll {
  overflow-y: scroll;
}

overflow_y_visible : TailwindClass

This class maps to this CSS definition:

.overflow-y-visible {
  overflow-y: visible;
}

p_0 : TailwindClass

This class maps to this CSS definition:

.p-0 {
  padding: 0;
}

p_1 : TailwindClass

This class maps to this CSS definition:

.p-1 {
  padding: .25rem;
}

p_10 : TailwindClass

This class maps to this CSS definition:

.p-10 {
  padding: 2.5rem;
}

p_12 : TailwindClass

This class maps to this CSS definition:

.p-12 {
  padding: 3rem;
}

p_16 : TailwindClass

This class maps to this CSS definition:

.p-16 {
  padding: 4rem;
}

p_2 : TailwindClass

This class maps to this CSS definition:

.p-2 {
  padding: .5rem;
}

p_20 : TailwindClass

This class maps to this CSS definition:

.p-20 {
  padding: 5rem;
}

p_24 : TailwindClass

This class maps to this CSS definition:

.p-24 {
  padding: 6rem;
}

p_3 : TailwindClass

This class maps to this CSS definition:

.p-3 {
  padding: .75rem;
}

p_32 : TailwindClass

This class maps to this CSS definition:

.p-32 {
  padding: 8rem;
}

p_4 : TailwindClass

This class maps to this CSS definition:

.p-4 {
  padding: 1rem;
}

p_5 : TailwindClass

This class maps to this CSS definition:

.p-5 {
  padding: 1.25rem;
}

p_6 : TailwindClass

This class maps to this CSS definition:

.p-6 {
  padding: 1.5rem;
}

p_8 : TailwindClass

This class maps to this CSS definition:

.p-8 {
  padding: 2rem;
}

p_px : TailwindClass

This class maps to this CSS definition:

.p-px {
  padding: 1px;
}

pb_0 : TailwindClass

This class maps to this CSS definition:

.pb-0 {
  padding-bottom: 0;
}

pb_1 : TailwindClass

This class maps to this CSS definition:

.pb-1 {
  padding-bottom: .25rem;
}

pb_10 : TailwindClass

This class maps to this CSS definition:

.pb-10 {
  padding-bottom: 2.5rem;
}

pb_12 : TailwindClass

This class maps to this CSS definition:

.pb-12 {
  padding-bottom: 3rem;
}

pb_16 : TailwindClass

This class maps to this CSS definition:

.pb-16 {
  padding-bottom: 4rem;
}

pb_2 : TailwindClass

This class maps to this CSS definition:

.pb-2 {
  padding-bottom: .5rem;
}

pb_20 : TailwindClass

This class maps to this CSS definition:

.pb-20 {
  padding-bottom: 5rem;
}

pb_24 : TailwindClass

This class maps to this CSS definition:

.pb-24 {
  padding-bottom: 6rem;
}

pb_3 : TailwindClass

This class maps to this CSS definition:

.pb-3 {
  padding-bottom: .75rem;
}

pb_32 : TailwindClass

This class maps to this CSS definition:

.pb-32 {
  padding-bottom: 8rem;
}

pb_4 : TailwindClass

This class maps to this CSS definition:

.pb-4 {
  padding-bottom: 1rem;
}

pb_5 : TailwindClass

This class maps to this CSS definition:

.pb-5 {
  padding-bottom: 1.25rem;
}

pb_6 : TailwindClass

This class maps to this CSS definition:

.pb-6 {
  padding-bottom: 1.5rem;
}

pb_8 : TailwindClass

This class maps to this CSS definition:

.pb-8 {
  padding-bottom: 2rem;
}

pb_px : TailwindClass

This class maps to this CSS definition:

.pb-px {
  padding-bottom: 1px;
}

pin : TailwindClass

This class maps to this CSS definition:

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

pin_b : TailwindClass

This class maps to this CSS definition:

.pin-b {
  bottom: 0;
}

pin_l : TailwindClass

This class maps to this CSS definition:

.pin-l {
  left: 0;
}

pin_none : TailwindClass

This class maps to this CSS definition:

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

pin_r : TailwindClass

This class maps to this CSS definition:

.pin-r {
  right: 0;
}

pin_t : TailwindClass

This class maps to this CSS definition:

.pin-t {
  top: 0;
}

pin_x : TailwindClass

This class maps to this CSS definition:

.pin-x {
  right: 0;
  left: 0;
}

pin_y : TailwindClass

This class maps to this CSS definition:

.pin-y {
  top: 0;
  bottom: 0;
}

pl_0 : TailwindClass

This class maps to this CSS definition:

.pl-0 {
  padding-left: 0;
}

pl_1 : TailwindClass

This class maps to this CSS definition:

.pl-1 {
  padding-left: .25rem;
}

pl_10 : TailwindClass

This class maps to this CSS definition:

.pl-10 {
  padding-left: 2.5rem;
}

pl_12 : TailwindClass

This class maps to this CSS definition:

.pl-12 {
  padding-left: 3rem;
}

pl_16 : TailwindClass

This class maps to this CSS definition:

.pl-16 {
  padding-left: 4rem;
}

pl_2 : TailwindClass

This class maps to this CSS definition:

.pl-2 {
  padding-left: .5rem;
}

pl_20 : TailwindClass

This class maps to this CSS definition:

.pl-20 {
  padding-left: 5rem;
}

pl_24 : TailwindClass

This class maps to this CSS definition:

.pl-24 {
  padding-left: 6rem;
}

pl_3 : TailwindClass

This class maps to this CSS definition:

.pl-3 {
  padding-left: .75rem;
}

pl_32 : TailwindClass

This class maps to this CSS definition:

.pl-32 {
  padding-left: 8rem;
}

pl_4 : TailwindClass

This class maps to this CSS definition:

.pl-4 {
  padding-left: 1rem;
}

pl_5 : TailwindClass

This class maps to this CSS definition:

.pl-5 {
  padding-left: 1.25rem;
}

pl_6 : TailwindClass

This class maps to this CSS definition:

.pl-6 {
  padding-left: 1.5rem;
}

pl_8 : TailwindClass

This class maps to this CSS definition:

.pl-8 {
  padding-left: 2rem;
}

pl_px : TailwindClass

This class maps to this CSS definition:

.pl-px {
  padding-left: 1px;
}

pointer_events_auto : TailwindClass

This class maps to this CSS definition:

.pointer-events-auto {
  pointer-events: auto;
}

pointer_events_none : TailwindClass

This class maps to this CSS definition:

.pointer-events-none {
  pointer-events: none;
}

pr_0 : TailwindClass

This class maps to this CSS definition:

.pr-0 {
  padding-right: 0;
}

pr_1 : TailwindClass

This class maps to this CSS definition:

.pr-1 {
  padding-right: .25rem;
}

pr_10 : TailwindClass

This class maps to this CSS definition:

.pr-10 {
  padding-right: 2.5rem;
}

pr_12 : TailwindClass

This class maps to this CSS definition:

.pr-12 {
  padding-right: 3rem;
}

pr_16 : TailwindClass

This class maps to this CSS definition:

.pr-16 {
  padding-right: 4rem;
}

pr_2 : TailwindClass

This class maps to this CSS definition:

.pr-2 {
  padding-right: .5rem;
}

pr_20 : TailwindClass

This class maps to this CSS definition:

.pr-20 {
  padding-right: 5rem;
}

pr_24 : TailwindClass

This class maps to this CSS definition:

.pr-24 {
  padding-right: 6rem;
}

pr_3 : TailwindClass

This class maps to this CSS definition:

.pr-3 {
  padding-right: .75rem;
}

pr_32 : TailwindClass

This class maps to this CSS definition:

.pr-32 {
  padding-right: 8rem;
}

pr_4 : TailwindClass

This class maps to this CSS definition:

.pr-4 {
  padding-right: 1rem;
}

pr_5 : TailwindClass

This class maps to this CSS definition:

.pr-5 {
  padding-right: 1.25rem;
}

pr_6 : TailwindClass

This class maps to this CSS definition:

.pr-6 {
  padding-right: 1.5rem;
}

pr_8 : TailwindClass

This class maps to this CSS definition:

.pr-8 {
  padding-right: 2rem;
}

pr_px : TailwindClass

This class maps to this CSS definition:

.pr-px {
  padding-right: 1px;
}

pt_0 : TailwindClass

This class maps to this CSS definition:

.pt-0 {
  padding-top: 0;
}

pt_1 : TailwindClass

This class maps to this CSS definition:

.pt-1 {
  padding-top: .25rem;
}

pt_10 : TailwindClass

This class maps to this CSS definition:

.pt-10 {
  padding-top: 2.5rem;
}

pt_12 : TailwindClass

This class maps to this CSS definition:

.pt-12 {
  padding-top: 3rem;
}

pt_16 : TailwindClass

This class maps to this CSS definition:

.pt-16 {
  padding-top: 4rem;
}

pt_2 : TailwindClass

This class maps to this CSS definition:

.pt-2 {
  padding-top: .5rem;
}

pt_20 : TailwindClass

This class maps to this CSS definition:

.pt-20 {
  padding-top: 5rem;
}

pt_24 : TailwindClass

This class maps to this CSS definition:

.pt-24 {
  padding-top: 6rem;
}

pt_3 : TailwindClass

This class maps to this CSS definition:

.pt-3 {
  padding-top: .75rem;
}

pt_32 : TailwindClass

This class maps to this CSS definition:

.pt-32 {
  padding-top: 8rem;
}

pt_4 : TailwindClass

This class maps to this CSS definition:

.pt-4 {
  padding-top: 1rem;
}

pt_5 : TailwindClass

This class maps to this CSS definition:

.pt-5 {
  padding-top: 1.25rem;
}

pt_6 : TailwindClass

This class maps to this CSS definition:

.pt-6 {
  padding-top: 1.5rem;
}

pt_8 : TailwindClass

This class maps to this CSS definition:

.pt-8 {
  padding-top: 2rem;
}

pt_px : TailwindClass

This class maps to this CSS definition:

.pt-px {
  padding-top: 1px;
}

px_0 : TailwindClass

This class maps to this CSS definition:

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

px_1 : TailwindClass

This class maps to this CSS definition:

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

px_10 : TailwindClass

This class maps to this CSS definition:

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

px_12 : TailwindClass

This class maps to this CSS definition:

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

px_16 : TailwindClass

This class maps to this CSS definition:

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

px_2 : TailwindClass

This class maps to this CSS definition:

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

px_20 : TailwindClass

This class maps to this CSS definition:

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

px_24 : TailwindClass

This class maps to this CSS definition:

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

px_3 : TailwindClass

This class maps to this CSS definition:

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

px_32 : TailwindClass

This class maps to this CSS definition:

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

px_4 : TailwindClass

This class maps to this CSS definition:

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

px_5 : TailwindClass

This class maps to this CSS definition:

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

px_6 : TailwindClass

This class maps to this CSS definition:

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

px_8 : TailwindClass

This class maps to this CSS definition:

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

px_px : TailwindClass

This class maps to this CSS definition:

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

py_0 : TailwindClass

This class maps to this CSS definition:

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

py_1 : TailwindClass

This class maps to this CSS definition:

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

py_10 : TailwindClass

This class maps to this CSS definition:

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

py_12 : TailwindClass

This class maps to this CSS definition:

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

py_16 : TailwindClass

This class maps to this CSS definition:

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

py_2 : TailwindClass

This class maps to this CSS definition:

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

py_20 : TailwindClass

This class maps to this CSS definition:

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

py_24 : TailwindClass

This class maps to this CSS definition:

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

py_3 : TailwindClass

This class maps to this CSS definition:

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

py_32 : TailwindClass

This class maps to this CSS definition:

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

py_4 : TailwindClass

This class maps to this CSS definition:

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

py_5 : TailwindClass

This class maps to this CSS definition:

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

py_6 : TailwindClass

This class maps to this CSS definition:

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

py_8 : TailwindClass

This class maps to this CSS definition:

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

py_px : TailwindClass

This class maps to this CSS definition:

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

relative : TailwindClass

This class maps to this CSS definition:

.relative {
  position: relative;
}

resize : TailwindClass

This class maps to this CSS definition:

.resize {
  resize: both;
}

resize_none : TailwindClass

This class maps to this CSS definition:

.resize-none {
  resize: none;
}

resize_x : TailwindClass

This class maps to this CSS definition:

.resize-x {
  resize: horizontal;
}

resize_y : TailwindClass

This class maps to this CSS definition:

.resize-y {
  resize: vertical;
}

roman : TailwindClass

This class maps to this CSS definition:

.roman {
  font-style: normal;
}

rounded : TailwindClass

This class maps to this CSS definition:

.rounded {
  border-radius: .25rem;
}

rounded_b : TailwindClass

This class maps to this CSS definition:

.rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

rounded_b_full : TailwindClass

This class maps to this CSS definition:

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

rounded_b_lg : TailwindClass

This class maps to this CSS definition:

.rounded-b-lg {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

rounded_b_none : TailwindClass

This class maps to this CSS definition:

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

rounded_b_sm : TailwindClass

This class maps to this CSS definition:

.rounded-b-sm {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

rounded_bl : TailwindClass

This class maps to this CSS definition:

.rounded-bl {
  border-bottom-left-radius: .25rem;
}

rounded_bl_full : TailwindClass

This class maps to this CSS definition:

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

rounded_bl_lg : TailwindClass

This class maps to this CSS definition:

.rounded-bl-lg {
  border-bottom-left-radius: .5rem;
}

rounded_bl_none : TailwindClass

This class maps to this CSS definition:

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

rounded_bl_sm : TailwindClass

This class maps to this CSS definition:

.rounded-bl-sm {
  border-bottom-left-radius: .125rem;
}

rounded_br : TailwindClass

This class maps to this CSS definition:

.rounded-br {
  border-bottom-right-radius: .25rem;
}

rounded_br_full : TailwindClass

This class maps to this CSS definition:

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

rounded_br_lg : TailwindClass

This class maps to this CSS definition:

.rounded-br-lg {
  border-bottom-right-radius: .5rem;
}

rounded_br_none : TailwindClass

This class maps to this CSS definition:

.rounded-br-none {
  border-bottom-right-radius: 0;
}

rounded_br_sm : TailwindClass

This class maps to this CSS definition:

.rounded-br-sm {
  border-bottom-right-radius: .125rem;
}

rounded_full : TailwindClass

This class maps to this CSS definition:

.rounded-full {
  border-radius: 9999px;
}

rounded_l : TailwindClass

This class maps to this CSS definition:

.rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

rounded_l_full : TailwindClass

This class maps to this CSS definition:

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

rounded_l_lg : TailwindClass

This class maps to this CSS definition:

.rounded-l-lg {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

rounded_l_none : TailwindClass

This class maps to this CSS definition:

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

rounded_l_sm : TailwindClass

This class maps to this CSS definition:

.rounded-l-sm {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

rounded_lg : TailwindClass

This class maps to this CSS definition:

.rounded-lg {
  border-radius: .5rem;
}

rounded_none : TailwindClass

This class maps to this CSS definition:

.rounded-none {
  border-radius: 0;
}

rounded_r : TailwindClass

This class maps to this CSS definition:

.rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

rounded_r_full : TailwindClass

This class maps to this CSS definition:

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

rounded_r_lg : TailwindClass

This class maps to this CSS definition:

.rounded-r-lg {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

rounded_r_none : TailwindClass

This class maps to this CSS definition:

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

rounded_r_sm : TailwindClass

This class maps to this CSS definition:

.rounded-r-sm {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}

rounded_sm : TailwindClass

This class maps to this CSS definition:

.rounded-sm {
  border-radius: .125rem;
}

rounded_t : TailwindClass

This class maps to this CSS definition:

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

rounded_t_full : TailwindClass

This class maps to this CSS definition:

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

rounded_t_lg : TailwindClass

This class maps to this CSS definition:

.rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

rounded_t_none : TailwindClass

This class maps to this CSS definition:

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

rounded_t_sm : TailwindClass

This class maps to this CSS definition:

.rounded-t-sm {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem;
}

rounded_tl : TailwindClass

This class maps to this CSS definition:

.rounded-tl {
  border-top-left-radius: .25rem;
}

rounded_tl_full : TailwindClass

This class maps to this CSS definition:

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

rounded_tl_lg : TailwindClass

This class maps to this CSS definition:

.rounded-tl-lg {
  border-top-left-radius: .5rem;
}

rounded_tl_none : TailwindClass

This class maps to this CSS definition:

.rounded-tl-none {
  border-top-left-radius: 0;
}

rounded_tl_sm : TailwindClass

This class maps to this CSS definition:

.rounded-tl-sm {
  border-top-left-radius: .125rem;
}

rounded_tr : TailwindClass

This class maps to this CSS definition:

.rounded-tr {
  border-top-right-radius: .25rem;
}

rounded_tr_full : TailwindClass

This class maps to this CSS definition:

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

rounded_tr_lg : TailwindClass

This class maps to this CSS definition:

.rounded-tr-lg {
  border-top-right-radius: .5rem;
}

rounded_tr_none : TailwindClass

This class maps to this CSS definition:

.rounded-tr-none {
  border-top-right-radius: 0;
}

rounded_tr_sm : TailwindClass

This class maps to this CSS definition:

.rounded-tr-sm {
  border-top-right-radius: .125rem;
}

scrolling_auto : TailwindClass

This class maps to this CSS definition:

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

scrolling_touch : TailwindClass

This class maps to this CSS definition:

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

select_none : TailwindClass

This class maps to this CSS definition:

.select-none {
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

select_text : TailwindClass

This class maps to this CSS definition:

.select-text {
-webkit-user-select: text;
   -moz-user-select: text;
    -ms-user-select: text;
        user-select: text;
}

self_auto : TailwindClass

This class maps to this CSS definition:

.self-auto {
  align-self: auto;
}

self_center : TailwindClass

This class maps to this CSS definition:

.self-center {
  align-self: center;
}

self_end : TailwindClass

This class maps to this CSS definition:

.self-end {
  align-self: flex-end;
}

self_start : TailwindClass

This class maps to this CSS definition:

.self-start {
  align-self: flex-start;
}

self_stretch : TailwindClass

This class maps to this CSS definition:

.self-stretch {
  align-self: stretch;
}

shadow : TailwindClass

This class maps to this CSS definition:

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

shadow_inner : TailwindClass

This class maps to this CSS definition:

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

shadow_lg : TailwindClass

This class maps to this CSS definition:

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

shadow_md : TailwindClass

This class maps to this CSS definition:

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

shadow_none : TailwindClass

This class maps to this CSS definition:

.shadow-none {
  box-shadow: none;
}

shadow_outline : TailwindClass

This class maps to this CSS definition:

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

static : TailwindClass

This class maps to this CSS definition:

.static {
  position: static;
}

sticky : TailwindClass

This class maps to this CSS definition:

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

stroke_current : TailwindClass

This class maps to this CSS definition:

.stroke-current {
  stroke: currentColor;
}

subpixel_antialiased : TailwindClass

This class maps to this CSS definition:

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

table : TailwindClass

This class maps to this CSS definition:

.table {
  display: table;
}

table_cell : TailwindClass

This class maps to this CSS definition:

.table-cell {
  display: table-cell;
}

table_row : TailwindClass

This class maps to this CSS definition:

.table-row {
  display: table-row;
}

text_2xl : TailwindClass

This class maps to this CSS definition:

.text-2xl {
  font-size: 1.5rem;
}

text_3xl : TailwindClass

This class maps to this CSS definition:

.text-3xl {
  font-size: 1.875rem;
}

text_4xl : TailwindClass

This class maps to this CSS definition:

.text-4xl {
  font-size: 2.25rem;
}

text_5xl : TailwindClass

This class maps to this CSS definition:

.text-5xl {
  font-size: 3rem;
}

text_base : TailwindClass

This class maps to this CSS definition:

.text-base {
  font-size: 1rem;
}

text_black : TailwindClass

This class maps to this CSS definition:

.text-black {
  color: #22292f;
}

text_blue : TailwindClass

This class maps to this CSS definition:

.text-blue {
  color: #3490dc;
}

text_blue_dark : TailwindClass

This class maps to this CSS definition:

.text-blue-dark {
  color: #2779bd;
}

text_blue_darker : TailwindClass

This class maps to this CSS definition:

.text-blue-darker {
  color: #1c3d5a;
}

text_blue_darkest : TailwindClass

This class maps to this CSS definition:

.text-blue-darkest {
  color: #12283a;
}

text_blue_light : TailwindClass

This class maps to this CSS definition:

.text-blue-light {
  color: #6cb2eb;
}

text_blue_lighter : TailwindClass

This class maps to this CSS definition:

.text-blue-lighter {
  color: #bcdefa;
}

text_blue_lightest : TailwindClass

This class maps to this CSS definition:

.text-blue-lightest {
  color: #eff8ff;
}

text_center : TailwindClass

This class maps to this CSS definition:

.text-center {
  text-align: center;
}

text_green : TailwindClass

This class maps to this CSS definition:

.text-green {
  color: #38c172;
}

text_green_dark : TailwindClass

This class maps to this CSS definition:

.text-green-dark {
  color: #1f9d55;
}

text_green_darker : TailwindClass

This class maps to this CSS definition:

.text-green-darker {
  color: #1a4731;
}

text_green_darkest : TailwindClass

This class maps to this CSS definition:

.text-green-darkest {
  color: #0f2f21;
}

text_green_light : TailwindClass

This class maps to this CSS definition:

.text-green-light {
  color: #51d88a;
}

text_green_lighter : TailwindClass

This class maps to this CSS definition:

.text-green-lighter {
  color: #a2f5bf;
}

text_green_lightest : TailwindClass

This class maps to this CSS definition:

.text-green-lightest {
  color: #e3fcec;
}

text_grey : TailwindClass

This class maps to this CSS definition:

.text-grey {
  color: #b8c2cc;
}

text_grey_dark : TailwindClass

This class maps to this CSS definition:

.text-grey-dark {
  color: #8795a1;
}

text_grey_darker : TailwindClass

This class maps to this CSS definition:

.text-grey-darker {
  color: #606f7b;
}

text_grey_darkest : TailwindClass

This class maps to this CSS definition:

.text-grey-darkest {
  color: #3d4852;
}

text_grey_light : TailwindClass

This class maps to this CSS definition:

.text-grey-light {
  color: #dae1e7;
}

text_grey_lighter : TailwindClass

This class maps to this CSS definition:

.text-grey-lighter {
  color: #f1f5f8;
}

text_grey_lightest : TailwindClass

This class maps to this CSS definition:

.text-grey-lightest {
  color: #f8fafc;
}

text_indigo : TailwindClass

This class maps to this CSS definition:

.text-indigo {
  color: #6574cd;
}

text_indigo_dark : TailwindClass

This class maps to this CSS definition:

.text-indigo-dark {
  color: #5661b3;
}

text_indigo_darker : TailwindClass

This class maps to this CSS definition:

.text-indigo-darker {
  color: #2f365f;
}

text_indigo_darkest : TailwindClass

This class maps to this CSS definition:

.text-indigo-darkest {
  color: #191e38;
}

text_indigo_light : TailwindClass

This class maps to this CSS definition:

.text-indigo-light {
  color: #7886d7;
}

text_indigo_lighter : TailwindClass

This class maps to this CSS definition:

.text-indigo-lighter {
  color: #b2b7ff;
}

text_indigo_lightest : TailwindClass

This class maps to this CSS definition:

.text-indigo-lightest {
  color: #e6e8ff;
}

text_justify : TailwindClass

This class maps to this CSS definition:

.text-justify {
  text-align: justify;
}

text_left : TailwindClass

This class maps to this CSS definition:

.text-left {
  text-align: left;
}

text_lg : TailwindClass

This class maps to this CSS definition:

.text-lg {
  font-size: 1.125rem;
}

text_orange : TailwindClass

This class maps to this CSS definition:

.text-orange {
  color: #f6993f;
}

text_orange_dark : TailwindClass

This class maps to this CSS definition:

.text-orange-dark {
  color: #de751f;
}

text_orange_darker : TailwindClass

This class maps to this CSS definition:

.text-orange-darker {
  color: #613b1f;
}

text_orange_darkest : TailwindClass

This class maps to this CSS definition:

.text-orange-darkest {
  color: #462a16;
}

text_orange_light : TailwindClass

This class maps to this CSS definition:

.text-orange-light {
  color: #faad63;
}

text_orange_lighter : TailwindClass

This class maps to this CSS definition:

.text-orange-lighter {
  color: #fcd9b6;
}

text_orange_lightest : TailwindClass

This class maps to this CSS definition:

.text-orange-lightest {
  color: #fff5eb;
}

text_pink : TailwindClass

This class maps to this CSS definition:

.text-pink {
  color: #f66d9b;
}

text_pink_dark : TailwindClass

This class maps to this CSS definition:

.text-pink-dark {
  color: #eb5286;
}

text_pink_darker : TailwindClass

This class maps to this CSS definition:

.text-pink-darker {
  color: #6f213f;
}

text_pink_darkest : TailwindClass

This class maps to this CSS definition:

.text-pink-darkest {
  color: #451225;
}

text_pink_light : TailwindClass

This class maps to this CSS definition:

.text-pink-light {
  color: #fa7ea8;
}

text_pink_lighter : TailwindClass

This class maps to this CSS definition:

.text-pink-lighter {
  color: #ffbbca;
}

text_pink_lightest : TailwindClass

This class maps to this CSS definition:

.text-pink-lightest {
  color: #ffebef;
}

text_purple : TailwindClass

This class maps to this CSS definition:

.text-purple {
  color: #9561e2;
}

text_purple_dark : TailwindClass

This class maps to this CSS definition:

.text-purple-dark {
  color: #794acf;
}

text_purple_darker : TailwindClass

This class maps to this CSS definition:

.text-purple-darker {
  color: #382b5f;
}

text_purple_darkest : TailwindClass

This class maps to this CSS definition:

.text-purple-darkest {
  color: #21183c;
}

text_purple_light : TailwindClass

This class maps to this CSS definition:

.text-purple-light {
  color: #a779e9;
}

text_purple_lighter : TailwindClass

This class maps to this CSS definition:

.text-purple-lighter {
  color: #d6bbfc;
}

text_purple_lightest : TailwindClass

This class maps to this CSS definition:

.text-purple-lightest {
  color: #f3ebff;
}

text_red : TailwindClass

This class maps to this CSS definition:

.text-red {
  color: #e3342f;
}

text_red_dark : TailwindClass

This class maps to this CSS definition:

.text-red-dark {
  color: #cc1f1a;
}

text_red_darker : TailwindClass

This class maps to this CSS definition:

.text-red-darker {
  color: #621b18;
}

text_red_darkest : TailwindClass

This class maps to this CSS definition:

.text-red-darkest {
  color: #3b0d0c;
}

text_red_light : TailwindClass

This class maps to this CSS definition:

.text-red-light {
  color: #ef5753;
}

text_red_lighter : TailwindClass

This class maps to this CSS definition:

.text-red-lighter {
  color: #f9acaa;
}

text_red_lightest : TailwindClass

This class maps to this CSS definition:

.text-red-lightest {
  color: #fcebea;
}

text_right : TailwindClass

This class maps to this CSS definition:

.text-right {
  text-align: right;
}

text_sm : TailwindClass

This class maps to this CSS definition:

.text-sm {
  font-size: .875rem;
}

text_teal : TailwindClass

This class maps to this CSS definition:

.text-teal {
  color: #4dc0b5;
}

text_teal_dark : TailwindClass

This class maps to this CSS definition:

.text-teal-dark {
  color: #38a89d;
}

text_teal_darker : TailwindClass

This class maps to this CSS definition:

.text-teal-darker {
  color: #20504f;
}

text_teal_darkest : TailwindClass

This class maps to this CSS definition:

.text-teal-darkest {
  color: #0d3331;
}

text_teal_light : TailwindClass

This class maps to this CSS definition:

.text-teal-light {
  color: #64d5ca;
}

text_teal_lighter : TailwindClass

This class maps to this CSS definition:

.text-teal-lighter {
  color: #a0f0ed;
}

text_teal_lightest : TailwindClass

This class maps to this CSS definition:

.text-teal-lightest {
  color: #e8fffe;
}

text_transparent : TailwindClass

This class maps to this CSS definition:

.text-transparent {
  color: transparent;
}

text_white : TailwindClass

This class maps to this CSS definition:

.text-white {
  color: #fff;
}

text_xl : TailwindClass

This class maps to this CSS definition:

.text-xl {
  font-size: 1.25rem;
}

text_xs : TailwindClass

This class maps to this CSS definition:

.text-xs {
  font-size: .75rem;
}

text_yellow : TailwindClass

This class maps to this CSS definition:

.text-yellow {
  color: #ffed4a;
}

text_yellow_dark : TailwindClass

This class maps to this CSS definition:

.text-yellow-dark {
  color: #f2d024;
}

text_yellow_darker : TailwindClass

This class maps to this CSS definition:

.text-yellow-darker {
  color: #684f1d;
}

text_yellow_darkest : TailwindClass

This class maps to this CSS definition:

.text-yellow-darkest {
  color: #453411;
}

text_yellow_light : TailwindClass

This class maps to this CSS definition:

.text-yellow-light {
  color: #fff382;
}

text_yellow_lighter : TailwindClass

This class maps to this CSS definition:

.text-yellow-lighter {
  color: #fff9c2;
}

text_yellow_lightest : TailwindClass

This class maps to this CSS definition:

.text-yellow-lightest {
  color: #fcfbeb;
}

tracking_normal : TailwindClass

This class maps to this CSS definition:

.tracking-normal {
  letter-spacing: 0;
}

tracking_tight : TailwindClass

This class maps to this CSS definition:

.tracking-tight {
  letter-spacing: -0.05em;
}

tracking_wide : TailwindClass

This class maps to this CSS definition:

.tracking-wide {
  letter-spacing: .05em;
}

truncate : TailwindClass

This class maps to this CSS definition:

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

underline : TailwindClass

This class maps to this CSS definition:

.underline {
  text-decoration: underline;
}

uppercase : TailwindClass

This class maps to this CSS definition:

.uppercase {
  text-transform: uppercase;
}

visible : TailwindClass

This class maps to this CSS definition:

.visible {
  visibility: visible;
}

w_1 : TailwindClass

This class maps to this CSS definition:

.w-1 {
  width: .25rem;
}

w_1over2 : TailwindClass

This class maps to this CSS definition:

.w-1\/2 {
  width: 50%;
}

w_1over3 : TailwindClass

This class maps to this CSS definition:

.w-1\/3 {
  width: 33.33333%;
}

w_1over4 : TailwindClass

This class maps to this CSS definition:

.w-1\/4 {
  width: 25%;
}

w_1over5 : TailwindClass

This class maps to this CSS definition:

.w-1\/5 {
  width: 20%;
}

w_1over6 : TailwindClass

This class maps to this CSS definition:

.w-1\/6 {
  width: 16.66667%;
}

w_10 : TailwindClass

This class maps to this CSS definition:

.w-10 {
  width: 2.5rem;
}

w_12 : TailwindClass

This class maps to this CSS definition:

.w-12 {
  width: 3rem;
}

w_16 : TailwindClass

This class maps to this CSS definition:

.w-16 {
  width: 4rem;
}

w_2 : TailwindClass

This class maps to this CSS definition:

.w-2 {
  width: .5rem;
}

w_2over3 : TailwindClass

This class maps to this CSS definition:

.w-2\/3 {
  width: 66.66667%;
}

w_2over5 : TailwindClass

This class maps to this CSS definition:

.w-2\/5 {
  width: 40%;
}

w_24 : TailwindClass

This class maps to this CSS definition:

.w-24 {
  width: 6rem;
}

w_3 : TailwindClass

This class maps to this CSS definition:

.w-3 {
  width: .75rem;
}

w_3over4 : TailwindClass

This class maps to this CSS definition:

.w-3\/4 {
  width: 75%;
}

w_3over5 : TailwindClass

This class maps to this CSS definition:

.w-3\/5 {
  width: 60%;
}

w_32 : TailwindClass

This class maps to this CSS definition:

.w-32 {
  width: 8rem;
}

w_4 : TailwindClass

This class maps to this CSS definition:

.w-4 {
  width: 1rem;
}

w_4over5 : TailwindClass

This class maps to this CSS definition:

.w-4\/5 {
  width: 80%;
}

w_48 : TailwindClass

This class maps to this CSS definition:

.w-48 {
  width: 12rem;
}

w_5 : TailwindClass

This class maps to this CSS definition:

.w-5 {
  width: 1.25rem;
}

w_5over6 : TailwindClass

This class maps to this CSS definition:

.w-5\/6 {
  width: 83.33333%;
}

w_6 : TailwindClass

This class maps to this CSS definition:

.w-6 {
  width: 1.5rem;
}

w_64 : TailwindClass

This class maps to this CSS definition:

.w-64 {
  width: 16rem;
}

w_8 : TailwindClass

This class maps to this CSS definition:

.w-8 {
  width: 2rem;
}

w_auto : TailwindClass

This class maps to this CSS definition:

.w-auto {
  width: auto;
}

w_full : TailwindClass

This class maps to this CSS definition:

.w-full {
  width: 100%;
}

w_px : TailwindClass

This class maps to this CSS definition:

.w-px {
  width: 1px;
}

w_screen : TailwindClass

This class maps to this CSS definition:

.w-screen {
  width: 100vw;
}

whitespace_no_wrap : TailwindClass

This class maps to this CSS definition:

.whitespace-no-wrap {
  white-space: nowrap;
}

whitespace_normal : TailwindClass

This class maps to this CSS definition:

.whitespace-normal {
  white-space: normal;
}

whitespace_pre : TailwindClass

This class maps to this CSS definition:

.whitespace-pre {
  white-space: pre;
}

whitespace_pre_line : TailwindClass

This class maps to this CSS definition:

.whitespace-pre-line {
  white-space: pre-line;
}

whitespace_pre_wrap : TailwindClass

This class maps to this CSS definition:

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

z_0 : TailwindClass

This class maps to this CSS definition:

.z-0 {
  z-index: 0;
}

z_10 : TailwindClass

This class maps to this CSS definition:

.z-10 {
  z-index: 10;
}

z_20 : TailwindClass

This class maps to this CSS definition:

.z-20 {
  z-index: 20;
}

z_30 : TailwindClass

This class maps to this CSS definition:

.z-30 {
  z-index: 30;
}

z_40 : TailwindClass

This class maps to this CSS definition:

.z-40 {
  z-index: 40;
}

z_50 : TailwindClass

This class maps to this CSS definition:

.z-50 {
  z-index: 50;
}

z_auto : TailwindClass

This class maps to this CSS definition:

.z-auto {
  z-index: auto;
}