UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

1,137 lines 41.6 kB
```css // Utilities for controlling an element's margin. '.m-0': { top: 0, right: 0, bottom: 0, left: 0 } '.m-1': { top: 4, right: 4, bottom: 4, left: 4 } '.m-2': { top: 8, right: 8, bottom: 8, left: 8 } '.m-3': { top: 12, right: 12, bottom: 12, left: 12 } '.m-4': { top: 16, right: 16, bottom: 16, left: 16 } '.m-5': { top: 20, right: 20, bottom: 20, left: 20 } '.m-6': { top: 24, right: 24, bottom: 24, left: 24 } '.m-7': { top: 28, right: 28, bottom: 28, left: 28 } '.m-8': { top: 32, right: 32, bottom: 32, left: 32 } '.m-9': { top: 36, right: 36, bottom: 36, left: 36 } '.m-10': { top: 40, right: 40, bottom: 40, left: 40 } '.m-11': { top: 44, right: 44, bottom: 44, left: 44 } '.m-12': { top: 48, right: 48, bottom: 48, left: 48 } '.m-14': { top: 56, right: 56, bottom: 56, left: 56 } '.m-16': { top: 64, right: 64, bottom: 64, left: 64 } '.m-20': { top: 80, right: 80, bottom: 80, left: 80 } '.m-24': { top: 96, right: 96, bottom: 96, left: 96 } '.m-28': { top: 112, right: 112, bottom: 112, left: 112 } '.m-32': { top: 128, right: 128, bottom: 128, left: 128 } '.m-36': { top: 144, right: 144, bottom: 144, left: 144 } '.m-40': { top: 160, right: 160, bottom: 160, left: 160 } '.m-44': { top: 176, right: 176, bottom: 176, left: 176 } '.m-48': { top: 192, right: 192, bottom: 192, left: 192 } '.m-52': { top: 208, right: 208, bottom: 208, left: 208 } '.m-56': { top: 224, right: 224, bottom: 224, left: 224 } '.m-60': { top: 240, right: 240, bottom: 240, left: 240 } '.m-64': { top: 256, right: 256, bottom: 256, left: 256 } '.m-72': { top: 288, right: 288, bottom: 288, left: 288 } '.m-80': { top: 320, right: 320, bottom: 320, left: 320 } '.m-96': { top: 384, right: 384, bottom: 384, left: 384 } '.m-auto': { top: null, right: null, bottom: null, left: null } '.m-px': { top: '1px', right: '1px', bottom: '1px', left: '1px' } '.m-0.5': { top: 2, right: 2, bottom: 2, left: 2 } '.m-1.5': { top: 6, right: 6, bottom: 6, left: 6 } '.m-2.5': { top: 10, right: 10, bottom: 10, left: 10 } '.m-3.5': { top: 14, right: 14, bottom: 14, left: 14 } '.m-1/2': { top: '50%', right: '50%', bottom: '50%', left: '50%' } '.m-1/3': { top: '33.333334%', right: '33.333334%', bottom: '33.333334%', left: '33.333334%' } '.m-2/3': { top: '66.666667%', right: '66.666667%', bottom: '66.666667%', left: '66.666667%' } '.m-1/4': { top: '25%', right: '25%', bottom: '25%', left: '25%' } '.m-2/4': { top: '50%', right: '50%', bottom: '50%', left: '50%' } '.m-3/4': { top: '75%', right: '75%', bottom: '75%', left: '75%' } '.m-1/5': { top: '20%', right: '20%', bottom: '20%', left: '20%' } '.m-2/5': { top: '40%', right: '40%', bottom: '40%', left: '40%' } '.m-3/5': { top: '60%', right: '60%', bottom: '60%', left: '60%' } '.m-4/5': { top: '80%', right: '80%', bottom: '80%', left: '80%' } '.m-1/6': { top: '16.666667%', right: '16.666667%', bottom: '16.666667%', left: '16.666667%' } '.m-2/6': { top: '33.333334%', right: '33.333334%', bottom: '33.333334%', left: '33.333334%' } '.m-3/6': { top: '50%', right: '50%', bottom: '50%', left: '50%' } '.m-4/6': { top: '66.666667%', right: '66.666667%', bottom: '66.666667%', left: '66.666667%' } '.m-5/6': { top: '83.333334%', right: '83.333334%', bottom: '83.333334%', left: '83.333334%' } '.m-1/12': { top: '8.333334%', right: '8.333334%', bottom: '8.333334%', left: '8.333334%' } '.m-2/12': { top: '16.666667%', right: '16.666667%', bottom: '16.666667%', left: '16.666667%' } '.m-3/12': { top: '25%', right: '25%', bottom: '25%', left: '25%' } '.m-4/12': { top: '33.333334%', right: '33.333334%', bottom: '33.333334%', left: '33.333334%' } '.m-5/12': { top: '41.666667%', right: '41.666667%', bottom: '41.666667%', left: '41.666667%' } '.m-6/12': { top: '50%', right: '50%', bottom: '50%', left: '50%' } '.m-7/12': { top: '58.333334%', right: '58.333334%', bottom: '58.333334%', left: '58.333334%' } '.m-8/12': { top: '66.666667%', right: '66.666667%', bottom: '66.666667%', left: '66.666667%' } '.m-9/12': { top: '75%', right: '75%', bottom: '75%', left: '75%' } '.m-10/12': { top: '83.333334%', right: '83.333334%', bottom: '83.333334%', left: '83.333334%' } '.m-11/12': { top: '91.666667%', right: '91.666667%', bottom: '91.666667%', left: '91.666667%' } '.m-full': { top: '100%', right: '100%', bottom: '100%', left: '100%' } '.my-0': { top: 0, bottom: 0 } '.my-1': { top: 4, bottom: 4 } '.my-2': { top: 8, bottom: 8 } '.my-3': { top: 12, bottom: 12 } '.my-4': { top: 16, bottom: 16 } '.my-5': { top: 20, bottom: 20 } '.my-6': { top: 24, bottom: 24 } '.my-7': { top: 28, bottom: 28 } '.my-8': { top: 32, bottom: 32 } '.my-9': { top: 36, bottom: 36 } '.my-10': { top: 40, bottom: 40 } '.my-11': { top: 44, bottom: 44 } '.my-12': { top: 48, bottom: 48 } '.my-14': { top: 56, bottom: 56 } '.my-16': { top: 64, bottom: 64 } '.my-20': { top: 80, bottom: 80 } '.my-24': { top: 96, bottom: 96 } '.my-28': { top: 112, bottom: 112 } '.my-32': { top: 128, bottom: 128 } '.my-36': { top: 144, bottom: 144 } '.my-40': { top: 160, bottom: 160 } '.my-44': { top: 176, bottom: 176 } '.my-48': { top: 192, bottom: 192 } '.my-52': { top: 208, bottom: 208 } '.my-56': { top: 224, bottom: 224 } '.my-60': { top: 240, bottom: 240 } '.my-64': { top: 256, bottom: 256 } '.my-72': { top: 288, bottom: 288 } '.my-80': { top: 320, bottom: 320 } '.my-96': { top: 384, bottom: 384 } '.my-auto': { top: null, bottom: null } '.my-px': { top: '1px', bottom: '1px' } '.my-0.5': { top: 2, bottom: 2 } '.my-1.5': { top: 6, bottom: 6 } '.my-2.5': { top: 10, bottom: 10 } '.my-3.5': { top: 14, bottom: 14 } '.my-1/2': { top: '50%', bottom: '50%' } '.my-1/3': { top: '33.333334%', bottom: '33.333334%' } '.my-2/3': { top: '66.666667%', bottom: '66.666667%' } '.my-1/4': { top: '25%', bottom: '25%' } '.my-2/4': { top: '50%', bottom: '50%' } '.my-3/4': { top: '75%', bottom: '75%' } '.my-1/5': { top: '20%', bottom: '20%' } '.my-2/5': { top: '40%', bottom: '40%' } '.my-3/5': { top: '60%', bottom: '60%' } '.my-4/5': { top: '80%', bottom: '80%' } '.my-1/6': { top: '16.666667%', bottom: '16.666667%' } '.my-2/6': { top: '33.333334%', bottom: '33.333334%' } '.my-3/6': { top: '50%', bottom: '50%' } '.my-4/6': { top: '66.666667%', bottom: '66.666667%' } '.my-5/6': { top: '83.333334%', bottom: '83.333334%' } '.my-1/12': { top: '8.333334%', bottom: '8.333334%' } '.my-2/12': { top: '16.666667%', bottom: '16.666667%' } '.my-3/12': { top: '25%', bottom: '25%' } '.my-4/12': { top: '33.333334%', bottom: '33.333334%' } '.my-5/12': { top: '41.666667%', bottom: '41.666667%' } '.my-6/12': { top: '50%', bottom: '50%' } '.my-7/12': { top: '58.333334%', bottom: '58.333334%' } '.my-8/12': { top: '66.666667%', bottom: '66.666667%' } '.my-9/12': { top: '75%', bottom: '75%' } '.my-10/12': { top: '83.333334%', bottom: '83.333334%' } '.my-11/12': { top: '91.666667%', bottom: '91.666667%' } '.my-full': { top: '100%', bottom: '100%' } '.mx-0': { right: 0, left: 0 } '.mx-1': { right: 4, left: 4 } '.mx-2': { right: 8, left: 8 } '.mx-3': { right: 12, left: 12 } '.mx-4': { right: 16, left: 16 } '.mx-5': { right: 20, left: 20 } '.mx-6': { right: 24, left: 24 } '.mx-7': { right: 28, left: 28 } '.mx-8': { right: 32, left: 32 } '.mx-9': { right: 36, left: 36 } '.mx-10': { right: 40, left: 40 } '.mx-11': { right: 44, left: 44 } '.mx-12': { right: 48, left: 48 } '.mx-14': { right: 56, left: 56 } '.mx-16': { right: 64, left: 64 } '.mx-20': { right: 80, left: 80 } '.mx-24': { right: 96, left: 96 } '.mx-28': { right: 112, left: 112 } '.mx-32': { right: 128, left: 128 } '.mx-36': { right: 144, left: 144 } '.mx-40': { right: 160, left: 160 } '.mx-44': { right: 176, left: 176 } '.mx-48': { right: 192, left: 192 } '.mx-52': { right: 208, left: 208 } '.mx-56': { right: 224, left: 224 } '.mx-60': { right: 240, left: 240 } '.mx-64': { right: 256, left: 256 } '.mx-72': { right: 288, left: 288 } '.mx-80': { right: 320, left: 320 } '.mx-96': { right: 384, left: 384 } '.mx-auto': { right: null, left: null } '.mx-px': { right: '1px', left: '1px' } '.mx-0.5': { right: 2, left: 2 } '.mx-1.5': { right: 6, left: 6 } '.mx-2.5': { right: 10, left: 10 } '.mx-3.5': { right: 14, left: 14 } '.mx-1/2': { right: '50%', left: '50%' } '.mx-1/3': { right: '33.333334%', left: '33.333334%' } '.mx-2/3': { right: '66.666667%', left: '66.666667%' } '.mx-1/4': { right: '25%', left: '25%' } '.mx-2/4': { right: '50%', left: '50%' } '.mx-3/4': { right: '75%', left: '75%' } '.mx-1/5': { right: '20%', left: '20%' } '.mx-2/5': { right: '40%', left: '40%' } '.mx-3/5': { right: '60%', left: '60%' } '.mx-4/5': { right: '80%', left: '80%' } '.mx-1/6': { right: '16.666667%', left: '16.666667%' } '.mx-2/6': { right: '33.333334%', left: '33.333334%' } '.mx-3/6': { right: '50%', left: '50%' } '.mx-4/6': { right: '66.666667%', left: '66.666667%' } '.mx-5/6': { right: '83.333334%', left: '83.333334%' } '.mx-1/12': { right: '8.333334%', left: '8.333334%' } '.mx-2/12': { right: '16.666667%', left: '16.666667%' } '.mx-3/12': { right: '25%', left: '25%' } '.mx-4/12': { right: '33.333334%', left: '33.333334%' } '.mx-5/12': { right: '41.666667%', left: '41.666667%' } '.mx-6/12': { right: '50%', left: '50%' } '.mx-7/12': { right: '58.333334%', left: '58.333334%' } '.mx-8/12': { right: '66.666667%', left: '66.666667%' } '.mx-9/12': { right: '75%', left: '75%' } '.mx-10/12': { right: '83.333334%', left: '83.333334%' } '.mx-11/12': { right: '91.666667%', left: '91.666667%' } '.mx-full': { right: '100%', left: '100%' } '.mt-0': { top: 0 } '.mt-1': { top: 4 } '.mt-2': { top: 8 } '.mt-3': { top: 12 } '.mt-4': { top: 16 } '.mt-5': { top: 20 } '.mt-6': { top: 24 } '.mt-7': { top: 28 } '.mt-8': { top: 32 } '.mt-9': { top: 36 } '.mt-10': { top: 40 } '.mt-11': { top: 44 } '.mt-12': { top: 48 } '.mt-14': { top: 56 } '.mt-16': { top: 64 } '.mt-20': { top: 80 } '.mt-24': { top: 96 } '.mt-28': { top: 112 } '.mt-32': { top: 128 } '.mt-36': { top: 144 } '.mt-40': { top: 160 } '.mt-44': { top: 176 } '.mt-48': { top: 192 } '.mt-52': { top: 208 } '.mt-56': { top: 224 } '.mt-60': { top: 240 } '.mt-64': { top: 256 } '.mt-72': { top: 288 } '.mt-80': { top: 320 } '.mt-96': { top: 384 } '.mt-auto': { top: null } '.mt-px': { top: '1px' } '.mt-0.5': { top: 2 } '.mt-1.5': { top: 6 } '.mt-2.5': { top: 10 } '.mt-3.5': { top: 14 } '.mt-1/2': { top: '50%' } '.mt-1/3': { top: '33.333334%' } '.mt-2/3': { top: '66.666667%' } '.mt-1/4': { top: '25%' } '.mt-2/4': { top: '50%' } '.mt-3/4': { top: '75%' } '.mt-1/5': { top: '20%' } '.mt-2/5': { top: '40%' } '.mt-3/5': { top: '60%' } '.mt-4/5': { top: '80%' } '.mt-1/6': { top: '16.666667%' } '.mt-2/6': { top: '33.333334%' } '.mt-3/6': { top: '50%' } '.mt-4/6': { top: '66.666667%' } '.mt-5/6': { top: '83.333334%' } '.mt-1/12': { top: '8.333334%' } '.mt-2/12': { top: '16.666667%' } '.mt-3/12': { top: '25%' } '.mt-4/12': { top: '33.333334%' } '.mt-5/12': { top: '41.666667%' } '.mt-6/12': { top: '50%' } '.mt-7/12': { top: '58.333334%' } '.mt-8/12': { top: '66.666667%' } '.mt-9/12': { top: '75%' } '.mt-10/12': { top: '83.333334%' } '.mt-11/12': { top: '91.666667%' } '.mt-full': { top: '100%' } '.mr-0': { right: 0 } '.mr-1': { right: 4 } '.mr-2': { right: 8 } '.mr-3': { right: 12 } '.mr-4': { right: 16 } '.mr-5': { right: 20 } '.mr-6': { right: 24 } '.mr-7': { right: 28 } '.mr-8': { right: 32 } '.mr-9': { right: 36 } '.mr-10': { right: 40 } '.mr-11': { right: 44 } '.mr-12': { right: 48 } '.mr-14': { right: 56 } '.mr-16': { right: 64 } '.mr-20': { right: 80 } '.mr-24': { right: 96 } '.mr-28': { right: 112 } '.mr-32': { right: 128 } '.mr-36': { right: 144 } '.mr-40': { right: 160 } '.mr-44': { right: 176 } '.mr-48': { right: 192 } '.mr-52': { right: 208 } '.mr-56': { right: 224 } '.mr-60': { right: 240 } '.mr-64': { right: 256 } '.mr-72': { right: 288 } '.mr-80': { right: 320 } '.mr-96': { right: 384 } '.mr-auto': { right: null } '.mr-px': { right: '1px' } '.mr-0.5': { right: 2 } '.mr-1.5': { right: 6 } '.mr-2.5': { right: 10 } '.mr-3.5': { right: 14 } '.mr-1/2': { right: '50%' } '.mr-1/3': { right: '33.333334%' } '.mr-2/3': { right: '66.666667%' } '.mr-1/4': { right: '25%' } '.mr-2/4': { right: '50%' } '.mr-3/4': { right: '75%' } '.mr-1/5': { right: '20%' } '.mr-2/5': { right: '40%' } '.mr-3/5': { right: '60%' } '.mr-4/5': { right: '80%' } '.mr-1/6': { right: '16.666667%' } '.mr-2/6': { right: '33.333334%' } '.mr-3/6': { right: '50%' } '.mr-4/6': { right: '66.666667%' } '.mr-5/6': { right: '83.333334%' } '.mr-1/12': { right: '8.333334%' } '.mr-2/12': { right: '16.666667%' } '.mr-3/12': { right: '25%' } '.mr-4/12': { right: '33.333334%' } '.mr-5/12': { right: '41.666667%' } '.mr-6/12': { right: '50%' } '.mr-7/12': { right: '58.333334%' } '.mr-8/12': { right: '66.666667%' } '.mr-9/12': { right: '75%' } '.mr-10/12': { right: '83.333334%' } '.mr-11/12': { right: '91.666667%' } '.mr-full': { right: '100%' } '.mb-0': { bottom: 0 } '.mb-1': { bottom: 4 } '.mb-2': { bottom: 8 } '.mb-3': { bottom: 12 } '.mb-4': { bottom: 16 } '.mb-5': { bottom: 20 } '.mb-6': { bottom: 24 } '.mb-7': { bottom: 28 } '.mb-8': { bottom: 32 } '.mb-9': { bottom: 36 } '.mb-10': { bottom: 40 } '.mb-11': { bottom: 44 } '.mb-12': { bottom: 48 } '.mb-14': { bottom: 56 } '.mb-16': { bottom: 64 } '.mb-20': { bottom: 80 } '.mb-24': { bottom: 96 } '.mb-28': { bottom: 112 } '.mb-32': { bottom: 128 } '.mb-36': { bottom: 144 } '.mb-40': { bottom: 160 } '.mb-44': { bottom: 176 } '.mb-48': { bottom: 192 } '.mb-52': { bottom: 208 } '.mb-56': { bottom: 224 } '.mb-60': { bottom: 240 } '.mb-64': { bottom: 256 } '.mb-72': { bottom: 288 } '.mb-80': { bottom: 320 } '.mb-96': { bottom: 384 } '.mb-auto': { bottom: null } '.mb-px': { bottom: '1px' } '.mb-0.5': { bottom: 2 } '.mb-1.5': { bottom: 6 } '.mb-2.5': { bottom: 10 } '.mb-3.5': { bottom: 14 } '.mb-1/2': { bottom: '50%' } '.mb-1/3': { bottom: '33.333334%' } '.mb-2/3': { bottom: '66.666667%' } '.mb-1/4': { bottom: '25%' } '.mb-2/4': { bottom: '50%' } '.mb-3/4': { bottom: '75%' } '.mb-1/5': { bottom: '20%' } '.mb-2/5': { bottom: '40%' } '.mb-3/5': { bottom: '60%' } '.mb-4/5': { bottom: '80%' } '.mb-1/6': { bottom: '16.666667%' } '.mb-2/6': { bottom: '33.333334%' } '.mb-3/6': { bottom: '50%' } '.mb-4/6': { bottom: '66.666667%' } '.mb-5/6': { bottom: '83.333334%' } '.mb-1/12': { bottom: '8.333334%' } '.mb-2/12': { bottom: '16.666667%' } '.mb-3/12': { bottom: '25%' } '.mb-4/12': { bottom: '33.333334%' } '.mb-5/12': { bottom: '41.666667%' } '.mb-6/12': { bottom: '50%' } '.mb-7/12': { bottom: '58.333334%' } '.mb-8/12': { bottom: '66.666667%' } '.mb-9/12': { bottom: '75%' } '.mb-10/12': { bottom: '83.333334%' } '.mb-11/12': { bottom: '91.666667%' } '.mb-full': { bottom: '100%' } '.ml-0': { left: 0 } '.ml-1': { left: 4 } '.ml-2': { left: 8 } '.ml-3': { left: 12 } '.ml-4': { left: 16 } '.ml-5': { left: 20 } '.ml-6': { left: 24 } '.ml-7': { left: 28 } '.ml-8': { left: 32 } '.ml-9': { left: 36 } '.ml-10': { left: 40 } '.ml-11': { left: 44 } '.ml-12': { left: 48 } '.ml-14': { left: 56 } '.ml-16': { left: 64 } '.ml-20': { left: 80 } '.ml-24': { left: 96 } '.ml-28': { left: 112 } '.ml-32': { left: 128 } '.ml-36': { left: 144 } '.ml-40': { left: 160 } '.ml-44': { left: 176 } '.ml-48': { left: 192 } '.ml-52': { left: 208 } '.ml-56': { left: 224 } '.ml-60': { left: 240 } '.ml-64': { left: 256 } '.ml-72': { left: 288 } '.ml-80': { left: 320 } '.ml-96': { left: 384 } '.ml-auto': { left: null } '.ml-px': { left: '1px' } '.ml-0.5': { left: 2 } '.ml-1.5': { left: 6 } '.ml-2.5': { left: 10 } '.ml-3.5': { left: 14 } '.ml-1/2': { left: '50%' } '.ml-1/3': { left: '33.333334%' } '.ml-2/3': { left: '66.666667%' } '.ml-1/4': { left: '25%' } '.ml-2/4': { left: '50%' } '.ml-3/4': { left: '75%' } '.ml-1/5': { left: '20%' } '.ml-2/5': { left: '40%' } '.ml-3/5': { left: '60%' } '.ml-4/5': { left: '80%' } '.ml-1/6': { left: '16.666667%' } '.ml-2/6': { left: '33.333334%' } '.ml-3/6': { left: '50%' } '.ml-4/6': { left: '66.666667%' } '.ml-5/6': { left: '83.333334%' } '.ml-1/12': { left: '8.333334%' } '.ml-2/12': { left: '16.666667%' } '.ml-3/12': { left: '25%' } '.ml-4/12': { left: '33.333334%' } '.ml-5/12': { left: '41.666667%' } '.ml-6/12': { left: '50%' } '.ml-7/12': { left: '58.333334%' } '.ml-8/12': { left: '66.666667%' } '.ml-9/12': { left: '75%' } '.ml-10/12': { left: '83.333334%' } '.ml-11/12': { left: '91.666667%' } '.ml-full': { left: '100%' } '.-m-0': { top: -0, right: -0, bottom: -0, left: -0 } '.-m-1': { top: -4, right: -4, bottom: -4, left: -4 } '.-m-2': { top: -8, right: -8, bottom: -8, left: -8 } '.-m-3': { top: -12, right: -12, bottom: -12, left: -12 } '.-m-4': { top: -16, right: -16, bottom: -16, left: -16 } '.-m-5': { top: -20, right: -20, bottom: -20, left: -20 } '.-m-6': { top: -24, right: -24, bottom: -24, left: -24 } '.-m-7': { top: -28, right: -28, bottom: -28, left: -28 } '.-m-8': { top: -32, right: -32, bottom: -32, left: -32 } '.-m-9': { top: -36, right: -36, bottom: -36, left: -36 } '.-m-10': { top: -40, right: -40, bottom: -40, left: -40 } '.-m-11': { top: -44, right: -44, bottom: -44, left: -44 } '.-m-12': { top: -48, right: -48, bottom: -48, left: -48 } '.-m-14': { top: -56, right: -56, bottom: -56, left: -56 } '.-m-16': { top: -64, right: -64, bottom: -64, left: -64 } '.-m-20': { top: -80, right: -80, bottom: -80, left: -80 } '.-m-24': { top: -96, right: -96, bottom: -96, left: -96 } '.-m-28': { top: -112, right: -112, bottom: -112, left: -112 } '.-m-32': { top: -128, right: -128, bottom: -128, left: -128 } '.-m-36': { top: -144, right: -144, bottom: -144, left: -144 } '.-m-40': { top: -160, right: -160, bottom: -160, left: -160 } '.-m-44': { top: -176, right: -176, bottom: -176, left: -176 } '.-m-48': { top: -192, right: -192, bottom: -192, left: -192 } '.-m-52': { top: -208, right: -208, bottom: -208, left: -208 } '.-m-56': { top: -224, right: -224, bottom: -224, left: -224 } '.-m-60': { top: -240, right: -240, bottom: -240, left: -240 } '.-m-64': { top: -256, right: -256, bottom: -256, left: -256 } '.-m-72': { top: -288, right: -288, bottom: -288, left: -288 } '.-m-80': { top: -320, right: -320, bottom: -320, left: -320 } '.-m-96': { top: -384, right: -384, bottom: -384, left: -384 } '.-m-auto': { top: null, right: null, bottom: null, left: null } '.-m-px': { top: '-1px', right: '-1px', bottom: '-1px', left: '-1px' } '.-m-0.5': { top: -2, right: -2, bottom: -2, left: -2 } '.-m-1.5': { top: -6, right: -6, bottom: -6, left: -6 } '.-m-2.5': { top: -10, right: -10, bottom: -10, left: -10 } '.-m-3.5': { top: -14, right: -14, bottom: -14, left: -14 } '.-m-1/2': { top: '-50%', right: '-50%', bottom: '-50%', left: '-50%' } '.-m-1/3': { top: '-33.333334%', right: '-33.333334%', bottom: '-33.333334%', left: '-33.333334%' } '.-m-2/3': { top: '-66.666667%', right: '-66.666667%', bottom: '-66.666667%', left: '-66.666667%' } '.-m-1/4': { top: '-25%', right: '-25%', bottom: '-25%', left: '-25%' } '.-m-2/4': { top: '-50%', right: '-50%', bottom: '-50%', left: '-50%' } '.-m-3/4': { top: '-75%', right: '-75%', bottom: '-75%', left: '-75%' } '.-m-1/5': { top: '-20%', right: '-20%', bottom: '-20%', left: '-20%' } '.-m-2/5': { top: '-40%', right: '-40%', bottom: '-40%', left: '-40%' } '.-m-3/5': { top: '-60%', right: '-60%', bottom: '-60%', left: '-60%' } '.-m-4/5': { top: '-80%', right: '-80%', bottom: '-80%', left: '-80%' } '.-m-1/6': { top: '-16.666667%', right: '-16.666667%', bottom: '-16.666667%', left: '-16.666667%' } '.-m-2/6': { top: '-33.333334%', right: '-33.333334%', bottom: '-33.333334%', left: '-33.333334%' } '.-m-3/6': { top: '-50%', right: '-50%', bottom: '-50%', left: '-50%' } '.-m-4/6': { top: '-66.666667%', right: '-66.666667%', bottom: '-66.666667%', left: '-66.666667%' } '.-m-5/6': { top: '-83.333334%', right: '-83.333334%', bottom: '-83.333334%', left: '-83.333334%' } '.-m-1/12': { top: '-8.333334%', right: '-8.333334%', bottom: '-8.333334%', left: '-8.333334%' } '.-m-2/12': { top: '-16.666667%', right: '-16.666667%', bottom: '-16.666667%', left: '-16.666667%' } '.-m-3/12': { top: '-25%', right: '-25%', bottom: '-25%', left: '-25%' } '.-m-4/12': { top: '-33.333334%', right: '-33.333334%', bottom: '-33.333334%', left: '-33.333334%' } '.-m-5/12': { top: '-41.666667%', right: '-41.666667%', bottom: '-41.666667%', left: '-41.666667%' } '.-m-6/12': { top: '-50%', right: '-50%', bottom: '-50%', left: '-50%' } '.-m-7/12': { top: '-58.333334%', right: '-58.333334%', bottom: '-58.333334%', left: '-58.333334%' } '.-m-8/12': { top: '-66.666667%', right: '-66.666667%', bottom: '-66.666667%', left: '-66.666667%' } '.-m-9/12': { top: '-75%', right: '-75%', bottom: '-75%', left: '-75%' } '.-m-10/12': { top: '-83.333334%', right: '-83.333334%', bottom: '-83.333334%', left: '-83.333334%' } '.-m-11/12': { top: '-91.666667%', right: '-91.666667%', bottom: '-91.666667%', left: '-91.666667%' } '.-m-full': { top: '-100%', right: '-100%', bottom: '-100%', left: '-100%' } '.-my-0': { top: -0, bottom: -0 } '.-my-1': { top: -4, bottom: -4 } '.-my-2': { top: -8, bottom: -8 } '.-my-3': { top: -12, bottom: -12 } '.-my-4': { top: -16, bottom: -16 } '.-my-5': { top: -20, bottom: -20 } '.-my-6': { top: -24, bottom: -24 } '.-my-7': { top: -28, bottom: -28 } '.-my-8': { top: -32, bottom: -32 } '.-my-9': { top: -36, bottom: -36 } '.-my-10': { top: -40, bottom: -40 } '.-my-11': { top: -44, bottom: -44 } '.-my-12': { top: -48, bottom: -48 } '.-my-14': { top: -56, bottom: -56 } '.-my-16': { top: -64, bottom: -64 } '.-my-20': { top: -80, bottom: -80 } '.-my-24': { top: -96, bottom: -96 } '.-my-28': { top: -112, bottom: -112 } '.-my-32': { top: -128, bottom: -128 } '.-my-36': { top: -144, bottom: -144 } '.-my-40': { top: -160, bottom: -160 } '.-my-44': { top: -176, bottom: -176 } '.-my-48': { top: -192, bottom: -192 } '.-my-52': { top: -208, bottom: -208 } '.-my-56': { top: -224, bottom: -224 } '.-my-60': { top: -240, bottom: -240 } '.-my-64': { top: -256, bottom: -256 } '.-my-72': { top: -288, bottom: -288 } '.-my-80': { top: -320, bottom: -320 } '.-my-96': { top: -384, bottom: -384 } '.-my-auto': { top: null, bottom: null } '.-my-px': { top: '-1px', bottom: '-1px' } '.-my-0.5': { top: -2, bottom: -2 } '.-my-1.5': { top: -6, bottom: -6 } '.-my-2.5': { top: -10, bottom: -10 } '.-my-3.5': { top: -14, bottom: -14 } '.-my-1/2': { top: '-50%', bottom: '-50%' } '.-my-1/3': { top: '-33.333334%', bottom: '-33.333334%' } '.-my-2/3': { top: '-66.666667%', bottom: '-66.666667%' } '.-my-1/4': { top: '-25%', bottom: '-25%' } '.-my-2/4': { top: '-50%', bottom: '-50%' } '.-my-3/4': { top: '-75%', bottom: '-75%' } '.-my-1/5': { top: '-20%', bottom: '-20%' } '.-my-2/5': { top: '-40%', bottom: '-40%' } '.-my-3/5': { top: '-60%', bottom: '-60%' } '.-my-4/5': { top: '-80%', bottom: '-80%' } '.-my-1/6': { top: '-16.666667%', bottom: '-16.666667%' } '.-my-2/6': { top: '-33.333334%', bottom: '-33.333334%' } '.-my-3/6': { top: '-50%', bottom: '-50%' } '.-my-4/6': { top: '-66.666667%', bottom: '-66.666667%' } '.-my-5/6': { top: '-83.333334%', bottom: '-83.333334%' } '.-my-1/12': { top: '-8.333334%', bottom: '-8.333334%' } '.-my-2/12': { top: '-16.666667%', bottom: '-16.666667%' } '.-my-3/12': { top: '-25%', bottom: '-25%' } '.-my-4/12': { top: '-33.333334%', bottom: '-33.333334%' } '.-my-5/12': { top: '-41.666667%', bottom: '-41.666667%' } '.-my-6/12': { top: '-50%', bottom: '-50%' } '.-my-7/12': { top: '-58.333334%', bottom: '-58.333334%' } '.-my-8/12': { top: '-66.666667%', bottom: '-66.666667%' } '.-my-9/12': { top: '-75%', bottom: '-75%' } '.-my-10/12': { top: '-83.333334%', bottom: '-83.333334%' } '.-my-11/12': { top: '-91.666667%', bottom: '-91.666667%' } '.-my-full': { top: '-100%', bottom: '-100%' } '.-mx-0': { left: -0, right: -0 } '.-mx-1': { left: -4, right: -4 } '.-mx-2': { left: -8, right: -8 } '.-mx-3': { left: -12, right: -12 } '.-mx-4': { left: -16, right: -16 } '.-mx-5': { left: -20, right: -20 } '.-mx-6': { left: -24, right: -24 } '.-mx-7': { left: -28, right: -28 } '.-mx-8': { left: -32, right: -32 } '.-mx-9': { left: -36, right: -36 } '.-mx-10': { left: -40, right: -40 } '.-mx-11': { left: -44, right: -44 } '.-mx-12': { left: -48, right: -48 } '.-mx-14': { left: -56, right: -56 } '.-mx-16': { left: -64, right: -64 } '.-mx-20': { left: -80, right: -80 } '.-mx-24': { left: -96, right: -96 } '.-mx-28': { left: -112, right: -112 } '.-mx-32': { left: -128, right: -128 } '.-mx-36': { left: -144, right: -144 } '.-mx-40': { left: -160, right: -160 } '.-mx-44': { left: -176, right: -176 } '.-mx-48': { left: -192, right: -192 } '.-mx-52': { left: -208, right: -208 } '.-mx-56': { left: -224, right: -224 } '.-mx-60': { left: -240, right: -240 } '.-mx-64': { left: -256, right: -256 } '.-mx-72': { left: -288, right: -288 } '.-mx-80': { left: -320, right: -320 } '.-mx-96': { left: -384, right: -384 } '.-mx-auto': { left: null, right: null } '.-mx-px': { left: '-1px', right: '-1px' } '.-mx-0.5': { left: -2, right: -2 } '.-mx-1.5': { left: -6, right: -6 } '.-mx-2.5': { left: -10, right: -10 } '.-mx-3.5': { left: -14, right: -14 } '.-mx-1/2': { left: '-50%', right: '-50%' } '.-mx-1/3': { left: '-33.333334%', right: '-33.333334%' } '.-mx-2/3': { left: '-66.666667%', right: '-66.666667%' } '.-mx-1/4': { left: '-25%', right: '-25%' } '.-mx-2/4': { left: '-50%', right: '-50%' } '.-mx-3/4': { left: '-75%', right: '-75%' } '.-mx-1/5': { left: '-20%', right: '-20%' } '.-mx-2/5': { left: '-40%', right: '-40%' } '.-mx-3/5': { left: '-60%', right: '-60%' } '.-mx-4/5': { left: '-80%', right: '-80%' } '.-mx-1/6': { left: '-16.666667%', right: '-16.666667%' } '.-mx-2/6': { left: '-33.333334%', right: '-33.333334%' } '.-mx-3/6': { left: '-50%', right: '-50%' } '.-mx-4/6': { left: '-66.666667%', right: '-66.666667%' } '.-mx-5/6': { left: '-83.333334%', right: '-83.333334%' } '.-mx-1/12': { left: '-8.333334%', right: '-8.333334%' } '.-mx-2/12': { left: '-16.666667%', right: '-16.666667%' } '.-mx-3/12': { left: '-25%', right: '-25%' } '.-mx-4/12': { left: '-33.333334%', right: '-33.333334%' } '.-mx-5/12': { left: '-41.666667%', right: '-41.666667%' } '.-mx-6/12': { left: '-50%', right: '-50%' } '.-mx-7/12': { left: '-58.333334%', right: '-58.333334%' } '.-mx-8/12': { left: '-66.666667%', right: '-66.666667%' } '.-mx-9/12': { left: '-75%', right: '-75%' } '.-mx-10/12': { left: '-83.333334%', right: '-83.333334%' } '.-mx-11/12': { left: '-91.666667%', right: '-91.666667%' } '.-mx-full': { left: '-100%', right: '-100%' } '.-mt-0': { top: -0 } '.-mt-1': { top: -4 } '.-mt-2': { top: -8 } '.-mt-3': { top: -12 } '.-mt-4': { top: -16 } '.-mt-5': { top: -20 } '.-mt-6': { top: -24 } '.-mt-7': { top: -28 } '.-mt-8': { top: -32 } '.-mt-9': { top: -36 } '.-mt-10': { top: -40 } '.-mt-11': { top: -44 } '.-mt-12': { top: -48 } '.-mt-14': { top: -56 } '.-mt-16': { top: -64 } '.-mt-20': { top: -80 } '.-mt-24': { top: -96 } '.-mt-28': { top: -112 } '.-mt-32': { top: -128 } '.-mt-36': { top: -144 } '.-mt-40': { top: -160 } '.-mt-44': { top: -176 } '.-mt-48': { top: -192 } '.-mt-52': { top: -208 } '.-mt-56': { top: -224 } '.-mt-60': { top: -240 } '.-mt-64': { top: -256 } '.-mt-72': { top: -288 } '.-mt-80': { top: -320 } '.-mt-96': { top: -384 } '.-mt-auto': { top: null } '.-mt-px': { top: '-1px' } '.-mt-0.5': { top: -2 } '.-mt-1.5': { top: -6 } '.-mt-2.5': { top: -10 } '.-mt-3.5': { top: -14 } '.-mt-1/2': { top: '-50%' } '.-mt-1/3': { top: '-33.333334%' } '.-mt-2/3': { top: '-66.666667%' } '.-mt-1/4': { top: '-25%' } '.-mt-2/4': { top: '-50%' } '.-mt-3/4': { top: '-75%' } '.-mt-1/5': { top: '-20%' } '.-mt-2/5': { top: '-40%' } '.-mt-3/5': { top: '-60%' } '.-mt-4/5': { top: '-80%' } '.-mt-1/6': { top: '-16.666667%' } '.-mt-2/6': { top: '-33.333334%' } '.-mt-3/6': { top: '-50%' } '.-mt-4/6': { top: '-66.666667%' } '.-mt-5/6': { top: '-83.333334%' } '.-mt-1/12': { top: '-8.333334%' } '.-mt-2/12': { top: '-16.666667%' } '.-mt-3/12': { top: '-25%' } '.-mt-4/12': { top: '-33.333334%' } '.-mt-5/12': { top: '-41.666667%' } '.-mt-6/12': { top: '-50%' } '.-mt-7/12': { top: '-58.333334%' } '.-mt-8/12': { top: '-66.666667%' } '.-mt-9/12': { top: '-75%' } '.-mt-10/12': { top: '-83.333334%' } '.-mt-11/12': { top: '-91.666667%' } '.-mt-full': { top: '-100%' } '.-mr-0': { right: -0 } '.-mr-1': { right: -4 } '.-mr-2': { right: -8 } '.-mr-3': { right: -12 } '.-mr-4': { right: -16 } '.-mr-5': { right: -20 } '.-mr-6': { right: -24 } '.-mr-7': { right: -28 } '.-mr-8': { right: -32 } '.-mr-9': { right: -36 } '.-mr-10': { right: -40 } '.-mr-11': { right: -44 } '.-mr-12': { right: -48 } '.-mr-14': { right: -56 } '.-mr-16': { right: -64 } '.-mr-20': { right: -80 } '.-mr-24': { right: -96 } '.-mr-28': { right: -112 } '.-mr-32': { right: -128 } '.-mr-36': { right: -144 } '.-mr-40': { right: -160 } '.-mr-44': { right: -176 } '.-mr-48': { right: -192 } '.-mr-52': { right: -208 } '.-mr-56': { right: -224 } '.-mr-60': { right: -240 } '.-mr-64': { right: -256 } '.-mr-72': { right: -288 } '.-mr-80': { right: -320 } '.-mr-96': { right: -384 } '.-mr-auto': { right: null } '.-mr-px': { right: '-1px' } '.-mr-0.5': { right: -2 } '.-mr-1.5': { right: -6 } '.-mr-2.5': { right: -10 } '.-mr-3.5': { right: -14 } '.-mr-1/2': { right: '-50%' } '.-mr-1/3': { right: '-33.333334%' } '.-mr-2/3': { right: '-66.666667%' } '.-mr-1/4': { right: '-25%' } '.-mr-2/4': { right: '-50%' } '.-mr-3/4': { right: '-75%' } '.-mr-1/5': { right: '-20%' } '.-mr-2/5': { right: '-40%' } '.-mr-3/5': { right: '-60%' } '.-mr-4/5': { right: '-80%' } '.-mr-1/6': { right: '-16.666667%' } '.-mr-2/6': { right: '-33.333334%' } '.-mr-3/6': { right: '-50%' } '.-mr-4/6': { right: '-66.666667%' } '.-mr-5/6': { right: '-83.333334%' } '.-mr-1/12': { right: '-8.333334%' } '.-mr-2/12': { right: '-16.666667%' } '.-mr-3/12': { right: '-25%' } '.-mr-4/12': { right: '-33.333334%' } '.-mr-5/12': { right: '-41.666667%' } '.-mr-6/12': { right: '-50%' } '.-mr-7/12': { right: '-58.333334%' } '.-mr-8/12': { right: '-66.666667%' } '.-mr-9/12': { right: '-75%' } '.-mr-10/12': { right: '-83.333334%' } '.-mr-11/12': { right: '-91.666667%' } '.-mr-full': { right: '-100%' } '.-mb-0': { bottom: -0 } '.-mb-1': { bottom: -4 } '.-mb-2': { bottom: -8 } '.-mb-3': { bottom: -12 } '.-mb-4': { bottom: -16 } '.-mb-5': { bottom: -20 } '.-mb-6': { bottom: -24 } '.-mb-7': { bottom: -28 } '.-mb-8': { bottom: -32 } '.-mb-9': { bottom: -36 } '.-mb-10': { bottom: -40 } '.-mb-11': { bottom: -44 } '.-mb-12': { bottom: -48 } '.-mb-14': { bottom: -56 } '.-mb-16': { bottom: -64 } '.-mb-20': { bottom: -80 } '.-mb-24': { bottom: -96 } '.-mb-28': { bottom: -112 } '.-mb-32': { bottom: -128 } '.-mb-36': { bottom: -144 } '.-mb-40': { bottom: -160 } '.-mb-44': { bottom: -176 } '.-mb-48': { bottom: -192 } '.-mb-52': { bottom: -208 } '.-mb-56': { bottom: -224 } '.-mb-60': { bottom: -240 } '.-mb-64': { bottom: -256 } '.-mb-72': { bottom: -288 } '.-mb-80': { bottom: -320 } '.-mb-96': { bottom: -384 } '.-mb-auto': { bottom: null } '.-mb-px': { bottom: '-1px' } '.-mb-0.5': { bottom: -2 } '.-mb-1.5': { bottom: -6 } '.-mb-2.5': { bottom: -10 } '.-mb-3.5': { bottom: -14 } '.-mb-1/2': { bottom: '-50%' } '.-mb-1/3': { bottom: '-33.333334%' } '.-mb-2/3': { bottom: '-66.666667%' } '.-mb-1/4': { bottom: '-25%' } '.-mb-2/4': { bottom: '-50%' } '.-mb-3/4': { bottom: '-75%' } '.-mb-1/5': { bottom: '-20%' } '.-mb-2/5': { bottom: '-40%' } '.-mb-3/5': { bottom: '-60%' } '.-mb-4/5': { bottom: '-80%' } '.-mb-1/6': { bottom: '-16.666667%' } '.-mb-2/6': { bottom: '-33.333334%' } '.-mb-3/6': { bottom: '-50%' } '.-mb-4/6': { bottom: '-66.666667%' } '.-mb-5/6': { bottom: '-83.333334%' } '.-mb-1/12': { bottom: '-8.333334%' } '.-mb-2/12': { bottom: '-16.666667%' } '.-mb-3/12': { bottom: '-25%' } '.-mb-4/12': { bottom: '-33.333334%' } '.-mb-5/12': { bottom: '-41.666667%' } '.-mb-6/12': { bottom: '-50%' } '.-mb-7/12': { bottom: '-58.333334%' } '.-mb-8/12': { bottom: '-66.666667%' } '.-mb-9/12': { bottom: '-75%' } '.-mb-10/12': { bottom: '-83.333334%' } '.-mb-11/12': { bottom: '-91.666667%' } '.-mb-full': { bottom: '-100%' } '.-ml-0': { left: -0 } '.-ml-1': { left: -4 } '.-ml-2': { left: -8 } '.-ml-3': { left: -12 } '.-ml-4': { left: -16 } '.-ml-5': { left: -20 } '.-ml-6': { left: -24 } '.-ml-7': { left: -28 } '.-ml-8': { left: -32 } '.-ml-9': { left: -36 } '.-ml-10': { left: -40 } '.-ml-11': { left: -44 } '.-ml-12': { left: -48 } '.-ml-14': { left: -56 } '.-ml-16': { left: -64 } '.-ml-20': { left: -80 } '.-ml-24': { left: -96 } '.-ml-28': { left: -112 } '.-ml-32': { left: -128 } '.-ml-36': { left: -144 } '.-ml-40': { left: -160 } '.-ml-44': { left: -176 } '.-ml-48': { left: -192 } '.-ml-52': { left: -208 } '.-ml-56': { left: -224 } '.-ml-60': { left: -240 } '.-ml-64': { left: -256 } '.-ml-72': { left: -288 } '.-ml-80': { left: -320 } '.-ml-96': { left: -384 } '.-ml-auto': { left: null } '.-ml-px': { left: '-1px' } '.-ml-0.5': { left: -2 } '.-ml-1.5': { left: -6 } '.-ml-2.5': { left: -10 } '.-ml-3.5': { left: -14 } '.-ml-1/2': { left: '-50%' } '.-ml-1/3': { left: '-33.333334%' } '.-ml-2/3': { left: '-66.666667%' } '.-ml-1/4': { left: '-25%' } '.-ml-2/4': { left: '-50%' } '.-ml-3/4': { left: '-75%' } '.-ml-1/5': { left: '-20%' } '.-ml-2/5': { left: '-40%' } '.-ml-3/5': { left: '-60%' } '.-ml-4/5': { left: '-80%' } '.-ml-1/6': { left: '-16.666667%' } '.-ml-2/6': { left: '-33.333334%' } '.-ml-3/6': { left: '-50%' } '.-ml-4/6': { left: '-66.666667%' } '.-ml-5/6': { left: '-83.333334%' } '.-ml-1/12': { left: '-8.333334%' } '.-ml-2/12': { left: '-16.666667%' } '.-ml-3/12': { left: '-25%' } '.-ml-4/12': { left: '-33.333334%' } '.-ml-5/12': { left: '-41.666667%' } '.-ml-6/12': { left: '-50%' } '.-ml-7/12': { left: '-58.333334%' } '.-ml-8/12': { left: '-66.666667%' } '.-ml-9/12': { left: '-75%' } '.-ml-10/12': { left: '-83.333334%' } '.-ml-11/12': { left: '-91.666667%' } '.-ml-full': { left: '-100%' } '.-top-0': { top: -0 } '.-top-1': { top: -4 } '.-top-2': { top: -8 } '.-top-3': { top: -12 } '.-top-4': { top: -16 } '.-top-5': { top: -20 } '.-top-6': { top: -24 } '.-top-7': { top: -28 } '.-top-8': { top: -32 } '.-top-9': { top: -36 } '.-top-10': { top: -40 } '.-top-11': { top: -44 } '.-top-12': { top: -48 } '.-top-14': { top: -56 } '.-top-16': { top: -64 } '.-top-20': { top: -80 } '.-top-24': { top: -96 } '.-top-28': { top: -112 } '.-top-32': { top: -128 } '.-top-36': { top: -144 } '.-top-40': { top: -160 } '.-top-44': { top: -176 } '.-top-48': { top: -192 } '.-top-52': { top: -208 } '.-top-56': { top: -224 } '.-top-60': { top: -240 } '.-top-64': { top: -256 } '.-top-72': { top: -288 } '.-top-80': { top: -320 } '.-top-96': { top: -384 } '.-top-auto': { top: null } '.-top-px': { top: '-1px' } '.-top-0.5': { top: -2 } '.-top-1.5': { top: -6 } '.-top-2.5': { top: -10 } '.-top-3.5': { top: -14 } '.-top-1/2': { top: '-50%' } '.-top-1/3': { top: '-33.333334%' } '.-top-2/3': { top: '-66.666667%' } '.-top-1/4': { top: '-25%' } '.-top-2/4': { top: '-50%' } '.-top-3/4': { top: '-75%' } '.-top-1/5': { top: '-20%' } '.-top-2/5': { top: '-40%' } '.-top-3/5': { top: '-60%' } '.-top-4/5': { top: '-80%' } '.-top-1/6': { top: '-16.666667%' } '.-top-2/6': { top: '-33.333334%' } '.-top-3/6': { top: '-50%' } '.-top-4/6': { top: '-66.666667%' } '.-top-5/6': { top: '-83.333334%' } '.-top-1/12': { top: '-8.333334%' } '.-top-2/12': { top: '-16.666667%' } '.-top-3/12': { top: '-25%' } '.-top-4/12': { top: '-33.333334%' } '.-top-5/12': { top: '-41.666667%' } '.-top-6/12': { top: '-50%' } '.-top-7/12': { top: '-58.333334%' } '.-top-8/12': { top: '-66.666667%' } '.-top-9/12': { top: '-75%' } '.-top-10/12': { top: '-83.333334%' } '.-top-11/12': { top: '-91.666667%' } '.-top-full': { top: '-100%' } '.-right-0': { right: -0 } '.-right-1': { right: -4 } '.-right-2': { right: -8 } '.-right-3': { right: -12 } '.-right-4': { right: -16 } '.-right-5': { right: -20 } '.-right-6': { right: -24 } '.-right-7': { right: -28 } '.-right-8': { right: -32 } '.-right-9': { right: -36 } '.-right-10': { right: -40 } '.-right-11': { right: -44 } '.-right-12': { right: -48 } '.-right-14': { right: -56 } '.-right-16': { right: -64 } '.-right-20': { right: -80 } '.-right-24': { right: -96 } '.-right-28': { right: -112 } '.-right-32': { right: -128 } '.-right-36': { right: -144 } '.-right-40': { right: -160 } '.-right-44': { right: -176 } '.-right-48': { right: -192 } '.-right-52': { right: -208 } '.-right-56': { right: -224 } '.-right-60': { right: -240 } '.-right-64': { right: -256 } '.-right-72': { right: -288 } '.-right-80': { right: -320 } '.-right-96': { right: -384 } '.-right-auto': { right: null } '.-right-px': { right: '-1px' } '.-right-0.5': { right: -2 } '.-right-1.5': { right: -6 } '.-right-2.5': { right: -10 } '.-right-3.5': { right: -14 } '.-right-1/2': { right: '-50%' } '.-right-1/3': { right: '-33.333334%' } '.-right-2/3': { right: '-66.666667%' } '.-right-1/4': { right: '-25%' } '.-right-2/4': { right: '-50%' } '.-right-3/4': { right: '-75%' } '.-right-1/5': { right: '-20%' } '.-right-2/5': { right: '-40%' } '.-right-3/5': { right: '-60%' } '.-right-4/5': { right: '-80%' } '.-right-1/6': { right: '-16.666667%' } '.-right-2/6': { right: '-33.333334%' } '.-right-3/6': { right: '-50%' } '.-right-4/6': { right: '-66.666667%' } '.-right-5/6': { right: '-83.333334%' } '.-right-1/12': { right: '-8.333334%' } '.-right-2/12': { right: '-16.666667%' } '.-right-3/12': { right: '-25%' } '.-right-4/12': { right: '-33.333334%' } '.-right-5/12': { right: '-41.666667%' } '.-right-6/12': { right: '-50%' } '.-right-7/12': { right: '-58.333334%' } '.-right-8/12': { right: '-66.666667%' } '.-right-9/12': { right: '-75%' } '.-right-10/12': { right: '-83.333334%' } '.-right-11/12': { right: '-91.666667%' } '.-right-full': { right: '-100%' } '.-bottom-0': { bottom: -0 } '.-bottom-1': { bottom: -4 } '.-bottom-2': { bottom: -8 } '.-bottom-3': { bottom: -12 } '.-bottom-4': { bottom: -16 } '.-bottom-5': { bottom: -20 } '.-bottom-6': { bottom: -24 } '.-bottom-7': { bottom: -28 } '.-bottom-8': { bottom: -32 } '.-bottom-9': { bottom: -36 } '.-bottom-10': { bottom: -40 } '.-bottom-11': { bottom: -44 } '.-bottom-12': { bottom: -48 } '.-bottom-14': { bottom: -56 } '.-bottom-16': { bottom: -64 } '.-bottom-20': { bottom: -80 } '.-bottom-24': { bottom: -96 } '.-bottom-28': { bottom: -112 } '.-bottom-32': { bottom: -128 } '.-bottom-36': { bottom: -144 } '.-bottom-40': { bottom: -160 } '.-bottom-44': { bottom: -176 } '.-bottom-48': { bottom: -192 } '.-bottom-52': { bottom: -208 } '.-bottom-56': { bottom: -224 } '.-bottom-60': { bottom: -240 } '.-bottom-64': { bottom: -256 } '.-bottom-72': { bottom: -288 } '.-bottom-80': { bottom: -320 } '.-bottom-96': { bottom: -384 } '.-bottom-auto': { bottom: null } '.-bottom-px': { bottom: '-1px' } '.-bottom-0.5': { bottom: -2 } '.-bottom-1.5': { bottom: -6 } '.-bottom-2.5': { bottom: -10 } '.-bottom-3.5': { bottom: -14 } '.-bottom-1/2': { bottom: '-50%' } '.-bottom-1/3': { bottom: '-33.333334%' } '.-bottom-2/3': { bottom: '-66.666667%' } '.-bottom-1/4': { bottom: '-25%' } '.-bottom-2/4': { bottom: '-50%' } '.-bottom-3/4': { bottom: '-75%' } '.-bottom-1/5': { bottom: '-20%' } '.-bottom-2/5': { bottom: '-40%' } '.-bottom-3/5': { bottom: '-60%' } '.-bottom-4/5': { bottom: '-80%' } '.-bottom-1/6': { bottom: '-16.666667%' } '.-bottom-2/6': { bottom: '-33.333334%' } '.-bottom-3/6': { bottom: '-50%' } '.-bottom-4/6': { bottom: '-66.666667%' } '.-bottom-5/6': { bottom: '-83.333334%' } '.-bottom-1/12': { bottom: '-8.333334%' } '.-bottom-2/12': { bottom: '-16.666667%' } '.-bottom-3/12': { bottom: '-25%' } '.-bottom-4/12': { bottom: '-33.333334%' } '.-bottom-5/12': { bottom: '-41.666667%' } '.-bottom-6/12': { bottom: '-50%' } '.-bottom-7/12': { bottom: '-58.333334%' } '.-bottom-8/12': { bottom: '-66.666667%' } '.-bottom-9/12': { bottom: '-75%' } '.-bottom-10/12': { bottom: '-83.333334%' } '.-bottom-11/12': { bottom: '-91.666667%' } '.-bottom-full': { bottom: '-100%' } '.-left-0': { left: -0 } '.-left-1': { left: -4 } '.-left-2': { left: -8 } '.-left-3': { left: -12 } '.-left-4': { left: -16 } '.-left-5': { left: -20 } '.-left-6': { left: -24 } '.-left-7': { left: -28 } '.-left-8': { left: -32 } '.-left-9': { left: -36 } '.-left-10': { left: -40 } '.-left-11': { left: -44 } '.-left-12': { left: -48 } '.-left-14': { left: -56 } '.-left-16': { left: -64 } '.-left-20': { left: -80 } '.-left-24': { left: -96 } '.-left-28': { left: -112 } '.-left-32': { left: -128 } '.-left-36': { left: -144 } '.-left-40': { left: -160 } '.-left-44': { left: -176 } '.-left-48': { left: -192 } '.-left-52': { left: -208 } '.-left-56': { left: -224 } '.-left-60': { left: -240 } '.-left-64': { left: -256 } '.-left-72': { left: -288 } '.-left-80': { left: -320 } '.-left-96': { left: -384 } '.-left-auto': { left: null } '.-left-px': { left: '-1px' } '.-left-0.5': { left: -2 } '.-left-1.5': { left: -6 } '.-left-2.5': { left: -10 } '.-left-3.5': { left: -14 } '.-left-1/2': { left: '-50%' } '.-left-1/3': { left: '-33.333334%' } '.-left-2/3': { left: '-66.666667%' } '.-left-1/4': { left: '-25%' } '.-left-2/4': { left: '-50%' } '.-left-3/4': { left: '-75%' } '.-left-1/5': { left: '-20%' } '.-left-2/5': { left: '-40%' } '.-left-3/5': { left: '-60%' } '.-left-4/5': { left: '-80%' } '.-left-1/6': { left: '-16.666667%' } '.-left-2/6': { left: '-33.333334%' } '.-left-3/6': { left: '-50%' } '.-left-4/6': { left: '-66.666667%' } '.-left-5/6': { left: '-83.333334%' } '.-left-1/12': { left: '-8.333334%' } '.-left-2/12': { left: '-16.666667%' } '.-left-3/12': { left: '-25%' } '.-left-4/12': { left: '-33.333334%' } '.-left-5/12': { left: '-41.666667%' } '.-left-6/12': { left: '-50%' } '.-left-7/12': { left: '-58.333334%' } '.-left-8/12': { left: '-66.666667%' } '.-left-9/12': { left: '-75%' } '.-left-10/12': { left: '-83.333334%' } '.-left-11/12': { left: '-91.666667%' } '.-left-full': { left: '-100%' } ```