Created
July 29, 2016 21:13
-
-
Save jemgold/0ab22e72121475b51f215990ea544081 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"styles": { | |
"html": { | |
"box-sizing": "border-box" | |
}, | |
"body": { | |
"box-sizing": "border-box" | |
}, | |
"article": { | |
"box-sizing": "border-box" | |
}, | |
"aside": { | |
"display": "block" | |
}, | |
"details": { | |
"display": "block" | |
}, | |
"figcaption": { | |
"display": "block" | |
}, | |
"figure": { | |
"margin": "1em 40px" | |
}, | |
"footer": { | |
"box-sizing": "border-box" | |
}, | |
"header": { | |
"box-sizing": "border-box" | |
}, | |
"main": { | |
"box-sizing": "border-box" | |
}, | |
"menu": { | |
"display": "block" | |
}, | |
"nav": { | |
"display": "block" | |
}, | |
"section": { | |
"box-sizing": "border-box" | |
}, | |
"summary": { | |
"display": "block" | |
}, | |
"audio": { | |
"display": "inline-block" | |
}, | |
"canvas": { | |
"display": "inline-block" | |
}, | |
"progress": { | |
"vertical-align": "baseline" | |
}, | |
"video": { | |
"display": "inline-block" | |
}, | |
"audio_not__controls": { | |
"display": "none", | |
"height": "0" | |
}, | |
"template": { | |
"display": "none" | |
}, | |
"hidden": { | |
"display": "none" | |
}, | |
"a": { | |
"background-color": "transparent", | |
"-webkit-text-decoration-skip": "objects" | |
}, | |
"a_active": { | |
"outline-width": "0" | |
}, | |
"a_hover": { | |
"outline-width": "0" | |
}, | |
"abbr_title": { | |
"border-bottom": "none", | |
"text-decoration": "underline dotted" | |
}, | |
"b": { | |
"font-weight": "bold" | |
}, | |
"strong": { | |
"font-weight": "bolder" | |
}, | |
"dfn": { | |
"font-style": "italic" | |
}, | |
"h1": { | |
"height": "1rem" | |
}, | |
"mark": { | |
"background-color": "#ff0", | |
"color": "#000" | |
}, | |
"small": { | |
"font-size": "80%" | |
}, | |
"sub": { | |
"bottom": "-0.25em" | |
}, | |
"sup": { | |
"top": "-0.5em" | |
}, | |
"img": { | |
"border-style": "none" | |
}, | |
"svg_not__root": { | |
"overflow": "hidden" | |
}, | |
"code": { | |
"font-family": "Consolas, monaco, monospace" | |
}, | |
"kbd": { | |
"font-family": "monospace, monospace", | |
"font-size": "1em" | |
}, | |
"pre": { | |
"white-space": "pre" | |
}, | |
"samp": { | |
"font-family": "monospace, monospace", | |
"font-size": "1em" | |
}, | |
"hr": { | |
"box-sizing": "content-box", | |
"height": "0", | |
"overflow": "visible" | |
}, | |
"button": { | |
"-webkit-appearance": "button" | |
}, | |
"input": { | |
"overflow": "visible" | |
}, | |
"optgroup": { | |
"font-weight": "bold" | |
}, | |
"select": { | |
"text-transform": "none" | |
}, | |
"textarea": { | |
"box-sizing": "border-box" | |
}, | |
"html__type__button": { | |
"-webkit-appearance": "button" | |
}, | |
"type__reset": { | |
"-webkit-appearance": "button" | |
}, | |
"type__submit": { | |
"-webkit-appearance": "button" | |
}, | |
"button___moz_focus_inner": { | |
"border-style": "none", | |
"padding": "0" | |
}, | |
"type__button_____moz_focus_inner": { | |
"border-style": "none", | |
"padding": "0" | |
}, | |
"type__reset_____moz_focus_inner": { | |
"border-style": "none", | |
"padding": "0" | |
}, | |
"type__submit_____moz_focus_inner": { | |
"border-style": "none", | |
"padding": "0" | |
}, | |
"button__moz_focusring": { | |
"outline": "1px dotted ButtonText" | |
}, | |
"type__button____moz_focusring": { | |
"outline": "1px dotted ButtonText" | |
}, | |
"type__reset____moz_focusring": { | |
"outline": "1px dotted ButtonText" | |
}, | |
"type__submit____moz_focusring": { | |
"outline": "1px dotted ButtonText" | |
}, | |
"fieldset": { | |
"box-sizing": "border-box" | |
}, | |
"legend": { | |
"box-sizing": "border-box", | |
"color": "inherit", | |
"display": "table", | |
"max-width": "100%", | |
"padding": "0", | |
"white-space": "normal" | |
}, | |
"type__checkbox": { | |
"box-sizing": "border-box", | |
"padding": "0" | |
}, | |
"type__radio": { | |
"box-sizing": "border-box", | |
"padding": "0" | |
}, | |
"type__number_____webkit_inner_spin_button": { | |
"height": "auto" | |
}, | |
"type__number_____webkit_outer_spin_button": { | |
"height": "auto" | |
}, | |
"type__search": { | |
"-webkit-appearance": "textfield", | |
"outline-offset": "-2px" | |
}, | |
"type__search_____webkit_search_cancel_button": { | |
"-webkit-appearance": "none" | |
}, | |
"type__search_____webkit_search_decoration": { | |
"-webkit-appearance": "none" | |
}, | |
"webkit_input_placeholder": { | |
"color": "inherit", | |
"opacity": "0.54" | |
}, | |
"webkit_file_upload_button": { | |
"-webkit-appearance": "button", | |
"font": "inherit" | |
}, | |
"div": { | |
"box-sizing": "border-box" | |
}, | |
"form": { | |
"box-sizing": "border-box" | |
}, | |
"p": { | |
"box-sizing": "border-box" | |
}, | |
"ul": { | |
"box-sizing": "border-box" | |
}, | |
"ol": { | |
"box-sizing": "border-box" | |
}, | |
"li": { | |
"box-sizing": "border-box" | |
}, | |
"dl": { | |
"box-sizing": "border-box" | |
}, | |
"dt": { | |
"display": "table" | |
}, | |
"dd": { | |
"box-sizing": "border-box" | |
}, | |
"input_type__email": { | |
"box-sizing": "border-box" | |
}, | |
"input_type__number": { | |
"box-sizing": "border-box" | |
}, | |
"input_type__password": { | |
"box-sizing": "border-box" | |
}, | |
"input_type__tel": { | |
"box-sizing": "border-box" | |
}, | |
"input_type__text": { | |
"box-sizing": "border-box" | |
}, | |
"input_type__url": { | |
"box-sizing": "border-box" | |
}, | |
"border_box": { | |
"box-sizing": "border-box" | |
}, | |
"cover": { | |
"background-size": "cover" | |
}, | |
"contain": { | |
"background-size": "contain" | |
}, | |
"ba": { | |
"border-style": "solid", | |
"border-width": "1px" | |
}, | |
"bt": { | |
"border-top-style": "solid", | |
"border-top-width": "1px" | |
}, | |
"br": { | |
"border-right-style": "solid", | |
"border-right-width": "1px" | |
}, | |
"bb": { | |
"border-bottom-style": "solid", | |
"border-bottom-width": "1px" | |
}, | |
"bl": { | |
"border-left-style": "solid", | |
"border-left-width": "1px" | |
}, | |
"bn": { | |
"border-style": "none", | |
"border-width": "0" | |
}, | |
"b__black": { | |
"border-color": "#000" | |
}, | |
"b__near_black": { | |
"border-color": "#111" | |
}, | |
"b__dark_gray": { | |
"border-color": "#333" | |
}, | |
"b__mid_gray": { | |
"border-color": "#555" | |
}, | |
"b__gray": { | |
"border-color": "#777" | |
}, | |
"b__silver": { | |
"border-color": "#999" | |
}, | |
"b__light_silver": { | |
"border-color": "#aaa" | |
}, | |
"b__light_gray": { | |
"border-color": "#eee" | |
}, | |
"b__near_white": { | |
"border-color": "#f4f4f4" | |
}, | |
"b__white": { | |
"border-color": "#fff" | |
}, | |
"b__white_90": { | |
"border-color": "rgba( 255, 255, 255, .9 )" | |
}, | |
"b__white_80": { | |
"border-color": "rgba( 255, 255, 255, .8 )" | |
}, | |
"b__white_70": { | |
"border-color": "rgba( 255, 255, 255, .7 )" | |
}, | |
"b__white_60": { | |
"border-color": "rgba( 255, 255, 255, .6 )" | |
}, | |
"b__white_50": { | |
"border-color": "rgba( 255, 255, 255, .5 )" | |
}, | |
"b__white_40": { | |
"border-color": "rgba( 255, 255, 255, .4 )" | |
}, | |
"b__white_30": { | |
"border-color": "rgba( 255, 255, 255, .3 )" | |
}, | |
"b__white_20": { | |
"border-color": "rgba( 255, 255, 255, .2 )" | |
}, | |
"b__white_10": { | |
"border-color": "rgba( 255, 255, 255, .1 )" | |
}, | |
"b__white_05": { | |
"border-color": "rgba( 255, 255, 255, .05 )" | |
}, | |
"b__white_025": { | |
"border-color": "rgba( 255, 255, 255, .025 )" | |
}, | |
"b__white_0125": { | |
"border-color": "rgba( 255, 255, 255, .0125 )" | |
}, | |
"b__black_90": { | |
"border-color": "rgba( 0, 0, 0, .9 )" | |
}, | |
"b__black_80": { | |
"border-color": "rgba( 0, 0, 0, .8 )" | |
}, | |
"b__black_70": { | |
"border-color": "rgba( 0, 0, 0, .7 )" | |
}, | |
"b__black_60": { | |
"border-color": "rgba( 0, 0, 0, .6 )" | |
}, | |
"b__black_50": { | |
"border-color": "rgba( 0, 0, 0, .5 )" | |
}, | |
"b__black_40": { | |
"border-color": "rgba( 0, 0, 0, .4 )" | |
}, | |
"b__black_30": { | |
"border-color": "rgba( 0, 0, 0, .3 )" | |
}, | |
"b__black_20": { | |
"border-color": "rgba( 0, 0, 0, .2 )" | |
}, | |
"b__black_10": { | |
"border-color": "rgba( 0, 0, 0, .1 )" | |
}, | |
"b__black_05": { | |
"border-color": "rgba( 0, 0, 0, .05 )" | |
}, | |
"b__black_025": { | |
"border-color": "rgba( 0, 0, 0, .025 )" | |
}, | |
"b__black_0125": { | |
"border-color": "rgba( 0, 0, 0, .0125 )" | |
}, | |
"b__dark_red": { | |
"border-color": "#f00008" | |
}, | |
"b__red": { | |
"border-color": "#ff3223" | |
}, | |
"b__orange": { | |
"border-color": "#f3a801" | |
}, | |
"b__gold": { | |
"border-color": "#f2c800" | |
}, | |
"b__yellow": { | |
"border-color": "#ffde37" | |
}, | |
"b__purple": { | |
"border-color": "#7d5da9" | |
}, | |
"b__light_purple": { | |
"border-color": "#8d4f92" | |
}, | |
"b__hot_pink": { | |
"border-color": "#d62288" | |
}, | |
"b__dark_pink": { | |
"border-color": "#c64774" | |
}, | |
"b__pink": { | |
"border-color": "#f49cc8" | |
}, | |
"b__dark_green": { | |
"border-color": "#006C71" | |
}, | |
"b__green": { | |
"border-color": "#41D69F" | |
}, | |
"b__navy": { | |
"border-color": "#001b44" | |
}, | |
"b__dark_blue": { | |
"border-color": "#00449e" | |
}, | |
"b__blue": { | |
"border-color": "#357edd" | |
}, | |
"b__light_blue": { | |
"border-color": "#96ccff" | |
}, | |
"b__lightest_blue": { | |
"border-color": "#cdecff" | |
}, | |
"b__washed_blue": { | |
"border-color": "#f6fffe" | |
}, | |
"b__washed_green": { | |
"border-color": "#e8fdf5" | |
}, | |
"b__washed_yellow": { | |
"border-color": "#fff8d5" | |
}, | |
"b__light_pink": { | |
"border-color": "#efa4b8" | |
}, | |
"b__light_yellow": { | |
"border-color": "#f3dd70" | |
}, | |
"b__light_red": { | |
"border-color": "#ffd3c0" | |
}, | |
"b__transparent": { | |
"border-color": "transparent" | |
}, | |
"br0": { | |
"border-radius": "0" | |
}, | |
"br1": { | |
"border-radius": ".125rem" | |
}, | |
"br2": { | |
"border-radius": ".25rem" | |
}, | |
"br3": { | |
"border-radius": ".5rem" | |
}, | |
"br4": { | |
"border-radius": "1rem" | |
}, | |
"br_100": { | |
"border-radius": "100%" | |
}, | |
"br__bottom": { | |
"border-top-left-radius": "0", | |
"border-top-right-radius": "0" | |
}, | |
"br__top": { | |
"border-bottom-left-radius": "0", | |
"border-bottom-right-radius": "0" | |
}, | |
"br__right": { | |
"border-top-left-radius": "0", | |
"border-bottom-left-radius": "0" | |
}, | |
"br__left": { | |
"border-top-right-radius": "0", | |
"border-bottom-right-radius": "0" | |
}, | |
"b__dotted": { | |
"border-style": "dotted" | |
}, | |
"b__dashed": { | |
"border-style": "dashed" | |
}, | |
"b__solid": { | |
"border-style": "solid" | |
}, | |
"b__none": { | |
"border-style": "none" | |
}, | |
"bw0": { | |
"border-width": "0" | |
}, | |
"bw1": { | |
"border-width": ".125rem" | |
}, | |
"bw2": { | |
"border-width": ".25rem" | |
}, | |
"bw3": { | |
"border-width": ".5rem" | |
}, | |
"bw4": { | |
"border-width": "1rem" | |
}, | |
"bw5": { | |
"border-width": "2rem" | |
}, | |
"bt_0": { | |
"border-top-width": "0" | |
}, | |
"br_0": { | |
"border-right-width": "0" | |
}, | |
"bb_0": { | |
"border-bottom-width": "0" | |
}, | |
"bl_0": { | |
"border-left-width": "0" | |
}, | |
"shadow_1": { | |
"box-shadow": "0px 0px 4px 2px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"shadow_2": { | |
"box-shadow": "0px 0px 8px 2px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"shadow_3": { | |
"box-shadow": "2px 2px 4px 2px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"shadow_4": { | |
"box-shadow": "2px 2px 8px 0px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"shadow_5": { | |
"box-shadow": "4px 4px 8px 0px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"top_0": { | |
"top": "0" | |
}, | |
"right_0": { | |
"right": "0" | |
}, | |
"bottom_0": { | |
"bottom": "0" | |
}, | |
"left_0": { | |
"left": "0" | |
}, | |
"top_1": { | |
"top": "1rem" | |
}, | |
"right_1": { | |
"right": "1rem" | |
}, | |
"bottom_1": { | |
"bottom": "1rem" | |
}, | |
"left_1": { | |
"left": "1rem" | |
}, | |
"top_2": { | |
"top": "2rem" | |
}, | |
"right_2": { | |
"right": "2rem" | |
}, | |
"bottom_2": { | |
"bottom": "2rem" | |
}, | |
"left_2": { | |
"left": "2rem" | |
}, | |
"top__1": { | |
"top": "-1rem" | |
}, | |
"right__1": { | |
"right": "-1rem" | |
}, | |
"bottom__1": { | |
"bottom": "-1rem" | |
}, | |
"left__1": { | |
"left": "-1rem" | |
}, | |
"top__2": { | |
"top": "-2rem" | |
}, | |
"right__2": { | |
"right": "-2rem" | |
}, | |
"bottom__2": { | |
"bottom": "-2rem" | |
}, | |
"left__2": { | |
"left": "-2rem" | |
}, | |
"absolute__fill": { | |
"top": "0", | |
"right": "0", | |
"bottom": "0", | |
"left": "0" | |
}, | |
"cf_before": { | |
"content": "\" \"", | |
"display": "table" | |
}, | |
"cf_after": { | |
"clear": "both" | |
}, | |
"cf": { | |
"*zoom": "1" | |
}, | |
"cl": { | |
"clear": "left" | |
}, | |
"cr": { | |
"clear": "right" | |
}, | |
"cb": { | |
"clear": "both" | |
}, | |
"cn": { | |
"clear": "none" | |
}, | |
"dn": { | |
"display": "none" | |
}, | |
"di": { | |
"display": "inline" | |
}, | |
"db": { | |
"display": "block" | |
}, | |
"dib": { | |
"display": "inline-block" | |
}, | |
"dit": { | |
"display": "inline-table" | |
}, | |
"dtc": { | |
"display": "table-cell" | |
}, | |
"dt_row": { | |
"display": "table-row" | |
}, | |
"dt_row_group": { | |
"display": "table-row-group" | |
}, | |
"dt_column": { | |
"display": "table-column" | |
}, | |
"dt_column_group": { | |
"display": "table-column-group" | |
}, | |
"dt__fixed": { | |
"table-layout": "fixed", | |
"width": "100%" | |
}, | |
"flex": { | |
"display": "flex" | |
}, | |
"flex_auto": { | |
"flex": "1 1 auto", | |
"min-width": "0", | |
"min-height": "0" | |
}, | |
"flex_none": { | |
"flex": "none" | |
}, | |
"flex_column": { | |
"flex-direction": "column" | |
}, | |
"flex_wrap": { | |
"flex-wrap": "wrap" | |
}, | |
"items_start": { | |
"align-items": "flex-start" | |
}, | |
"items_end": { | |
"align-items": "flex-end" | |
}, | |
"items_center": { | |
"align-items": "center" | |
}, | |
"items_baseline": { | |
"align-items": "baseline" | |
}, | |
"items_stretch": { | |
"align-items": "stretch" | |
}, | |
"self_start": { | |
"align-self": "flex-start" | |
}, | |
"self_end": { | |
"align-self": "flex-end" | |
}, | |
"self_center": { | |
"align-self": "center" | |
}, | |
"self_baseline": { | |
"align-self": "baseline" | |
}, | |
"self_stretch": { | |
"align-self": "stretch" | |
}, | |
"justify_start": { | |
"justify-content": "flex-start" | |
}, | |
"justify_end": { | |
"justify-content": "flex-end" | |
}, | |
"justify_center": { | |
"justify-content": "center" | |
}, | |
"justify_between": { | |
"justify-content": "space-between" | |
}, | |
"justify_around": { | |
"justify-content": "space-around" | |
}, | |
"content_start": { | |
"align-content": "flex-start" | |
}, | |
"content_end": { | |
"align-content": "flex-end" | |
}, | |
"content_center": { | |
"align-content": "center" | |
}, | |
"content_between": { | |
"align-content": "space-between" | |
}, | |
"content_around": { | |
"align-content": "space-around" | |
}, | |
"content_stretch": { | |
"align-content": "stretch" | |
}, | |
"order_0": { | |
"order": "0" | |
}, | |
"order_1": { | |
"order": "1" | |
}, | |
"order_2": { | |
"order": "2" | |
}, | |
"order_3": { | |
"order": "3" | |
}, | |
"order_4": { | |
"order": "4" | |
}, | |
"order_5": { | |
"order": "5" | |
}, | |
"order_6": { | |
"order": "6" | |
}, | |
"order_7": { | |
"order": "7" | |
}, | |
"order_8": { | |
"order": "8" | |
}, | |
"order_last": { | |
"order": "99999" | |
}, | |
"fl": { | |
"float": "left", | |
"_display": "inline" | |
}, | |
"fr": { | |
"float": "right", | |
"_display": "inline" | |
}, | |
"fn": { | |
"float": "none" | |
}, | |
"sans_serif": { | |
"font-family": "-apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif" | |
}, | |
"serif": { | |
"font-family": "georgia, times, serif" | |
}, | |
"system_sans_serif": { | |
"font-family": "sans-serif" | |
}, | |
"system_serif": { | |
"font-family": "serif" | |
}, | |
"helvetica": { | |
"font-family": "'helvetica neue', helvetica, sans-serif" | |
}, | |
"avenir": { | |
"font-family": "'avenir next', avenir, sans-serif" | |
}, | |
"georgia": { | |
"font-family": "georgia, serif" | |
}, | |
"times": { | |
"font-family": "times, serif" | |
}, | |
"bodoni": { | |
"font-family": "\"Bodoni MT\", serif" | |
}, | |
"calisto": { | |
"font-family": "\"Calisto MT\", serif" | |
}, | |
"garamond": { | |
"font-family": "garamond, serif" | |
}, | |
"baskerville": { | |
"font-family": "garamond, serif" | |
}, | |
"i": { | |
"font-style": "italic" | |
}, | |
"fs_normal": { | |
"font-style": "normal" | |
}, | |
"normal": { | |
"font-weight": "normal" | |
}, | |
"fw1": { | |
"font-weight": "100" | |
}, | |
"fw2": { | |
"font-weight": "200" | |
}, | |
"fw3": { | |
"font-weight": "300" | |
}, | |
"fw4": { | |
"font-weight": "400" | |
}, | |
"fw5": { | |
"font-weight": "500" | |
}, | |
"fw6": { | |
"font-weight": "600" | |
}, | |
"fw7": { | |
"font-weight": "700" | |
}, | |
"fw8": { | |
"font-weight": "800" | |
}, | |
"fw9": { | |
"font-weight": "900" | |
}, | |
"input_reset": { | |
"-webkit-appearance": "none", | |
"-moz-appearance": "none" | |
}, | |
"h2": { | |
"height": "2rem" | |
}, | |
"h3": { | |
"height": "4rem" | |
}, | |
"h4": { | |
"height": "8rem" | |
}, | |
"h5": { | |
"height": "16rem" | |
}, | |
"h_25": { | |
"height": "25%" | |
}, | |
"h_50": { | |
"height": "50%" | |
}, | |
"h_75": { | |
"height": "75%" | |
}, | |
"h_100": { | |
"height": "100%" | |
}, | |
"h_auto": { | |
"height": "auto" | |
}, | |
"h_inherit": { | |
"height": "inherit" | |
}, | |
"tracked": { | |
"letter-spacing": ".16em" | |
}, | |
"tracked_tight": { | |
"letter-spacing": "-.05em" | |
}, | |
"tracked_mega": { | |
"letter-spacing": ".32em" | |
}, | |
"lh_solid": { | |
"line-height": "1" | |
}, | |
"lh_title": { | |
"line-height": "1.3" | |
}, | |
"lh_copy": { | |
"line-height": "1.6" | |
}, | |
"link": { | |
"text-decoration": "none", | |
"transition": "color .15s ease-in" | |
}, | |
"link_link": { | |
"transition": "color .15s ease-in" | |
}, | |
"link_visited": { | |
"transition": "color .15s ease-in" | |
}, | |
"link_hover": { | |
"transition": "color .15s ease-in" | |
}, | |
"link_active": { | |
"transition": "color .15s ease-in" | |
}, | |
"link_focus": { | |
"transition": "color .15s ease-in" | |
}, | |
"list": { | |
"list-style-type": "none" | |
}, | |
"mw_100": { | |
"max-width": "100%" | |
}, | |
"mw1": { | |
"max-width": "1rem" | |
}, | |
"mw2": { | |
"max-width": "2rem" | |
}, | |
"mw3": { | |
"max-width": "4rem" | |
}, | |
"mw4": { | |
"max-width": "8rem" | |
}, | |
"mw5": { | |
"max-width": "16rem" | |
}, | |
"mw6": { | |
"max-width": "32rem" | |
}, | |
"mw7": { | |
"max-width": "48rem" | |
}, | |
"mw8": { | |
"max-width": "64rem" | |
}, | |
"mw9": { | |
"max-width": "96rem" | |
}, | |
"mw_none": { | |
"max-width": "none" | |
}, | |
"w1": { | |
"width": "1rem" | |
}, | |
"w2": { | |
"width": "2rem" | |
}, | |
"w3": { | |
"width": "4rem" | |
}, | |
"w4": { | |
"width": "8rem" | |
}, | |
"w5": { | |
"width": "16rem" | |
}, | |
"w_10": { | |
"width": "10%" | |
}, | |
"w_20": { | |
"width": "20%" | |
}, | |
"w_25": { | |
"width": "25%" | |
}, | |
"w_33": { | |
"width": "33%" | |
}, | |
"w_34": { | |
"width": "34%" | |
}, | |
"w_40": { | |
"width": "40%" | |
}, | |
"w_50": { | |
"width": "50%" | |
}, | |
"w_60": { | |
"width": "60%" | |
}, | |
"w_75": { | |
"width": "75%" | |
}, | |
"w_80": { | |
"width": "80%" | |
}, | |
"w_100": { | |
"width": "100%" | |
}, | |
"w_auto": { | |
"width": "auto" | |
}, | |
"overflow_visible": { | |
"overflow": "visible" | |
}, | |
"overflow_hidden": { | |
"overflow": "hidden" | |
}, | |
"overflow_scroll": { | |
"overflow": "scroll" | |
}, | |
"overflow_auto": { | |
"overflow": "auto" | |
}, | |
"overflow_x_visible": { | |
"overflow-x": "visible" | |
}, | |
"overflow_x_hidden": { | |
"overflow-x": "hidden" | |
}, | |
"overflow_x_scroll": { | |
"overflow-x": "scroll" | |
}, | |
"overflow_x_auto": { | |
"overflow-x": "auto" | |
}, | |
"overflow_y_visible": { | |
"overflow-y": "visible" | |
}, | |
"overflow_y_hidden": { | |
"overflow-y": "hidden" | |
}, | |
"overflow_y_scroll": { | |
"overflow-y": "scroll" | |
}, | |
"overflow_y_auto": { | |
"overflow-y": "auto" | |
}, | |
"static": { | |
"position": "static" | |
}, | |
"relative": { | |
"position": "relative" | |
}, | |
"absolute": { | |
"position": "absolute" | |
}, | |
"fixed": { | |
"position": "fixed" | |
}, | |
"o_100": { | |
"opacity": "1" | |
}, | |
"o_90": { | |
"opacity": ".9" | |
}, | |
"o_80": { | |
"opacity": ".8" | |
}, | |
"o_70": { | |
"opacity": ".7" | |
}, | |
"o_60": { | |
"opacity": ".6" | |
}, | |
"o_50": { | |
"opacity": ".5" | |
}, | |
"o_40": { | |
"opacity": ".4" | |
}, | |
"o_30": { | |
"opacity": ".3" | |
}, | |
"o_20": { | |
"opacity": ".2" | |
}, | |
"o_10": { | |
"opacity": ".1" | |
}, | |
"o_05": { | |
"opacity": ".05" | |
}, | |
"o_025": { | |
"opacity": ".025" | |
}, | |
"o_0": { | |
"opacity": "0" | |
}, | |
"black_90": { | |
"color": "rgba( 0, 0, 0, .9 )" | |
}, | |
"black_80": { | |
"color": "rgba( 0, 0, 0, .8 )" | |
}, | |
"black_70": { | |
"color": "rgba( 0, 0, 0, .7 )" | |
}, | |
"black_60": { | |
"color": "rgba( 0, 0, 0, .6 )" | |
}, | |
"black_50": { | |
"color": "rgba( 0, 0, 0, .5 )" | |
}, | |
"black_40": { | |
"color": "rgba( 0, 0, 0, .4 )" | |
}, | |
"black_30": { | |
"color": "rgba( 0, 0, 0, .3 )" | |
}, | |
"black_20": { | |
"color": "rgba( 0, 0, 0, .2 )" | |
}, | |
"black_10": { | |
"color": "rgba( 0, 0, 0, .1 )" | |
}, | |
"black_05": { | |
"color": "rgba( 0, 0, 0, .05 )" | |
}, | |
"white_90": { | |
"color": "rgba( 255, 255, 255, .9 )" | |
}, | |
"white_80": { | |
"color": "rgba( 255, 255, 255, .8 )" | |
}, | |
"white_70": { | |
"color": "rgba( 255, 255, 255, .7 )" | |
}, | |
"white_60": { | |
"color": "rgba( 255, 255, 255, .6 )" | |
}, | |
"white_50": { | |
"color": "rgba( 255, 255, 255, .5 )" | |
}, | |
"white_40": { | |
"color": "rgba( 255, 255, 255, .4 )" | |
}, | |
"white_30": { | |
"color": "rgba( 255, 255, 255, .3 )" | |
}, | |
"white_20": { | |
"color": "rgba( 255, 255, 255, .2 )" | |
}, | |
"white_10": { | |
"color": "rgba( 255, 255, 255, .1 )" | |
}, | |
"black": { | |
"color": "#000" | |
}, | |
"near_black": { | |
"color": "#111" | |
}, | |
"dark_gray": { | |
"color": "#333" | |
}, | |
"mid_gray": { | |
"color": "#555" | |
}, | |
"gray": { | |
"color": "#777" | |
}, | |
"silver": { | |
"color": "#999" | |
}, | |
"light_silver": { | |
"color": "#aaa" | |
}, | |
"moon_gray": { | |
"color": "#ccc" | |
}, | |
"light_gray": { | |
"color": "#eee" | |
}, | |
"near_white": { | |
"color": "#f4f4f4" | |
}, | |
"white": { | |
"color": "#fff" | |
}, | |
"dark_red": { | |
"color": "#f00008" | |
}, | |
"red": { | |
"color": "#ff3223" | |
}, | |
"orange": { | |
"color": "#f3a801" | |
}, | |
"gold": { | |
"color": "#f2c800" | |
}, | |
"yellow": { | |
"color": "#ffde37" | |
}, | |
"purple": { | |
"color": "#7d5da9" | |
}, | |
"light_purple": { | |
"color": "#8d4f92" | |
}, | |
"hot_pink": { | |
"color": "#d62288" | |
}, | |
"dark_pink": { | |
"color": "#c64774" | |
}, | |
"pink": { | |
"color": "#f49cc8" | |
}, | |
"dark_green": { | |
"color": "#006C71" | |
}, | |
"green": { | |
"color": "#41D69F" | |
}, | |
"navy": { | |
"color": "#001b44" | |
}, | |
"dark_blue": { | |
"color": "#00449e" | |
}, | |
"blue": { | |
"color": "#357edd" | |
}, | |
"light_blue": { | |
"color": "#96ccff" | |
}, | |
"lightest_blue": { | |
"color": "#cdecff" | |
}, | |
"washed_blue": { | |
"color": "#f6fffe" | |
}, | |
"washed_green": { | |
"color": "#e8fdf5" | |
}, | |
"washed_yellow": { | |
"color": "#fff8d5" | |
}, | |
"light_pink": { | |
"color": "#efa4b8" | |
}, | |
"light_yellow": { | |
"color": "#f3dd70" | |
}, | |
"light_red": { | |
"color": "#ffd3c0" | |
}, | |
"bg_black_90": { | |
"background-color": "rgba( 0, 0, 0, .9 )" | |
}, | |
"bg_black_80": { | |
"background-color": "rgba( 0, 0, 0, .8 )" | |
}, | |
"bg_black_70": { | |
"background-color": "rgba( 0, 0, 0, .7 )" | |
}, | |
"bg_black_60": { | |
"background-color": "rgba( 0, 0, 0, .6 )" | |
}, | |
"bg_black_50": { | |
"background-color": "rgba( 0, 0, 0, .5 )" | |
}, | |
"bg_black_40": { | |
"background-color": "rgba( 0, 0, 0, .4 )" | |
}, | |
"bg_black_30": { | |
"background-color": "rgba( 0, 0, 0, .3 )" | |
}, | |
"bg_black_20": { | |
"background-color": "rgba( 0, 0, 0, .2 )" | |
}, | |
"bg_black_10": { | |
"background-color": "rgba( 0, 0, 0, .1 )" | |
}, | |
"bg_black_05": { | |
"background-color": "rgba( 0, 0, 0, .05 )" | |
}, | |
"bg_white_90": { | |
"background-color": "rgba( 255, 255, 255, .9 )" | |
}, | |
"bg_white_80": { | |
"background-color": "rgba( 255, 255, 255, .8 )" | |
}, | |
"bg_white_70": { | |
"background-color": "rgba( 255, 255, 255, .7 )" | |
}, | |
"bg_white_60": { | |
"background-color": "rgba( 255, 255, 255, .6 )" | |
}, | |
"bg_white_50": { | |
"background-color": "rgba( 255, 255, 255, .5 )" | |
}, | |
"bg_white_40": { | |
"background-color": "rgba( 255, 255, 255, .4 )" | |
}, | |
"bg_white_30": { | |
"background-color": "rgba( 255, 255, 255, .3 )" | |
}, | |
"bg_white_20": { | |
"background-color": "rgba( 255, 255, 255, .2 )" | |
}, | |
"bg_white_10": { | |
"background-color": "rgba( 255, 255, 255, .1 )" | |
}, | |
"bg_black": { | |
"background-color": "#000" | |
}, | |
"bg_near_black": { | |
"background-color": "#111" | |
}, | |
"bg_dark_gray": { | |
"background-color": "#333" | |
}, | |
"bg_mid_gray": { | |
"background-color": "#555" | |
}, | |
"bg_gray": { | |
"background-color": "#777" | |
}, | |
"bg_silver": { | |
"background-color": "#999" | |
}, | |
"bg_light_silver": { | |
"background-color": "#aaa" | |
}, | |
"bg_moon_gray": { | |
"background-color": "#ccc" | |
}, | |
"bg_light_gray": { | |
"background-color": "#eee" | |
}, | |
"bg_near_white": { | |
"background-color": "#f4f4f4" | |
}, | |
"bg_white": { | |
"background-color": "#fff" | |
}, | |
"bg_transparent": { | |
"background-color": "transparent" | |
}, | |
"bg_dark_red": { | |
"background-color": "#f00008" | |
}, | |
"bg_red": { | |
"background-color": "#ff3223" | |
}, | |
"bg_orange": { | |
"background-color": "#f3a801" | |
}, | |
"bg_gold": { | |
"background-color": "#f2c800" | |
}, | |
"bg_yellow": { | |
"background-color": "#ffde37" | |
}, | |
"bg_purple": { | |
"background-color": "#7d5da9" | |
}, | |
"bg_light_purple": { | |
"background-color": "#8d4f92" | |
}, | |
"bg_hot_pink": { | |
"background-color": "#d62288" | |
}, | |
"bg_dark_pink": { | |
"background-color": "#c64774" | |
}, | |
"bg_pink": { | |
"background-color": "#f49cc8" | |
}, | |
"bg_dark_green": { | |
"background-color": "#006C71" | |
}, | |
"bg_green": { | |
"background-color": "#41D69F" | |
}, | |
"bg_navy": { | |
"background-color": "#001b44" | |
}, | |
"bg_dark_blue": { | |
"background-color": "#00449e" | |
}, | |
"bg_blue": { | |
"background-color": "#357edd" | |
}, | |
"bg_light_blue": { | |
"background-color": "#96ccff" | |
}, | |
"bg_lightest_blue": { | |
"background-color": "#cdecff" | |
}, | |
"bg_washed_blue": { | |
"background-color": "#f6fffe" | |
}, | |
"bg_washed_green": { | |
"background-color": "#e8fdf5" | |
}, | |
"bg_washed_yellow": { | |
"background-color": "#fff8d5" | |
}, | |
"bg_light_pink": { | |
"background-color": "#efa4b8" | |
}, | |
"bg_light_yellow": { | |
"background-color": "#f3dd70" | |
}, | |
"bg_light_red": { | |
"background-color": "#ffd3c0" | |
}, | |
"hover_black_hover": { | |
"color": "#000" | |
}, | |
"hover_near_black_hover": { | |
"color": "#111" | |
}, | |
"hover_dark_gray_hover": { | |
"color": "#333" | |
}, | |
"hover_mid_gray_hover": { | |
"color": "#555" | |
}, | |
"hover_gray_hover": { | |
"color": "#777" | |
}, | |
"hover_silver_hover": { | |
"color": "#999" | |
}, | |
"hover_light_silver_hover": { | |
"color": "#aaa" | |
}, | |
"hover_moon_gray_hover": { | |
"color": "#ccc" | |
}, | |
"hover_light_gray_hover": { | |
"color": "#eee" | |
}, | |
"hover_near_white_hover": { | |
"color": "#f4f4f4" | |
}, | |
"hover_white_hover": { | |
"color": "#fff" | |
}, | |
"hover_bg_black_hover": { | |
"background-color": "#000" | |
}, | |
"hover_bg_near_black_hover": { | |
"background-color": "#111" | |
}, | |
"hover_bg_dark_gray_hover": { | |
"background-color": "#333" | |
}, | |
"hover_bg_mid_gray_hover": { | |
"background-color": "#555" | |
}, | |
"hover_bg_gray_hover": { | |
"background-color": "#777" | |
}, | |
"hover_bg_silver_hover": { | |
"background-color": "#999" | |
}, | |
"hover_bg_light_silver_hover": { | |
"background-color": "#aaa" | |
}, | |
"hover_bg_moon_gray_hover": { | |
"background-color": "#ccc" | |
}, | |
"hover_bg_light_gray_hover": { | |
"background-color": "#eee" | |
}, | |
"hover_bg_near_white_hover": { | |
"background-color": "#f4f4f4" | |
}, | |
"hover_bg_white_hover": { | |
"background-color": "#fff" | |
}, | |
"hover_bg_transparent_hover": { | |
"background-color": "transparent" | |
}, | |
"hover_bg_dark_red_hover": { | |
"background-color": "#f00008" | |
}, | |
"hover_bg_red_hover": { | |
"background-color": "#ff3223" | |
}, | |
"hover_bg_orange_hover": { | |
"background-color": "#f3a801" | |
}, | |
"hover_bg_gold_hover": { | |
"background-color": "#f2c800" | |
}, | |
"hover_bg_yellow_hover": { | |
"background-color": "#ffde37" | |
}, | |
"hover_bg_purple_hover": { | |
"background-color": "#7d5da9" | |
}, | |
"hover_bg_light_purple_hover": { | |
"background-color": "#8d4f92" | |
}, | |
"hover_bg_hot_pink_hover": { | |
"background-color": "#d62288" | |
}, | |
"hover_bg_dark_pink_hover": { | |
"background-color": "#c64774" | |
}, | |
"hover_bg_pink_hover": { | |
"background-color": "#f49cc8" | |
}, | |
"hover_bg_dark_green_hover": { | |
"background-color": "#006C71" | |
}, | |
"hover_bg_green_hover": { | |
"background-color": "#41D69F" | |
}, | |
"hover_bg_navy_hover": { | |
"background-color": "#001b44" | |
}, | |
"hover_bg_dark_blue_hover": { | |
"background-color": "#00449e" | |
}, | |
"hover_bg_blue_hover": { | |
"background-color": "#357edd" | |
}, | |
"hover_bg_light_blue_hover": { | |
"background-color": "#96ccff" | |
}, | |
"hover_bg_lightest_blue_hover": { | |
"background-color": "#cdecff" | |
}, | |
"hover_bg_washed_blue_hover": { | |
"background-color": "#f6fffe" | |
}, | |
"hover_bg_washed_green_hover": { | |
"background-color": "#e8fdf5" | |
}, | |
"hover_bg_washed_yellow_hover": { | |
"background-color": "#fff8d5" | |
}, | |
"hover_bg_light_pink_hover": { | |
"background-color": "#efa4b8" | |
}, | |
"hover_bg_light_yellow_hover": { | |
"background-color": "#f3dd70" | |
}, | |
"hover_bg_light_red_hover": { | |
"background-color": "#ffd3c0" | |
}, | |
"pa0": { | |
"padding": "0" | |
}, | |
"pa1": { | |
"padding": ".25rem" | |
}, | |
"pa2": { | |
"padding": ".5rem" | |
}, | |
"pa3": { | |
"padding": "1rem" | |
}, | |
"pa4": { | |
"padding": "2rem" | |
}, | |
"pa5": { | |
"padding": "4rem" | |
}, | |
"pa6": { | |
"padding": "8rem" | |
}, | |
"pa7": { | |
"padding": "16rem" | |
}, | |
"pl0": { | |
"padding-left": "0" | |
}, | |
"pl1": { | |
"padding-left": ".25rem" | |
}, | |
"pl2": { | |
"padding-left": ".5rem" | |
}, | |
"pl3": { | |
"padding-left": "1rem" | |
}, | |
"pl4": { | |
"padding-left": "2rem" | |
}, | |
"pl5": { | |
"padding-left": "4rem" | |
}, | |
"pl6": { | |
"padding-left": "8rem" | |
}, | |
"pl7": { | |
"padding-left": "16rem" | |
}, | |
"pr0": { | |
"padding-right": "0" | |
}, | |
"pr1": { | |
"padding-right": ".25rem" | |
}, | |
"pr2": { | |
"padding-right": ".5rem" | |
}, | |
"pr3": { | |
"padding-right": "1rem" | |
}, | |
"pr4": { | |
"padding-right": "2rem" | |
}, | |
"pr5": { | |
"padding-right": "4rem" | |
}, | |
"pr6": { | |
"padding-right": "8rem" | |
}, | |
"pr7": { | |
"padding-right": "16rem" | |
}, | |
"pb0": { | |
"padding-bottom": "0" | |
}, | |
"pb1": { | |
"padding-bottom": ".25rem" | |
}, | |
"pb2": { | |
"padding-bottom": ".5rem" | |
}, | |
"pb3": { | |
"padding-bottom": "1rem" | |
}, | |
"pb4": { | |
"padding-bottom": "2rem" | |
}, | |
"pb5": { | |
"padding-bottom": "4rem" | |
}, | |
"pb6": { | |
"padding-bottom": "8rem" | |
}, | |
"pb7": { | |
"padding-bottom": "16rem" | |
}, | |
"pt0": { | |
"padding-top": "0" | |
}, | |
"pt1": { | |
"padding-top": ".25rem" | |
}, | |
"pt2": { | |
"padding-top": ".5rem" | |
}, | |
"pt3": { | |
"padding-top": "1rem" | |
}, | |
"pt4": { | |
"padding-top": "2rem" | |
}, | |
"pt5": { | |
"padding-top": "4rem" | |
}, | |
"pt6": { | |
"padding-top": "8rem" | |
}, | |
"pt7": { | |
"padding-top": "16rem" | |
}, | |
"pv0": { | |
"padding-top": "0", | |
"padding-bottom": "0" | |
}, | |
"pv1": { | |
"padding-top": ".25rem", | |
"padding-bottom": ".25rem" | |
}, | |
"pv2": { | |
"padding-top": ".5rem", | |
"padding-bottom": ".5rem" | |
}, | |
"pv3": { | |
"padding-top": "1rem", | |
"padding-bottom": "1rem" | |
}, | |
"pv4": { | |
"padding-top": "2rem", | |
"padding-bottom": "2rem" | |
}, | |
"pv5": { | |
"padding-top": "4rem", | |
"padding-bottom": "4rem" | |
}, | |
"pv6": { | |
"padding-top": "8rem", | |
"padding-bottom": "8rem" | |
}, | |
"pv7": { | |
"padding-top": "16rem", | |
"padding-bottom": "16rem" | |
}, | |
"ph0": { | |
"padding-left": "0", | |
"padding-right": "0" | |
}, | |
"ph1": { | |
"padding-left": ".25rem", | |
"padding-right": ".25rem" | |
}, | |
"ph2": { | |
"padding-left": ".5rem", | |
"padding-right": ".5rem" | |
}, | |
"ph3": { | |
"padding-left": "1rem", | |
"padding-right": "1rem" | |
}, | |
"ph4": { | |
"padding-left": "2rem", | |
"padding-right": "2rem" | |
}, | |
"ph5": { | |
"padding-left": "4rem", | |
"padding-right": "4rem" | |
}, | |
"ph6": { | |
"padding-left": "8rem", | |
"padding-right": "8rem" | |
}, | |
"ph7": { | |
"padding-left": "16rem", | |
"padding-right": "16rem" | |
}, | |
"ma0": { | |
"margin": "0" | |
}, | |
"ma1": { | |
"margin": ".25rem" | |
}, | |
"ma2": { | |
"margin": ".5rem" | |
}, | |
"ma3": { | |
"margin": "1rem" | |
}, | |
"ma4": { | |
"margin": "2rem" | |
}, | |
"ma5": { | |
"margin": "4rem" | |
}, | |
"ma6": { | |
"margin": "8rem" | |
}, | |
"ma7": { | |
"margin": "16rem" | |
}, | |
"ml0": { | |
"margin-left": "0" | |
}, | |
"ml1": { | |
"margin-left": ".25rem" | |
}, | |
"ml2": { | |
"margin-left": ".5rem" | |
}, | |
"ml3": { | |
"margin-left": "1rem" | |
}, | |
"ml4": { | |
"margin-left": "2rem" | |
}, | |
"ml5": { | |
"margin-left": "4rem" | |
}, | |
"ml6": { | |
"margin-left": "8rem" | |
}, | |
"ml7": { | |
"margin-left": "16rem" | |
}, | |
"mr0": { | |
"margin-right": "0" | |
}, | |
"mr1": { | |
"margin-right": ".25rem" | |
}, | |
"mr2": { | |
"margin-right": ".5rem" | |
}, | |
"mr3": { | |
"margin-right": "1rem" | |
}, | |
"mr4": { | |
"margin-right": "2rem" | |
}, | |
"mr5": { | |
"margin-right": "4rem" | |
}, | |
"mr6": { | |
"margin-right": "8rem" | |
}, | |
"mr7": { | |
"margin-right": "16rem" | |
}, | |
"mb0": { | |
"margin-bottom": "0" | |
}, | |
"mb1": { | |
"margin-bottom": ".25rem" | |
}, | |
"mb2": { | |
"margin-bottom": ".5rem" | |
}, | |
"mb3": { | |
"margin-bottom": "1rem" | |
}, | |
"mb4": { | |
"margin-bottom": "2rem" | |
}, | |
"mb5": { | |
"margin-bottom": "4rem" | |
}, | |
"mb6": { | |
"margin-bottom": "8rem" | |
}, | |
"mb7": { | |
"margin-bottom": "16rem" | |
}, | |
"mt0": { | |
"margin-top": "0" | |
}, | |
"mt1": { | |
"margin-top": ".25rem" | |
}, | |
"mt2": { | |
"margin-top": ".5rem" | |
}, | |
"mt3": { | |
"margin-top": "1rem" | |
}, | |
"mt4": { | |
"margin-top": "2rem" | |
}, | |
"mt5": { | |
"margin-top": "4rem" | |
}, | |
"mt6": { | |
"margin-top": "8rem" | |
}, | |
"mt7": { | |
"margin-top": "16rem" | |
}, | |
"mv0": { | |
"margin-top": "0", | |
"margin-bottom": "0" | |
}, | |
"mv1": { | |
"margin-top": ".25rem", | |
"margin-bottom": ".25rem" | |
}, | |
"mv2": { | |
"margin-top": ".5rem", | |
"margin-bottom": ".5rem" | |
}, | |
"mv3": { | |
"margin-top": "1rem", | |
"margin-bottom": "1rem" | |
}, | |
"mv4": { | |
"margin-top": "2rem", | |
"margin-bottom": "2rem" | |
}, | |
"mv5": { | |
"margin-top": "4rem", | |
"margin-bottom": "4rem" | |
}, | |
"mv6": { | |
"margin-top": "8rem", | |
"margin-bottom": "8rem" | |
}, | |
"mv7": { | |
"margin-top": "16rem", | |
"margin-bottom": "16rem" | |
}, | |
"mh0": { | |
"margin-left": "0", | |
"margin-right": "0" | |
}, | |
"mh1": { | |
"margin-left": ".25rem", | |
"margin-right": ".25rem" | |
}, | |
"mh2": { | |
"margin-left": ".5rem", | |
"margin-right": ".5rem" | |
}, | |
"mh3": { | |
"margin-left": "1rem", | |
"margin-right": "1rem" | |
}, | |
"mh4": { | |
"margin-left": "2rem", | |
"margin-right": "2rem" | |
}, | |
"mh5": { | |
"margin-left": "4rem", | |
"margin-right": "4rem" | |
}, | |
"mh6": { | |
"margin-left": "8rem", | |
"margin-right": "8rem" | |
}, | |
"mh7": { | |
"margin-left": "16rem", | |
"margin-right": "16rem" | |
}, | |
"collapse": { | |
"border-collapse": "collapse", | |
"border-spacing": "0" | |
}, | |
"striped__moon_gray_nth_child_odd": { | |
"background-color": "#ccc" | |
}, | |
"striped__light_gray_nth_child_odd": { | |
"background-color": "#eee" | |
}, | |
"striped__near_white_nth_child_odd": { | |
"background-color": "#f4f4f4" | |
}, | |
"strike": { | |
"text-decoration": "line-through" | |
}, | |
"underline": { | |
"text-decoration": "underline" | |
}, | |
"no_underline": { | |
"text-decoration": "none" | |
}, | |
"tl": { | |
"text-align": "left" | |
}, | |
"tr": { | |
"text-align": "right" | |
}, | |
"tc": { | |
"text-align": "center" | |
}, | |
"ttc": { | |
"text-transform": "capitalize" | |
}, | |
"ttl": { | |
"text-transform": "lowercase" | |
}, | |
"ttu": { | |
"text-transform": "uppercase" | |
}, | |
"ttn": { | |
"text-transform": "none" | |
}, | |
"f_6": { | |
"font-size": "6rem" | |
}, | |
"f_headline": { | |
"font-size": "6rem" | |
}, | |
"f_5": { | |
"font-size": "5rem" | |
}, | |
"f_subheadline": { | |
"font-size": "5rem" | |
}, | |
"f1": { | |
"font-size": "3rem" | |
}, | |
"f2": { | |
"font-size": "2.25rem" | |
}, | |
"f3": { | |
"font-size": "1.5rem" | |
}, | |
"f4": { | |
"font-size": "1.25rem" | |
}, | |
"f5": { | |
"font-size": "1rem" | |
}, | |
"f6": { | |
"font-size": ".875rem" | |
}, | |
"measure": { | |
"max-width": "30em" | |
}, | |
"measure_wide": { | |
"max-width": "34em" | |
}, | |
"measure_narrow": { | |
"max-width": "20em" | |
}, | |
"indent": { | |
"text-indent": "1em", | |
"margin-top": "0", | |
"margin-bottom": "0" | |
}, | |
"small_caps": { | |
"font-variant": "small-caps" | |
}, | |
"truncate": { | |
"white-space": "nowrap", | |
"overflow": "hidden", | |
"text-overflow": "ellipsis" | |
}, | |
"aspect_ratio": { | |
"height": "0", | |
"position": "relative" | |
}, | |
"aspect_ratio__16x9": { | |
"padding-bottom": "56.25%" | |
}, | |
"aspect_ratio__4x3": { | |
"padding-bottom": "75%" | |
}, | |
"aspect_ratio__8x5": { | |
"padding-bottom": "62.5%" | |
}, | |
"aspect_ratio__object": { | |
"position": "absolute", | |
"top": "0", | |
"right": "0", | |
"bottom": "0", | |
"left": "0", | |
"width": "100%", | |
"height": "100%", | |
"z-index": "100" | |
}, | |
"overflow_container": { | |
"overflow-y": "scroll" | |
}, | |
"center": { | |
"margin-right": "auto", | |
"margin-left": "auto" | |
}, | |
"clip": { | |
"position": "fixed !important", | |
"_position": "absolute !important", | |
"clip": "rect( 1px, 1px, 1px, 1px )" | |
}, | |
"ws_normal": { | |
"white-space": "normal" | |
}, | |
"nowrap": { | |
"white-space": "nowrap" | |
}, | |
"v_base": { | |
"vertical-align": "baseline" | |
}, | |
"v_mid": { | |
"vertical-align": "middle" | |
}, | |
"v_top": { | |
"vertical-align": "top" | |
}, | |
"v_btm": { | |
"vertical-align": "bottom" | |
}, | |
"dim": { | |
"opacity": "1", | |
"transition": "opacity .15s ease-in" | |
}, | |
"dim_hover": { | |
"opacity": ".5", | |
"transition": "opacity .15s ease-in" | |
}, | |
"dim_focus": { | |
"opacity": ".5", | |
"transition": "opacity .15s ease-in" | |
}, | |
"dim_active": { | |
"opacity": ".8", | |
"transition": "opacity .15s ease-out" | |
}, | |
"hide_child__child": { | |
"opacity": "0", | |
"transition": "opacity .15s ease-in" | |
}, | |
"hide_child_hover__child": { | |
"opacity": "1", | |
"transition": "opacity .15s ease-in" | |
}, | |
"hide_child_focus__child": { | |
"opacity": "1", | |
"transition": "opacity .15s ease-in" | |
}, | |
"hide_child_active__child": { | |
"opacity": "1", | |
"transition": "opacity .15s ease-in" | |
}, | |
"underline_hover_hover": { | |
"text-decoration": "underline" | |
}, | |
"underline_hover_focus": { | |
"text-decoration": "underline" | |
}, | |
"grow": { | |
"transition": "transform .2s" | |
}, | |
"grow_hover": { | |
"transform": "scale( 1.05 )" | |
}, | |
"grow_large": { | |
"transition": "transform .2s" | |
}, | |
"grow_large_hover": { | |
"transform": "scale( 1.2 )" | |
}, | |
"pointer_hover": { | |
"cursor": "pointer" | |
}, | |
"debug": { | |
"outline": "1px solid gold" | |
}, | |
"@media screen and (min-width: 30em)": { | |
"__expression__": "screen and (min-width: 30em)", | |
"cover_ns": { | |
"background-size": "cover" | |
}, | |
"contain_ns": { | |
"background-size": "contain" | |
}, | |
"ba_ns": { | |
"border-style": "solid", | |
"border-width": "1px" | |
}, | |
"bt_ns": { | |
"border-top-style": "solid", | |
"border-top-width": "1px" | |
}, | |
"br_ns": { | |
"border-right-style": "solid", | |
"border-right-width": "1px" | |
}, | |
"bb_ns": { | |
"border-bottom-style": "solid", | |
"border-bottom-width": "1px" | |
}, | |
"bl_ns": { | |
"border-left-style": "solid", | |
"border-left-width": "1px" | |
}, | |
"bn_ns": { | |
"border-style": "none", | |
"border-width": "0" | |
}, | |
"br0_ns": { | |
"border-radius": "0" | |
}, | |
"br1_ns": { | |
"border-radius": ".125rem" | |
}, | |
"br2_ns": { | |
"border-radius": ".25rem" | |
}, | |
"br3_ns": { | |
"border-radius": ".5rem" | |
}, | |
"br4_ns": { | |
"border-radius": "1rem" | |
}, | |
"br_100_ns": { | |
"border-radius": "100%" | |
}, | |
"br__bottom_ns": { | |
"border-top-left-radius": "0", | |
"border-top-right-radius": "0" | |
}, | |
"br__top_ns": { | |
"border-bottom-left-radius": "0", | |
"border-bottom-right-radius": "0" | |
}, | |
"br__right_ns": { | |
"border-top-left-radius": "0", | |
"border-bottom-left-radius": "0" | |
}, | |
"br__left_ns": { | |
"border-top-right-radius": "0", | |
"border-bottom-right-radius": "0" | |
}, | |
"b__dotted_ns": { | |
"border-style": "dotted" | |
}, | |
"b__dashed_ns": { | |
"border-style": "dashed" | |
}, | |
"b__solid_ns": { | |
"border-style": "solid" | |
}, | |
"b__none_ns": { | |
"border-style": "none" | |
}, | |
"bw0_ns": { | |
"border-width": "0" | |
}, | |
"bw1_ns": { | |
"border-width": ".125rem" | |
}, | |
"bw2_ns": { | |
"border-width": ".25rem" | |
}, | |
"bw3_ns": { | |
"border-width": ".5rem" | |
}, | |
"bw4_ns": { | |
"border-width": "1rem" | |
}, | |
"bw5_ns": { | |
"border-width": "2rem" | |
}, | |
"bt_0_ns": { | |
"border-top-width": "0" | |
}, | |
"br_0_ns": { | |
"border-right-width": "0" | |
}, | |
"bb_0_ns": { | |
"border-bottom-width": "0" | |
}, | |
"bl_0_ns": { | |
"border-left-width": "0" | |
}, | |
"shadow_1_ns": { | |
"box-shadow": "0px 0px 4px 2px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"shadow_2_ns": { | |
"box-shadow": "0px 0px 8px 2px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"shadow_3_ns": { | |
"box-shadow": "2px 2px 4px 2px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"shadow_4_ns": { | |
"box-shadow": "2px 2px 8px 0px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"shadow_5_ns": { | |
"box-shadow": "4px 4px 8px 0px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"top_0_ns": { | |
"top": "0" | |
}, | |
"left_0_ns": { | |
"left": "0" | |
}, | |
"right_0_ns": { | |
"right": "0" | |
}, | |
"bottom_0_ns": { | |
"bottom": "0" | |
}, | |
"top_1_ns": { | |
"top": "1rem" | |
}, | |
"left_1_ns": { | |
"left": "1rem" | |
}, | |
"right_1_ns": { | |
"right": "1rem" | |
}, | |
"bottom_1_ns": { | |
"bottom": "1rem" | |
}, | |
"top_2_ns": { | |
"top": "2rem" | |
}, | |
"left_2_ns": { | |
"left": "2rem" | |
}, | |
"right_2_ns": { | |
"right": "2rem" | |
}, | |
"bottom_2_ns": { | |
"bottom": "2rem" | |
}, | |
"top__1_ns": { | |
"top": "-1rem" | |
}, | |
"right__1_ns": { | |
"right": "-1rem" | |
}, | |
"bottom__1_ns": { | |
"bottom": "-1rem" | |
}, | |
"left__1_ns": { | |
"left": "-1rem" | |
}, | |
"top__2_ns": { | |
"top": "-2rem" | |
}, | |
"right__2_ns": { | |
"right": "-2rem" | |
}, | |
"bottom__2_ns": { | |
"bottom": "-2rem" | |
}, | |
"left__2_ns": { | |
"left": "-2rem" | |
}, | |
"absolute__fill_ns": { | |
"top": "0", | |
"right": "0", | |
"bottom": "0", | |
"left": "0" | |
}, | |
"cl_ns": { | |
"clear": "left" | |
}, | |
"cr_ns": { | |
"clear": "right" | |
}, | |
"cb_ns": { | |
"clear": "both" | |
}, | |
"cn_ns": { | |
"clear": "none" | |
}, | |
"dn_ns": { | |
"display": "none" | |
}, | |
"di_ns": { | |
"display": "inline" | |
}, | |
"db_ns": { | |
"display": "block" | |
}, | |
"dib_ns": { | |
"display": "inline-block" | |
}, | |
"dit_ns": { | |
"display": "inline-table" | |
}, | |
"dt_ns": { | |
"display": "table" | |
}, | |
"dtc_ns": { | |
"display": "table-cell" | |
}, | |
"dt_row_ns": { | |
"display": "table-row" | |
}, | |
"dt_row_group_ns": { | |
"display": "table-row-group" | |
}, | |
"dt_column_ns": { | |
"display": "table-column" | |
}, | |
"dt_column_group_ns": { | |
"display": "table-column-group" | |
}, | |
"dt__fixed_ns": { | |
"table-layout": "fixed", | |
"width": "100%" | |
}, | |
"flex_ns": { | |
"display": "flex" | |
}, | |
"flex_auto_ns": { | |
"flex": "1 1 auto", | |
"min-width": "0", | |
"min-height": "0" | |
}, | |
"flex_none_ns": { | |
"flex": "none" | |
}, | |
"flex_column_ns": { | |
"flex-direction": "column" | |
}, | |
"flex_wrap_ns": { | |
"flex-wrap": "wrap" | |
}, | |
"items_start_ns": { | |
"align-items": "flex-start" | |
}, | |
"items_end_ns": { | |
"align-items": "flex-end" | |
}, | |
"items_center_ns": { | |
"align-items": "center" | |
}, | |
"items_baseline_ns": { | |
"align-items": "baseline" | |
}, | |
"items_stretch_ns": { | |
"align-items": "stretch" | |
}, | |
"self_start_ns": { | |
"align-self": "flex-start" | |
}, | |
"self_end_ns": { | |
"align-self": "flex-end" | |
}, | |
"self_center_ns": { | |
"align-self": "center" | |
}, | |
"self_baseline_ns": { | |
"align-self": "baseline" | |
}, | |
"self_stretch_ns": { | |
"align-self": "stretch" | |
}, | |
"justify_start_ns": { | |
"justify-content": "flex-start" | |
}, | |
"justify_end_ns": { | |
"justify-content": "flex-end" | |
}, | |
"justify_center_ns": { | |
"justify-content": "center" | |
}, | |
"justify_between_ns": { | |
"justify-content": "space-between" | |
}, | |
"justify_around_ns": { | |
"justify-content": "space-around" | |
}, | |
"content_start_ns": { | |
"align-content": "flex-start" | |
}, | |
"content_end_ns": { | |
"align-content": "flex-end" | |
}, | |
"content_center_ns": { | |
"align-content": "center" | |
}, | |
"content_between_ns": { | |
"align-content": "space-between" | |
}, | |
"content_around_ns": { | |
"align-content": "space-around" | |
}, | |
"content_stretch_ns": { | |
"align-content": "stretch" | |
}, | |
"order_0_ns": { | |
"order": "0" | |
}, | |
"order_1_ns": { | |
"order": "1" | |
}, | |
"order_2_ns": { | |
"order": "2" | |
}, | |
"order_3_ns": { | |
"order": "3" | |
}, | |
"order_4_ns": { | |
"order": "4" | |
}, | |
"order_5_ns": { | |
"order": "5" | |
}, | |
"order_6_ns": { | |
"order": "6" | |
}, | |
"order_7_ns": { | |
"order": "7" | |
}, | |
"order_8_ns": { | |
"order": "8" | |
}, | |
"order_last_ns": { | |
"order": "99999" | |
}, | |
"fl_ns": { | |
"float": "left", | |
"display": "inline" | |
}, | |
"fr_ns": { | |
"float": "right", | |
"display": "inline" | |
}, | |
"fn_ns": { | |
"float": "none" | |
}, | |
"i_ns": { | |
"font-style": "italic" | |
}, | |
"fs_normal_ns": { | |
"font-style": "normal" | |
}, | |
"normal_ns": { | |
"font-weight": "normal" | |
}, | |
"b_ns": { | |
"font-weight": "bold" | |
}, | |
"fw1_ns": { | |
"font-weight": "100" | |
}, | |
"fw2_ns": { | |
"font-weight": "200" | |
}, | |
"fw3_ns": { | |
"font-weight": "300" | |
}, | |
"fw4_ns": { | |
"font-weight": "400" | |
}, | |
"fw5_ns": { | |
"font-weight": "500" | |
}, | |
"fw6_ns": { | |
"font-weight": "600" | |
}, | |
"fw7_ns": { | |
"font-weight": "700" | |
}, | |
"fw8_ns": { | |
"font-weight": "800" | |
}, | |
"fw9_ns": { | |
"font-weight": "900" | |
}, | |
"h1_ns": { | |
"height": "1rem" | |
}, | |
"h2_ns": { | |
"height": "2rem" | |
}, | |
"h3_ns": { | |
"height": "4rem" | |
}, | |
"h4_ns": { | |
"height": "8rem" | |
}, | |
"h5_ns": { | |
"height": "16rem" | |
}, | |
"h_25_ns": { | |
"height": "25%" | |
}, | |
"h_50_ns": { | |
"height": "50%" | |
}, | |
"h_75_ns": { | |
"height": "75%" | |
}, | |
"h_100_ns": { | |
"height": "100%" | |
}, | |
"h_auto_ns": { | |
"height": "auto" | |
}, | |
"h_inherit_ns": { | |
"height": "inherit" | |
}, | |
"tracked_ns": { | |
"letter-spacing": ".16em" | |
}, | |
"tracked_tight_ns": { | |
"letter-spacing": "-.05em" | |
}, | |
"tracked_mega_ns": { | |
"letter-spacing": ".32em" | |
}, | |
"lh_solid_ns": { | |
"line-height": "1" | |
}, | |
"lh_title_ns": { | |
"line-height": "1.3" | |
}, | |
"lh_copy_ns": { | |
"line-height": "1.6" | |
}, | |
"mw_100_ns": { | |
"max-width": "100%" | |
}, | |
"mw1_ns": { | |
"max-width": "1rem" | |
}, | |
"mw2_ns": { | |
"max-width": "2rem" | |
}, | |
"mw3_ns": { | |
"max-width": "4rem" | |
}, | |
"mw4_ns": { | |
"max-width": "8rem" | |
}, | |
"mw5_ns": { | |
"max-width": "16rem" | |
}, | |
"mw6_ns": { | |
"max-width": "32rem" | |
}, | |
"mw7_ns": { | |
"max-width": "48rem" | |
}, | |
"mw8_ns": { | |
"max-width": "64rem" | |
}, | |
"mw9_ns": { | |
"max-width": "96rem" | |
}, | |
"mw_none_ns": { | |
"max-width": "none" | |
}, | |
"w1_ns": { | |
"width": "1rem" | |
}, | |
"w2_ns": { | |
"width": "2rem" | |
}, | |
"w3_ns": { | |
"width": "4rem" | |
}, | |
"w4_ns": { | |
"width": "8rem" | |
}, | |
"w5_ns": { | |
"width": "16rem" | |
}, | |
"w_10_ns": { | |
"width": "10%" | |
}, | |
"w_20_ns": { | |
"width": "20%" | |
}, | |
"w_25_ns": { | |
"width": "25%" | |
}, | |
"w_33_ns": { | |
"width": "33%" | |
}, | |
"w_34_ns": { | |
"width": "34%" | |
}, | |
"w_40_ns": { | |
"width": "40%" | |
}, | |
"w_50_ns": { | |
"width": "50%" | |
}, | |
"w_60_ns": { | |
"width": "60%" | |
}, | |
"w_75_ns": { | |
"width": "75%" | |
}, | |
"w_80_ns": { | |
"width": "80%" | |
}, | |
"w_100_ns": { | |
"width": "100%" | |
}, | |
"w_auto_ns": { | |
"width": "auto" | |
}, | |
"overflow_visible_ns": { | |
"overflow": "visible" | |
}, | |
"overflow_hidden_ns": { | |
"overflow": "hidden" | |
}, | |
"overflow_scroll_ns": { | |
"overflow": "scroll" | |
}, | |
"overflow_auto_ns": { | |
"overflow": "auto" | |
}, | |
"overflow_x_visible_ns": { | |
"overflow-x": "visible" | |
}, | |
"overflow_x_hidden_ns": { | |
"overflow-x": "hidden" | |
}, | |
"overflow_x_scroll_ns": { | |
"overflow-x": "scroll" | |
}, | |
"overflow_x_auto_ns": { | |
"overflow-x": "auto" | |
}, | |
"overflow_y_visible_ns": { | |
"overflow-y": "visible" | |
}, | |
"overflow_y_hidden_ns": { | |
"overflow-y": "hidden" | |
}, | |
"overflow_y_scroll_ns": { | |
"overflow-y": "scroll" | |
}, | |
"overflow_y_auto_ns": { | |
"overflow-y": "auto" | |
}, | |
"static_ns": { | |
"position": "static" | |
}, | |
"relative_ns": { | |
"position": "relative" | |
}, | |
"absolute_ns": { | |
"position": "absolute" | |
}, | |
"fixed_ns": { | |
"position": "fixed" | |
}, | |
"pa0_ns": { | |
"padding": "0" | |
}, | |
"pa1_ns": { | |
"padding": ".25rem" | |
}, | |
"pa2_ns": { | |
"padding": ".5rem" | |
}, | |
"pa3_ns": { | |
"padding": "1rem" | |
}, | |
"pa4_ns": { | |
"padding": "2rem" | |
}, | |
"pa5_ns": { | |
"padding": "4rem" | |
}, | |
"pa6_ns": { | |
"padding": "8rem" | |
}, | |
"pa7_ns": { | |
"padding": "16rem" | |
}, | |
"pl0_ns": { | |
"padding-left": "0" | |
}, | |
"pl1_ns": { | |
"padding-left": ".25rem" | |
}, | |
"pl2_ns": { | |
"padding-left": ".5rem" | |
}, | |
"pl3_ns": { | |
"padding-left": "1rem" | |
}, | |
"pl4_ns": { | |
"padding-left": "2rem" | |
}, | |
"pl5_ns": { | |
"padding-left": "4rem" | |
}, | |
"pl6_ns": { | |
"padding-left": "8rem" | |
}, | |
"pl7_ns": { | |
"padding-left": "16rem" | |
}, | |
"pr0_ns": { | |
"padding-right": "0" | |
}, | |
"pr1_ns": { | |
"padding-right": ".25rem" | |
}, | |
"pr2_ns": { | |
"padding-right": ".5rem" | |
}, | |
"pr3_ns": { | |
"padding-right": "1rem" | |
}, | |
"pr4_ns": { | |
"padding-right": "2rem" | |
}, | |
"pr5_ns": { | |
"padding-right": "4rem" | |
}, | |
"pr6_ns": { | |
"padding-right": "8rem" | |
}, | |
"pr7_ns": { | |
"padding-right": "16rem" | |
}, | |
"pb0_ns": { | |
"padding-bottom": "0" | |
}, | |
"pb1_ns": { | |
"padding-bottom": ".25rem" | |
}, | |
"pb2_ns": { | |
"padding-bottom": ".5rem" | |
}, | |
"pb3_ns": { | |
"padding-bottom": "1rem" | |
}, | |
"pb4_ns": { | |
"padding-bottom": "2rem" | |
}, | |
"pb5_ns": { | |
"padding-bottom": "4rem" | |
}, | |
"pb6_ns": { | |
"padding-bottom": "8rem" | |
}, | |
"pb7_ns": { | |
"padding-bottom": "16rem" | |
}, | |
"pt0_ns": { | |
"padding-top": "0" | |
}, | |
"pt1_ns": { | |
"padding-top": ".25rem" | |
}, | |
"pt2_ns": { | |
"padding-top": ".5rem" | |
}, | |
"pt3_ns": { | |
"padding-top": "1rem" | |
}, | |
"pt4_ns": { | |
"padding-top": "2rem" | |
}, | |
"pt5_ns": { | |
"padding-top": "4rem" | |
}, | |
"pt6_ns": { | |
"padding-top": "8rem" | |
}, | |
"pt7_ns": { | |
"padding-top": "16rem" | |
}, | |
"pv0_ns": { | |
"padding-top": "0", | |
"padding-bottom": "0" | |
}, | |
"pv1_ns": { | |
"padding-top": ".25rem", | |
"padding-bottom": ".25rem" | |
}, | |
"pv2_ns": { | |
"padding-top": ".5rem", | |
"padding-bottom": ".5rem" | |
}, | |
"pv3_ns": { | |
"padding-top": "1rem", | |
"padding-bottom": "1rem" | |
}, | |
"pv4_ns": { | |
"padding-top": "2rem", | |
"padding-bottom": "2rem" | |
}, | |
"pv5_ns": { | |
"padding-top": "4rem", | |
"padding-bottom": "4rem" | |
}, | |
"pv6_ns": { | |
"padding-top": "8rem", | |
"padding-bottom": "8rem" | |
}, | |
"pv7_ns": { | |
"padding-top": "16rem", | |
"padding-bottom": "16rem" | |
}, | |
"ph0_ns": { | |
"padding-left": "0", | |
"padding-right": "0" | |
}, | |
"ph1_ns": { | |
"padding-left": ".25rem", | |
"padding-right": ".25rem" | |
}, | |
"ph2_ns": { | |
"padding-left": ".5rem", | |
"padding-right": ".5rem" | |
}, | |
"ph3_ns": { | |
"padding-left": "1rem", | |
"padding-right": "1rem" | |
}, | |
"ph4_ns": { | |
"padding-left": "2rem", | |
"padding-right": "2rem" | |
}, | |
"ph5_ns": { | |
"padding-left": "4rem", | |
"padding-right": "4rem" | |
}, | |
"ph6_ns": { | |
"padding-left": "8rem", | |
"padding-right": "8rem" | |
}, | |
"ph7_ns": { | |
"padding-left": "16rem", | |
"padding-right": "16rem" | |
}, | |
"ma0_ns": { | |
"margin": "0" | |
}, | |
"ma1_ns": { | |
"margin": ".25rem" | |
}, | |
"ma2_ns": { | |
"margin": ".5rem" | |
}, | |
"ma3_ns": { | |
"margin": "1rem" | |
}, | |
"ma4_ns": { | |
"margin": "2rem" | |
}, | |
"ma5_ns": { | |
"margin": "4rem" | |
}, | |
"ma6_ns": { | |
"margin": "8rem" | |
}, | |
"ma7_ns": { | |
"margin": "16rem" | |
}, | |
"ml0_ns": { | |
"margin-left": "0" | |
}, | |
"ml1_ns": { | |
"margin-left": ".25rem" | |
}, | |
"ml2_ns": { | |
"margin-left": ".5rem" | |
}, | |
"ml3_ns": { | |
"margin-left": "1rem" | |
}, | |
"ml4_ns": { | |
"margin-left": "2rem" | |
}, | |
"ml5_ns": { | |
"margin-left": "4rem" | |
}, | |
"ml6_ns": { | |
"margin-left": "8rem" | |
}, | |
"ml7_ns": { | |
"margin-left": "16rem" | |
}, | |
"mr0_ns": { | |
"margin-right": "0" | |
}, | |
"mr1_ns": { | |
"margin-right": ".25rem" | |
}, | |
"mr2_ns": { | |
"margin-right": ".5rem" | |
}, | |
"mr3_ns": { | |
"margin-right": "1rem" | |
}, | |
"mr4_ns": { | |
"margin-right": "2rem" | |
}, | |
"mr5_ns": { | |
"margin-right": "4rem" | |
}, | |
"mr6_ns": { | |
"margin-right": "8rem" | |
}, | |
"mr7_ns": { | |
"margin-right": "16rem" | |
}, | |
"mb0_ns": { | |
"margin-bottom": "0" | |
}, | |
"mb1_ns": { | |
"margin-bottom": ".25rem" | |
}, | |
"mb2_ns": { | |
"margin-bottom": ".5rem" | |
}, | |
"mb3_ns": { | |
"margin-bottom": "1rem" | |
}, | |
"mb4_ns": { | |
"margin-bottom": "2rem" | |
}, | |
"mb5_ns": { | |
"margin-bottom": "4rem" | |
}, | |
"mb6_ns": { | |
"margin-bottom": "8rem" | |
}, | |
"mb7_ns": { | |
"margin-bottom": "16rem" | |
}, | |
"mt0_ns": { | |
"margin-top": "0" | |
}, | |
"mt1_ns": { | |
"margin-top": ".25rem" | |
}, | |
"mt2_ns": { | |
"margin-top": ".5rem" | |
}, | |
"mt3_ns": { | |
"margin-top": "1rem" | |
}, | |
"mt4_ns": { | |
"margin-top": "2rem" | |
}, | |
"mt5_ns": { | |
"margin-top": "4rem" | |
}, | |
"mt6_ns": { | |
"margin-top": "8rem" | |
}, | |
"mt7_ns": { | |
"margin-top": "16rem" | |
}, | |
"mv0_ns": { | |
"margin-top": "0", | |
"margin-bottom": "0" | |
}, | |
"mv1_ns": { | |
"margin-top": ".25rem", | |
"margin-bottom": ".25rem" | |
}, | |
"mv2_ns": { | |
"margin-top": ".5rem", | |
"margin-bottom": ".5rem" | |
}, | |
"mv3_ns": { | |
"margin-top": "1rem", | |
"margin-bottom": "1rem" | |
}, | |
"mv4_ns": { | |
"margin-top": "2rem", | |
"margin-bottom": "2rem" | |
}, | |
"mv5_ns": { | |
"margin-top": "4rem", | |
"margin-bottom": "4rem" | |
}, | |
"mv6_ns": { | |
"margin-top": "8rem", | |
"margin-bottom": "8rem" | |
}, | |
"mv7_ns": { | |
"margin-top": "16rem", | |
"margin-bottom": "16rem" | |
}, | |
"mh0_ns": { | |
"margin-left": "0", | |
"margin-right": "0" | |
}, | |
"mh1_ns": { | |
"margin-left": ".25rem", | |
"margin-right": ".25rem" | |
}, | |
"mh2_ns": { | |
"margin-left": ".5rem", | |
"margin-right": ".5rem" | |
}, | |
"mh3_ns": { | |
"margin-left": "1rem", | |
"margin-right": "1rem" | |
}, | |
"mh4_ns": { | |
"margin-left": "2rem", | |
"margin-right": "2rem" | |
}, | |
"mh5_ns": { | |
"margin-left": "4rem", | |
"margin-right": "4rem" | |
}, | |
"mh6_ns": { | |
"margin-left": "8rem", | |
"margin-right": "8rem" | |
}, | |
"mh7_ns": { | |
"margin-left": "16rem", | |
"margin-right": "16rem" | |
}, | |
"strike_ns": { | |
"text-decoration": "line-through" | |
}, | |
"underline_ns": { | |
"text-decoration": "underline" | |
}, | |
"no_underline_ns": { | |
"text-decoration": "none" | |
}, | |
"tl_ns": { | |
"text-align": "left" | |
}, | |
"tr_ns": { | |
"text-align": "right" | |
}, | |
"tc_ns": { | |
"text-align": "center" | |
}, | |
"ttc_ns": { | |
"text-transform": "capitalize" | |
}, | |
"ttl_ns": { | |
"text-transform": "lowercase" | |
}, | |
"ttu_ns": { | |
"text-transform": "uppercase" | |
}, | |
"ttn_ns": { | |
"text-transform": "none" | |
}, | |
"f_6_ns": { | |
"font-size": "6rem" | |
}, | |
"f_headline_ns": { | |
"font-size": "6rem" | |
}, | |
"f_5_ns": { | |
"font-size": "5rem" | |
}, | |
"f_subheadline_ns": { | |
"font-size": "5rem" | |
}, | |
"f1_ns": { | |
"font-size": "3rem" | |
}, | |
"f2_ns": { | |
"font-size": "2.25rem" | |
}, | |
"f3_ns": { | |
"font-size": "1.5rem" | |
}, | |
"f4_ns": { | |
"font-size": "1.25rem" | |
}, | |
"f5_ns": { | |
"font-size": "1rem" | |
}, | |
"f6_ns": { | |
"font-size": ".875rem" | |
}, | |
"measure_ns": { | |
"max-width": "30em" | |
}, | |
"measure_wide_ns": { | |
"max-width": "34em" | |
}, | |
"measure_narrow_ns": { | |
"max-width": "20em" | |
}, | |
"indent_ns": { | |
"text-indent": "1em", | |
"margin-top": "0", | |
"margin-bottom": "0" | |
}, | |
"small_caps_ns": { | |
"font-variant": "small-caps" | |
}, | |
"truncate_ns": { | |
"white-space": "nowrap", | |
"overflow": "hidden", | |
"text-overflow": "ellipsis" | |
}, | |
"clip_ns": { | |
"position": "absolute !important", | |
"clip": "rect( 1px, 1px, 1px, 1px )" | |
}, | |
"ws_normal_ns": { | |
"white-space": "normal" | |
}, | |
"nowrap_ns": { | |
"white-space": "nowrap" | |
}, | |
"pre_ns": { | |
"white-space": "pre" | |
}, | |
"v_base_ns": { | |
"vertical-align": "baseline" | |
}, | |
"v_mid_ns": { | |
"vertical-align": "middle" | |
}, | |
"v_top_ns": { | |
"vertical-align": "top" | |
}, | |
"v_btm_ns": { | |
"vertical-align": "bottom" | |
} | |
}, | |
"@media screen and (min-width: 30em) and (max-width: 60em)": { | |
"__expression__": "screen and (min-width: 30em) and (max-width: 60em)", | |
"cover_m": { | |
"background-size": "cover" | |
}, | |
"contain_m": { | |
"background-size": "contain" | |
}, | |
"ba_m": { | |
"border-style": "solid", | |
"border-width": "1px" | |
}, | |
"bt_m": { | |
"border-top-style": "solid", | |
"border-top-width": "1px" | |
}, | |
"br_m": { | |
"border-right-style": "solid", | |
"border-right-width": "1px" | |
}, | |
"bb_m": { | |
"border-bottom-style": "solid", | |
"border-bottom-width": "1px" | |
}, | |
"bl_m": { | |
"border-left-style": "solid", | |
"border-left-width": "1px" | |
}, | |
"bn_m": { | |
"border-style": "none", | |
"border-width": "0" | |
}, | |
"br0_m": { | |
"border-radius": "0" | |
}, | |
"br1_m": { | |
"border-radius": ".125rem" | |
}, | |
"br2_m": { | |
"border-radius": ".25rem" | |
}, | |
"br3_m": { | |
"border-radius": ".5rem" | |
}, | |
"br4_m": { | |
"border-radius": "1rem" | |
}, | |
"br_100_m": { | |
"border-radius": "100%" | |
}, | |
"br__bottom_m": { | |
"border-top-left-radius": "0", | |
"border-top-right-radius": "0" | |
}, | |
"br__top_m": { | |
"border-bottom-left-radius": "0", | |
"border-bottom-right-radius": "0" | |
}, | |
"br__right_m": { | |
"border-top-left-radius": "0", | |
"border-bottom-left-radius": "0" | |
}, | |
"br__left_m": { | |
"border-top-right-radius": "0", | |
"border-bottom-right-radius": "0" | |
}, | |
"b__dotted_m": { | |
"border-style": "dotted" | |
}, | |
"b__dashed_m": { | |
"border-style": "dashed" | |
}, | |
"b__solid_m": { | |
"border-style": "solid" | |
}, | |
"b__none_m": { | |
"border-style": "none" | |
}, | |
"bw0_m": { | |
"border-width": "0" | |
}, | |
"bw1_m": { | |
"border-width": ".125rem" | |
}, | |
"bw2_m": { | |
"border-width": ".25rem" | |
}, | |
"bw3_m": { | |
"border-width": ".5rem" | |
}, | |
"bw4_m": { | |
"border-width": "1rem" | |
}, | |
"bw5_m": { | |
"border-width": "2rem" | |
}, | |
"bt_0_m": { | |
"border-top-width": "0" | |
}, | |
"br_0_m": { | |
"border-right-width": "0" | |
}, | |
"bb_0_m": { | |
"border-bottom-width": "0" | |
}, | |
"bl_0_m": { | |
"border-left-width": "0" | |
}, | |
"shadow_1_m": { | |
"box-shadow": "0px 0px 4px 2px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"shadow_2_m": { | |
"box-shadow": "0px 0px 8px 2px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"shadow_3_m": { | |
"box-shadow": "2px 2px 4px 2px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"shadow_4_m": { | |
"box-shadow": "2px 2px 8px 0px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"shadow_5_m": { | |
"box-shadow": "4px 4px 8px 0px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"top_0_m": { | |
"top": "0" | |
}, | |
"left_0_m": { | |
"left": "0" | |
}, | |
"right_0_m": { | |
"right": "0" | |
}, | |
"bottom_0_m": { | |
"bottom": "0" | |
}, | |
"top_1_m": { | |
"top": "1rem" | |
}, | |
"left_1_m": { | |
"left": "1rem" | |
}, | |
"right_1_m": { | |
"right": "1rem" | |
}, | |
"bottom_1_m": { | |
"bottom": "1rem" | |
}, | |
"top_2_m": { | |
"top": "2rem" | |
}, | |
"left_2_m": { | |
"left": "2rem" | |
}, | |
"right_2_m": { | |
"right": "2rem" | |
}, | |
"bottom_2_m": { | |
"bottom": "2rem" | |
}, | |
"top__1_m": { | |
"top": "-1rem" | |
}, | |
"right__1_m": { | |
"right": "-1rem" | |
}, | |
"bottom__1_m": { | |
"bottom": "-1rem" | |
}, | |
"left__1_m": { | |
"left": "-1rem" | |
}, | |
"top__2_m": { | |
"top": "-2rem" | |
}, | |
"right__2_m": { | |
"right": "-2rem" | |
}, | |
"bottom__2_m": { | |
"bottom": "-2rem" | |
}, | |
"left__2_m": { | |
"left": "-2rem" | |
}, | |
"absolute__fill_m": { | |
"top": "0", | |
"right": "0", | |
"bottom": "0", | |
"left": "0" | |
}, | |
"cl_m": { | |
"clear": "left" | |
}, | |
"cr_m": { | |
"clear": "right" | |
}, | |
"cb_m": { | |
"clear": "both" | |
}, | |
"cn_m": { | |
"clear": "none" | |
}, | |
"dn_m": { | |
"display": "none" | |
}, | |
"di_m": { | |
"display": "inline" | |
}, | |
"db_m": { | |
"display": "block" | |
}, | |
"dib_m": { | |
"display": "inline-block" | |
}, | |
"dit_m": { | |
"display": "inline-table" | |
}, | |
"dt_m": { | |
"display": "table" | |
}, | |
"dtc_m": { | |
"display": "table-cell" | |
}, | |
"dt_row_m": { | |
"display": "table-row" | |
}, | |
"dt_row_group_m": { | |
"display": "table-row-group" | |
}, | |
"dt_column_m": { | |
"display": "table-column" | |
}, | |
"dt_column_group_m": { | |
"display": "table-column-group" | |
}, | |
"dt__fixed_m": { | |
"table-layout": "fixed", | |
"width": "100%" | |
}, | |
"flex_m": { | |
"display": "flex" | |
}, | |
"flex_auto_m": { | |
"flex": "1 1 auto", | |
"min-width": "0", | |
"min-height": "0" | |
}, | |
"flex_none_m": { | |
"flex": "none" | |
}, | |
"flex_column_m": { | |
"flex-direction": "column" | |
}, | |
"flex_wrap_m": { | |
"flex-wrap": "wrap" | |
}, | |
"items_start_m": { | |
"align-items": "flex-start" | |
}, | |
"items_end_m": { | |
"align-items": "flex-end" | |
}, | |
"items_center_m": { | |
"align-items": "center" | |
}, | |
"items_baseline_m": { | |
"align-items": "baseline" | |
}, | |
"items_stretch_m": { | |
"align-items": "stretch" | |
}, | |
"self_start_m": { | |
"align-self": "flex-start" | |
}, | |
"self_end_m": { | |
"align-self": "flex-end" | |
}, | |
"self_center_m": { | |
"align-self": "center" | |
}, | |
"self_baseline_m": { | |
"align-self": "baseline" | |
}, | |
"self_stretch_m": { | |
"align-self": "stretch" | |
}, | |
"justify_start_m": { | |
"justify-content": "flex-start" | |
}, | |
"justify_end_m": { | |
"justify-content": "flex-end" | |
}, | |
"justify_center_m": { | |
"justify-content": "center" | |
}, | |
"justify_between_m": { | |
"justify-content": "space-between" | |
}, | |
"justify_around_m": { | |
"justify-content": "space-around" | |
}, | |
"content_start_m": { | |
"align-content": "flex-start" | |
}, | |
"content_end_m": { | |
"align-content": "flex-end" | |
}, | |
"content_center_m": { | |
"align-content": "center" | |
}, | |
"content_between_m": { | |
"align-content": "space-between" | |
}, | |
"content_around_m": { | |
"align-content": "space-around" | |
}, | |
"content_stretch_m": { | |
"align-content": "stretch" | |
}, | |
"order_0_m": { | |
"order": "0" | |
}, | |
"order_1_m": { | |
"order": "1" | |
}, | |
"order_2_m": { | |
"order": "2" | |
}, | |
"order_3_m": { | |
"order": "3" | |
}, | |
"order_4_m": { | |
"order": "4" | |
}, | |
"order_5_m": { | |
"order": "5" | |
}, | |
"order_6_m": { | |
"order": "6" | |
}, | |
"order_7_m": { | |
"order": "7" | |
}, | |
"order_8_m": { | |
"order": "8" | |
}, | |
"order_last_m": { | |
"order": "99999" | |
}, | |
"fl_m": { | |
"float": "left", | |
"display": "inline" | |
}, | |
"fr_m": { | |
"float": "right", | |
"display": "inline" | |
}, | |
"fn_m": { | |
"float": "none" | |
}, | |
"i_m": { | |
"font-style": "italic" | |
}, | |
"fs_normal_m": { | |
"font-style": "normal" | |
}, | |
"normal_m": { | |
"font-weight": "normal" | |
}, | |
"b_m": { | |
"font-weight": "bold" | |
}, | |
"fw1_m": { | |
"font-weight": "100" | |
}, | |
"fw2_m": { | |
"font-weight": "200" | |
}, | |
"fw3_m": { | |
"font-weight": "300" | |
}, | |
"fw4_m": { | |
"font-weight": "400" | |
}, | |
"fw5_m": { | |
"font-weight": "500" | |
}, | |
"fw6_m": { | |
"font-weight": "600" | |
}, | |
"fw7_m": { | |
"font-weight": "700" | |
}, | |
"fw8_m": { | |
"font-weight": "800" | |
}, | |
"fw9_m": { | |
"font-weight": "900" | |
}, | |
"h1_m": { | |
"height": "1rem" | |
}, | |
"h2_m": { | |
"height": "2rem" | |
}, | |
"h3_m": { | |
"height": "4rem" | |
}, | |
"h4_m": { | |
"height": "8rem" | |
}, | |
"h5_m": { | |
"height": "16rem" | |
}, | |
"h_25_m": { | |
"height": "25%" | |
}, | |
"h_50_m": { | |
"height": "50%" | |
}, | |
"h_75_m": { | |
"height": "75%" | |
}, | |
"h_100_m": { | |
"height": "100%" | |
}, | |
"h_auto_m": { | |
"height": "auto" | |
}, | |
"h_inherit_m": { | |
"height": "inherit" | |
}, | |
"tracked_m": { | |
"letter-spacing": ".16em" | |
}, | |
"tracked_tight_m": { | |
"letter-spacing": "-.05em" | |
}, | |
"tracked_mega_m": { | |
"letter-spacing": ".32em" | |
}, | |
"lh_solid_m": { | |
"line-height": "1" | |
}, | |
"lh_title_m": { | |
"line-height": "1.3" | |
}, | |
"lh_copy_m": { | |
"line-height": "1.6" | |
}, | |
"mw_100_m": { | |
"max-width": "100%" | |
}, | |
"mw1_m": { | |
"max-width": "1rem" | |
}, | |
"mw2_m": { | |
"max-width": "2rem" | |
}, | |
"mw3_m": { | |
"max-width": "4rem" | |
}, | |
"mw4_m": { | |
"max-width": "8rem" | |
}, | |
"mw5_m": { | |
"max-width": "16rem" | |
}, | |
"mw6_m": { | |
"max-width": "32rem" | |
}, | |
"mw7_m": { | |
"max-width": "48rem" | |
}, | |
"mw8_m": { | |
"max-width": "64rem" | |
}, | |
"mw9_m": { | |
"max-width": "96rem" | |
}, | |
"mw_none_m": { | |
"max-width": "none" | |
}, | |
"w1_m": { | |
"width": "1rem" | |
}, | |
"w2_m": { | |
"width": "2rem" | |
}, | |
"w3_m": { | |
"width": "4rem" | |
}, | |
"w4_m": { | |
"width": "8rem" | |
}, | |
"w5_m": { | |
"width": "16rem" | |
}, | |
"w_10_m": { | |
"width": "10%" | |
}, | |
"w_20_m": { | |
"width": "20%" | |
}, | |
"w_25_m": { | |
"width": "25%" | |
}, | |
"w_33_m": { | |
"width": "33%" | |
}, | |
"w_34_m": { | |
"width": "34%" | |
}, | |
"w_40_m": { | |
"width": "40%" | |
}, | |
"w_50_m": { | |
"width": "50%" | |
}, | |
"w_60_m": { | |
"width": "60%" | |
}, | |
"w_75_m": { | |
"width": "75%" | |
}, | |
"w_80_m": { | |
"width": "80%" | |
}, | |
"w_100_m": { | |
"width": "100%" | |
}, | |
"w_auto_m": { | |
"width": "auto" | |
}, | |
"overflow_visible_m": { | |
"overflow": "visible" | |
}, | |
"overflow_hidden_m": { | |
"overflow": "hidden" | |
}, | |
"overflow_scroll_m": { | |
"overflow": "scroll" | |
}, | |
"overflow_auto_m": { | |
"overflow": "auto" | |
}, | |
"overflow_x_visible_m": { | |
"overflow-x": "visible" | |
}, | |
"overflow_x_hidden_m": { | |
"overflow-x": "hidden" | |
}, | |
"overflow_x_scroll_m": { | |
"overflow-x": "scroll" | |
}, | |
"overflow_x_auto_m": { | |
"overflow-x": "auto" | |
}, | |
"overflow_y_visible_m": { | |
"overflow-y": "visible" | |
}, | |
"overflow_y_hidden_m": { | |
"overflow-y": "hidden" | |
}, | |
"overflow_y_scroll_m": { | |
"overflow-y": "scroll" | |
}, | |
"overflow_y_auto_m": { | |
"overflow-y": "auto" | |
}, | |
"static_m": { | |
"position": "static" | |
}, | |
"relative_m": { | |
"position": "relative" | |
}, | |
"absolute_m": { | |
"position": "absolute" | |
}, | |
"fixed_m": { | |
"position": "fixed" | |
}, | |
"pa0_m": { | |
"padding": "0" | |
}, | |
"pa1_m": { | |
"padding": ".25rem" | |
}, | |
"pa2_m": { | |
"padding": ".5rem" | |
}, | |
"pa3_m": { | |
"padding": "1rem" | |
}, | |
"pa4_m": { | |
"padding": "2rem" | |
}, | |
"pa5_m": { | |
"padding": "4rem" | |
}, | |
"pa6_m": { | |
"padding": "8rem" | |
}, | |
"pa7_m": { | |
"padding": "16rem" | |
}, | |
"pl0_m": { | |
"padding-left": "0" | |
}, | |
"pl1_m": { | |
"padding-left": ".25rem" | |
}, | |
"pl2_m": { | |
"padding-left": ".5rem" | |
}, | |
"pl3_m": { | |
"padding-left": "1rem" | |
}, | |
"pl4_m": { | |
"padding-left": "2rem" | |
}, | |
"pl5_m": { | |
"padding-left": "4rem" | |
}, | |
"pl6_m": { | |
"padding-left": "8rem" | |
}, | |
"pl7_m": { | |
"padding-left": "16rem" | |
}, | |
"pr0_m": { | |
"padding-right": "0" | |
}, | |
"pr1_m": { | |
"padding-right": ".25rem" | |
}, | |
"pr2_m": { | |
"padding-right": ".5rem" | |
}, | |
"pr3_m": { | |
"padding-right": "1rem" | |
}, | |
"pr4_m": { | |
"padding-right": "2rem" | |
}, | |
"pr5_m": { | |
"padding-right": "4rem" | |
}, | |
"pr6_m": { | |
"padding-right": "8rem" | |
}, | |
"pr7_m": { | |
"padding-right": "16rem" | |
}, | |
"pb0_m": { | |
"padding-bottom": "0" | |
}, | |
"pb1_m": { | |
"padding-bottom": ".25rem" | |
}, | |
"pb2_m": { | |
"padding-bottom": ".5rem" | |
}, | |
"pb3_m": { | |
"padding-bottom": "1rem" | |
}, | |
"pb4_m": { | |
"padding-bottom": "2rem" | |
}, | |
"pb5_m": { | |
"padding-bottom": "4rem" | |
}, | |
"pb6_m": { | |
"padding-bottom": "8rem" | |
}, | |
"pb7_m": { | |
"padding-bottom": "16rem" | |
}, | |
"pt0_m": { | |
"padding-top": "0" | |
}, | |
"pt1_m": { | |
"padding-top": ".25rem" | |
}, | |
"pt2_m": { | |
"padding-top": ".5rem" | |
}, | |
"pt3_m": { | |
"padding-top": "1rem" | |
}, | |
"pt4_m": { | |
"padding-top": "2rem" | |
}, | |
"pt5_m": { | |
"padding-top": "4rem" | |
}, | |
"pt6_m": { | |
"padding-top": "8rem" | |
}, | |
"pt7_m": { | |
"padding-top": "16rem" | |
}, | |
"pv0_m": { | |
"padding-top": "0", | |
"padding-bottom": "0" | |
}, | |
"pv1_m": { | |
"padding-top": ".25rem", | |
"padding-bottom": ".25rem" | |
}, | |
"pv2_m": { | |
"padding-top": ".5rem", | |
"padding-bottom": ".5rem" | |
}, | |
"pv3_m": { | |
"padding-top": "1rem", | |
"padding-bottom": "1rem" | |
}, | |
"pv4_m": { | |
"padding-top": "2rem", | |
"padding-bottom": "2rem" | |
}, | |
"pv5_m": { | |
"padding-top": "4rem", | |
"padding-bottom": "4rem" | |
}, | |
"pv6_m": { | |
"padding-top": "8rem", | |
"padding-bottom": "8rem" | |
}, | |
"pv7_m": { | |
"padding-top": "16rem", | |
"padding-bottom": "16rem" | |
}, | |
"ph0_m": { | |
"padding-left": "0", | |
"padding-right": "0" | |
}, | |
"ph1_m": { | |
"padding-left": ".25rem", | |
"padding-right": ".25rem" | |
}, | |
"ph2_m": { | |
"padding-left": ".5rem", | |
"padding-right": ".5rem" | |
}, | |
"ph3_m": { | |
"padding-left": "1rem", | |
"padding-right": "1rem" | |
}, | |
"ph4_m": { | |
"padding-left": "2rem", | |
"padding-right": "2rem" | |
}, | |
"ph5_m": { | |
"padding-left": "4rem", | |
"padding-right": "4rem" | |
}, | |
"ph6_m": { | |
"padding-left": "8rem", | |
"padding-right": "8rem" | |
}, | |
"ph7_m": { | |
"padding-left": "16rem", | |
"padding-right": "16rem" | |
}, | |
"ma0_m": { | |
"margin": "0" | |
}, | |
"ma1_m": { | |
"margin": ".25rem" | |
}, | |
"ma2_m": { | |
"margin": ".5rem" | |
}, | |
"ma3_m": { | |
"margin": "1rem" | |
}, | |
"ma4_m": { | |
"margin": "2rem" | |
}, | |
"ma5_m": { | |
"margin": "4rem" | |
}, | |
"ma6_m": { | |
"margin": "8rem" | |
}, | |
"ma7_m": { | |
"margin": "16rem" | |
}, | |
"ml0_m": { | |
"margin-left": "0" | |
}, | |
"ml1_m": { | |
"margin-left": ".25rem" | |
}, | |
"ml2_m": { | |
"margin-left": ".5rem" | |
}, | |
"ml3_m": { | |
"margin-left": "1rem" | |
}, | |
"ml4_m": { | |
"margin-left": "2rem" | |
}, | |
"ml5_m": { | |
"margin-left": "4rem" | |
}, | |
"ml6_m": { | |
"margin-left": "8rem" | |
}, | |
"ml7_m": { | |
"margin-left": "16rem" | |
}, | |
"mr0_m": { | |
"margin-right": "0" | |
}, | |
"mr1_m": { | |
"margin-right": ".25rem" | |
}, | |
"mr2_m": { | |
"margin-right": ".5rem" | |
}, | |
"mr3_m": { | |
"margin-right": "1rem" | |
}, | |
"mr4_m": { | |
"margin-right": "2rem" | |
}, | |
"mr5_m": { | |
"margin-right": "4rem" | |
}, | |
"mr6_m": { | |
"margin-right": "8rem" | |
}, | |
"mr7_m": { | |
"margin-right": "16rem" | |
}, | |
"mb0_m": { | |
"margin-bottom": "0" | |
}, | |
"mb1_m": { | |
"margin-bottom": ".25rem" | |
}, | |
"mb2_m": { | |
"margin-bottom": ".5rem" | |
}, | |
"mb3_m": { | |
"margin-bottom": "1rem" | |
}, | |
"mb4_m": { | |
"margin-bottom": "2rem" | |
}, | |
"mb5_m": { | |
"margin-bottom": "4rem" | |
}, | |
"mb6_m": { | |
"margin-bottom": "8rem" | |
}, | |
"mb7_m": { | |
"margin-bottom": "16rem" | |
}, | |
"mt0_m": { | |
"margin-top": "0" | |
}, | |
"mt1_m": { | |
"margin-top": ".25rem" | |
}, | |
"mt2_m": { | |
"margin-top": ".5rem" | |
}, | |
"mt3_m": { | |
"margin-top": "1rem" | |
}, | |
"mt4_m": { | |
"margin-top": "2rem" | |
}, | |
"mt5_m": { | |
"margin-top": "4rem" | |
}, | |
"mt6_m": { | |
"margin-top": "8rem" | |
}, | |
"mt7_m": { | |
"margin-top": "16rem" | |
}, | |
"mv0_m": { | |
"margin-top": "0", | |
"margin-bottom": "0" | |
}, | |
"mv1_m": { | |
"margin-top": ".25rem", | |
"margin-bottom": ".25rem" | |
}, | |
"mv2_m": { | |
"margin-top": ".5rem", | |
"margin-bottom": ".5rem" | |
}, | |
"mv3_m": { | |
"margin-top": "1rem", | |
"margin-bottom": "1rem" | |
}, | |
"mv4_m": { | |
"margin-top": "2rem", | |
"margin-bottom": "2rem" | |
}, | |
"mv5_m": { | |
"margin-top": "4rem", | |
"margin-bottom": "4rem" | |
}, | |
"mv6_m": { | |
"margin-top": "8rem", | |
"margin-bottom": "8rem" | |
}, | |
"mv7_m": { | |
"margin-top": "16rem", | |
"margin-bottom": "16rem" | |
}, | |
"mh0_m": { | |
"margin-left": "0", | |
"margin-right": "0" | |
}, | |
"mh1_m": { | |
"margin-left": ".25rem", | |
"margin-right": ".25rem" | |
}, | |
"mh2_m": { | |
"margin-left": ".5rem", | |
"margin-right": ".5rem" | |
}, | |
"mh3_m": { | |
"margin-left": "1rem", | |
"margin-right": "1rem" | |
}, | |
"mh4_m": { | |
"margin-left": "2rem", | |
"margin-right": "2rem" | |
}, | |
"mh5_m": { | |
"margin-left": "4rem", | |
"margin-right": "4rem" | |
}, | |
"mh6_m": { | |
"margin-left": "8rem", | |
"margin-right": "8rem" | |
}, | |
"mh7_m": { | |
"margin-left": "16rem", | |
"margin-right": "16rem" | |
}, | |
"strike_m": { | |
"text-decoration": "line-through" | |
}, | |
"underline_m": { | |
"text-decoration": "underline" | |
}, | |
"no_underline_m": { | |
"text-decoration": "none" | |
}, | |
"tl_m": { | |
"text-align": "left" | |
}, | |
"tr_m": { | |
"text-align": "right" | |
}, | |
"tc_m": { | |
"text-align": "center" | |
}, | |
"ttc_m": { | |
"text-transform": "capitalize" | |
}, | |
"ttl_m": { | |
"text-transform": "lowercase" | |
}, | |
"ttu_m": { | |
"text-transform": "uppercase" | |
}, | |
"ttn_m": { | |
"text-transform": "none" | |
}, | |
"f_6_m": { | |
"font-size": "6rem" | |
}, | |
"f_headline_m": { | |
"font-size": "6rem" | |
}, | |
"f_5_m": { | |
"font-size": "5rem" | |
}, | |
"f_subheadline_m": { | |
"font-size": "5rem" | |
}, | |
"f1_m": { | |
"font-size": "3rem" | |
}, | |
"f2_m": { | |
"font-size": "2.25rem" | |
}, | |
"f3_m": { | |
"font-size": "1.5rem" | |
}, | |
"f4_m": { | |
"font-size": "1.25rem" | |
}, | |
"f5_m": { | |
"font-size": "1rem" | |
}, | |
"f6_m": { | |
"font-size": ".875rem" | |
}, | |
"measure_m": { | |
"max-width": "30em" | |
}, | |
"measure_wide_m": { | |
"max-width": "34em" | |
}, | |
"measure_narrow_m": { | |
"max-width": "20em" | |
}, | |
"indent_m": { | |
"text-indent": "1em", | |
"margin-top": "0", | |
"margin-bottom": "0" | |
}, | |
"small_caps_m": { | |
"font-variant": "small-caps" | |
}, | |
"truncate_m": { | |
"white-space": "nowrap", | |
"overflow": "hidden", | |
"text-overflow": "ellipsis" | |
}, | |
"clip_m": { | |
"position": "absolute !important", | |
"clip": "rect( 1px, 1px, 1px, 1px )" | |
}, | |
"ws_normal_m": { | |
"white-space": "normal" | |
}, | |
"nowrap_m": { | |
"white-space": "nowrap" | |
}, | |
"pre_m": { | |
"white-space": "pre" | |
}, | |
"v_base_m": { | |
"vertical-align": "baseline" | |
}, | |
"v_mid_m": { | |
"vertical-align": "middle" | |
}, | |
"v_top_m": { | |
"vertical-align": "top" | |
}, | |
"v_btm_m": { | |
"vertical-align": "bottom" | |
} | |
}, | |
"@media screen and (min-width: 60em)": { | |
"__expression__": "screen and (min-width: 60em)", | |
"cover_l": { | |
"background-size": "cover" | |
}, | |
"contain_l": { | |
"background-size": "contain" | |
}, | |
"ba_l": { | |
"border-style": "solid", | |
"border-width": "1px" | |
}, | |
"bt_l": { | |
"border-top-style": "solid", | |
"border-top-width": "1px" | |
}, | |
"br_l": { | |
"border-right-style": "solid", | |
"border-right-width": "1px" | |
}, | |
"bb_l": { | |
"border-bottom-style": "solid", | |
"border-bottom-width": "1px" | |
}, | |
"bl_l": { | |
"border-left-style": "solid", | |
"border-left-width": "1px" | |
}, | |
"bn_l": { | |
"border-style": "none", | |
"border-width": "0" | |
}, | |
"br0_l": { | |
"border-radius": "0" | |
}, | |
"br1_l": { | |
"border-radius": ".125rem" | |
}, | |
"br2_l": { | |
"border-radius": ".25rem" | |
}, | |
"br3_l": { | |
"border-radius": ".5rem" | |
}, | |
"br4_l": { | |
"border-radius": "1rem" | |
}, | |
"br_100_l": { | |
"border-radius": "100%" | |
}, | |
"br__bottom_l": { | |
"border-radius-top-left": "0", | |
"border-radius-top-right": "0" | |
}, | |
"br__top_l": { | |
"border-bottom-left-radius": "0", | |
"border-bottom-right-radius": "0" | |
}, | |
"br__right_l": { | |
"border-top-left-radius": "0", | |
"border-bottom-left-radius": "0" | |
}, | |
"br__left_l": { | |
"border-top-right-radius": "0", | |
"border-bottom-right-radius": "0" | |
}, | |
"b__dotted_l": { | |
"border-style": "dotted" | |
}, | |
"b__dashed_l": { | |
"border-style": "dashed" | |
}, | |
"b__solid_l": { | |
"border-style": "solid" | |
}, | |
"b__none_l": { | |
"border-style": "none" | |
}, | |
"bw0_l": { | |
"border-width": "0" | |
}, | |
"bw1_l": { | |
"border-width": ".125rem" | |
}, | |
"bw2_l": { | |
"border-width": ".25rem" | |
}, | |
"bw3_l": { | |
"border-width": ".5rem" | |
}, | |
"bw4_l": { | |
"border-width": "1rem" | |
}, | |
"bw5_l": { | |
"border-width": "2rem" | |
}, | |
"bt_0_l": { | |
"border-top-width": "0" | |
}, | |
"br_0_l": { | |
"border-right-width": "0" | |
}, | |
"bb_0_l": { | |
"border-bottom-width": "0" | |
}, | |
"bl_0_l": { | |
"border-left-width": "0" | |
}, | |
"shadow_1_l": { | |
"box-shadow": "0px 0px 4px 2px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"shadow_2_l": { | |
"box-shadow": "0px 0px 8px 2px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"shadow_3_l": { | |
"box-shadow": "2px 2px 4px 2px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"shadow_4_l": { | |
"box-shadow": "2px 2px 8px 0px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"shadow_5_l": { | |
"box-shadow": "4px 4px 8px 0px rgba( 0, 0, 0, 0.2 )" | |
}, | |
"top_0_l": { | |
"top": "0" | |
}, | |
"left_0_l": { | |
"left": "0" | |
}, | |
"right_0_l": { | |
"right": "0" | |
}, | |
"bottom_0_l": { | |
"bottom": "0" | |
}, | |
"top_1_l": { | |
"top": "1rem" | |
}, | |
"left_1_l": { | |
"left": "1rem" | |
}, | |
"right_1_l": { | |
"right": "1rem" | |
}, | |
"bottom_1_l": { | |
"bottom": "1rem" | |
}, | |
"top_2_l": { | |
"top": "2rem" | |
}, | |
"left_2_l": { | |
"left": "2rem" | |
}, | |
"right_2_l": { | |
"right": "2rem" | |
}, | |
"bottom_2_l": { | |
"bottom": "2rem" | |
}, | |
"top__1_l": { | |
"top": "-1rem" | |
}, | |
"right__1_l": { | |
"right": "-1rem" | |
}, | |
"bottom__1_l": { | |
"bottom": "-1rem" | |
}, | |
"left__1_l": { | |
"left": "-1rem" | |
}, | |
"top__2_l": { | |
"top": "-2rem" | |
}, | |
"right__2_l": { | |
"right": "-2rem" | |
}, | |
"bottom__2_l": { | |
"bottom": "-2rem" | |
}, | |
"left__2_l": { | |
"left": "-2rem" | |
}, | |
"absolute__fill_l": { | |
"top": "0", | |
"right": "0", | |
"bottom": "0", | |
"left": "0" | |
}, | |
"cl_l": { | |
"clear": "left" | |
}, | |
"cr_l": { | |
"clear": "right" | |
}, | |
"cb_l": { | |
"clear": "both" | |
}, | |
"cn_l": { | |
"clear": "none" | |
}, | |
"dn_l": { | |
"display": "none" | |
}, | |
"di_l": { | |
"display": "inline" | |
}, | |
"db_l": { | |
"display": "block" | |
}, | |
"dib_l": { | |
"display": "inline-block" | |
}, | |
"dit_l": { | |
"display": "inline-table" | |
}, | |
"dt_l": { | |
"display": "table" | |
}, | |
"dtc_l": { | |
"display": "table-cell" | |
}, | |
"dt_row_l": { | |
"display": "table-row" | |
}, | |
"dt_row_group_l": { | |
"display": "table-row-group" | |
}, | |
"dt_column_l": { | |
"display": "table-column" | |
}, | |
"dt_column_group_l": { | |
"display": "table-column-group" | |
}, | |
"dt__fixed_l": { | |
"table-layout": "fixed", | |
"width": "100%" | |
}, | |
"flex_l": { | |
"display": "flex" | |
}, | |
"flex_auto_l": { | |
"flex": "1 1 auto", | |
"min-width": "0", | |
"min-height": "0" | |
}, | |
"flex_none_l": { | |
"flex": "none" | |
}, | |
"flex_column_l": { | |
"flex-direction": "column" | |
}, | |
"flex_wrap_l": { | |
"flex-wrap": "wrap" | |
}, | |
"items_start_l": { | |
"align-items": "flex-start" | |
}, | |
"items_end_l": { | |
"align-items": "flex-end" | |
}, | |
"items_center_l": { | |
"align-items": "center" | |
}, | |
"items_baseline_l": { | |
"align-items": "baseline" | |
}, | |
"items_stretch_l": { | |
"align-items": "stretch" | |
}, | |
"self_start_l": { | |
"align-self": "flex-start" | |
}, | |
"self_end_l": { | |
"align-self": "flex-end" | |
}, | |
"self_center_l": { | |
"align-self": "center" | |
}, | |
"self_baseline_l": { | |
"align-self": "baseline" | |
}, | |
"self_stretch_l": { | |
"align-self": "stretch" | |
}, | |
"justify_start_l": { | |
"justify-content": "flex-start" | |
}, | |
"justify_end_l": { | |
"justify-content": "flex-end" | |
}, | |
"justify_center_l": { | |
"justify-content": "center" | |
}, | |
"justify_between_l": { | |
"justify-content": "space-between" | |
}, | |
"justify_around_l": { | |
"justify-content": "space-around" | |
}, | |
"content_start_l": { | |
"align-content": "flex-start" | |
}, | |
"content_end_l": { | |
"align-content": "flex-end" | |
}, | |
"content_center_l": { | |
"align-content": "center" | |
}, | |
"content_between_l": { | |
"align-content": "space-between" | |
}, | |
"content_around_l": { | |
"align-content": "space-around" | |
}, | |
"content_stretch_l": { | |
"align-content": "stretch" | |
}, | |
"order_0_l": { | |
"order": "0" | |
}, | |
"order_1_l": { | |
"order": "1" | |
}, | |
"order_2_l": { | |
"order": "2" | |
}, | |
"order_3_l": { | |
"order": "3" | |
}, | |
"order_4_l": { | |
"order": "4" | |
}, | |
"order_5_l": { | |
"order": "5" | |
}, | |
"order_6_l": { | |
"order": "6" | |
}, | |
"order_7_l": { | |
"order": "7" | |
}, | |
"order_8_l": { | |
"order": "8" | |
}, | |
"order_last_l": { | |
"order": "99999" | |
}, | |
"fl_l": { | |
"float": "left", | |
"display": "inline" | |
}, | |
"fr_l": { | |
"float": "right", | |
"display": "inline" | |
}, | |
"fn_l": { | |
"float": "none" | |
}, | |
"i_l": { | |
"font-style": "italic" | |
}, | |
"fs_normal_l": { | |
"font-style": "normal" | |
}, | |
"normal_l": { | |
"font-weight": "normal" | |
}, | |
"b_l": { | |
"font-weight": "bold" | |
}, | |
"fw1_l": { | |
"font-weight": "100" | |
}, | |
"fw2_l": { | |
"font-weight": "200" | |
}, | |
"fw3_l": { | |
"font-weight": "300" | |
}, | |
"fw4_l": { | |
"font-weight": "400" | |
}, | |
"fw5_l": { | |
"font-weight": "500" | |
}, | |
"fw6_l": { | |
"font-weight": "600" | |
}, | |
"fw7_l": { | |
"font-weight": "700" | |
}, | |
"fw8_l": { | |
"font-weight": "800" | |
}, | |
"fw9_l": { | |
"font-weight": "900" | |
}, | |
"h1_l": { | |
"height": "1rem" | |
}, | |
"h2_l": { | |
"height": "2rem" | |
}, | |
"h3_l": { | |
"height": "4rem" | |
}, | |
"h4_l": { | |
"height": "8rem" | |
}, | |
"h5_l": { | |
"height": "16rem" | |
}, | |
"h_25_l": { | |
"height": "25%" | |
}, | |
"h_50_l": { | |
"height": "50%" | |
}, | |
"h_75_l": { | |
"height": "75%" | |
}, | |
"h_100_l": { | |
"height": "100%" | |
}, | |
"h_auto_l": { | |
"height": "auto" | |
}, | |
"h_inherit_l": { | |
"height": "inherit" | |
}, | |
"tracked_l": { | |
"letter-spacing": ".16em" | |
}, | |
"tracked_tight_l": { | |
"letter-spacing": "-.05em" | |
}, | |
"tracked_mega_l": { | |
"letter-spacing": ".32em" | |
}, | |
"lh_solid_l": { | |
"line-height": "1" | |
}, | |
"lh_title_l": { | |
"line-height": "1.3" | |
}, | |
"lh_copy_l": { | |
"line-height": "1.6" | |
}, | |
"mw_100_l": { | |
"max-width": "100%" | |
}, | |
"mw1_l": { | |
"max-width": "1rem" | |
}, | |
"mw2_l": { | |
"max-width": "2rem" | |
}, | |
"mw3_l": { | |
"max-width": "4rem" | |
}, | |
"mw4_l": { | |
"max-width": "8rem" | |
}, | |
"mw5_l": { | |
"max-width": "16rem" | |
}, | |
"mw6_l": { | |
"max-width": "32rem" | |
}, | |
"mw7_l": { | |
"max-width": "48rem" | |
}, | |
"mw8_l": { | |
"max-width": "64rem" | |
}, | |
"mw9_l": { | |
"max-width": "96rem" | |
}, | |
"mw_none_l": { | |
"max-width": "none" | |
}, | |
"w1_l": { | |
"width": "1rem" | |
}, | |
"w2_l": { | |
"width": "2rem" | |
}, | |
"w3_l": { | |
"width": "4rem" | |
}, | |
"w4_l": { | |
"width": "8rem" | |
}, | |
"w5_l": { | |
"width": "16rem" | |
}, | |
"w_10_l": { | |
"width": "10%" | |
}, | |
"w_20_l": { | |
"width": "20%" | |
}, | |
"w_25_l": { | |
"width": "25%" | |
}, | |
"w_33_l": { | |
"width": "33%" | |
}, | |
"w_34_l": { | |
"width": "34%" | |
}, | |
"w_40_l": { | |
"width": "40%" | |
}, | |
"w_50_l": { | |
"width": "50%" | |
}, | |
"w_60_l": { | |
"width": "60%" | |
}, | |
"w_75_l": { | |
"width": "75%" | |
}, | |
"w_80_l": { | |
"width": "80%" | |
}, | |
"w_100_l": { | |
"width": "100%" | |
}, | |
"w_auto_l": { | |
"width": "auto" | |
}, | |
"overflow_visible_l": { | |
"overflow": "visible" | |
}, | |
"overflow_hidden_l": { | |
"overflow": "hidden" | |
}, | |
"overflow_scroll_l": { | |
"overflow": "scroll" | |
}, | |
"overflow_auto_l": { | |
"overflow": "auto" | |
}, | |
"overflow_x_visible_l": { | |
"overflow-x": "visible" | |
}, | |
"overflow_x_hidden_l": { | |
"overflow-x": "hidden" | |
}, | |
"overflow_x_scroll_l": { | |
"overflow-x": "scroll" | |
}, | |
"overflow_x_auto_l": { | |
"overflow-x": "auto" | |
}, | |
"overflow_y_visible_l": { | |
"overflow-y": "visible" | |
}, | |
"overflow_y_hidden_l": { | |
"overflow-y": "hidden" | |
}, | |
"overflow_y_scroll_l": { | |
"overflow-y": "scroll" | |
}, | |
"overflow_y_auto_l": { | |
"overflow-y": "auto" | |
}, | |
"static_l": { | |
"position": "static" | |
}, | |
"relative_l": { | |
"position": "relative" | |
}, | |
"absolute_l": { | |
"position": "absolute" | |
}, | |
"fixed_l": { | |
"position": "fixed" | |
}, | |
"pa0_l": { | |
"padding": "0" | |
}, | |
"pa1_l": { | |
"padding": ".25rem" | |
}, | |
"pa2_l": { | |
"padding": ".5rem" | |
}, | |
"pa3_l": { | |
"padding": "1rem" | |
}, | |
"pa4_l": { | |
"padding": "2rem" | |
}, | |
"pa5_l": { | |
"padding": "4rem" | |
}, | |
"pa6_l": { | |
"padding": "8rem" | |
}, | |
"pa7_l": { | |
"padding": "16rem" | |
}, | |
"pl0_l": { | |
"padding-left": "0" | |
}, | |
"pl1_l": { | |
"padding-left": ".25rem" | |
}, | |
"pl2_l": { | |
"padding-left": ".5rem" | |
}, | |
"pl3_l": { | |
"padding-left": "1rem" | |
}, | |
"pl4_l": { | |
"padding-left": "2rem" | |
}, | |
"pl5_l": { | |
"padding-left": "4rem" | |
}, | |
"pl6_l": { | |
"padding-left": "8rem" | |
}, | |
"pl7_l": { | |
"padding-left": "16rem" | |
}, | |
"pr0_l": { | |
"padding-right": "0" | |
}, | |
"pr1_l": { | |
"padding-right": ".25rem" | |
}, | |
"pr2_l": { | |
"padding-right": ".5rem" | |
}, | |
"pr3_l": { | |
"padding-right": "1rem" | |
}, | |
"pr4_l": { | |
"padding-right": "2rem" | |
}, | |
"pr5_l": { | |
"padding-right": "4rem" | |
}, | |
"pr6_l": { | |
"padding-right": "8rem" | |
}, | |
"pr7_l": { | |
"padding-right": "16rem" | |
}, | |
"pb0_l": { | |
"padding-bottom": "0" | |
}, | |
"pb1_l": { | |
"padding-bottom": ".25rem" | |
}, | |
"pb2_l": { | |
"padding-bottom": ".5rem" | |
}, | |
"pb3_l": { | |
"padding-bottom": "1rem" | |
}, | |
"pb4_l": { | |
"padding-bottom": "2rem" | |
}, | |
"pb5_l": { | |
"padding-bottom": "4rem" | |
}, | |
"pb6_l": { | |
"padding-bottom": "8rem" | |
}, | |
"pb7_l": { | |
"padding-bottom": "16rem" | |
}, | |
"pt0_l": { | |
"padding-top": "0" | |
}, | |
"pt1_l": { | |
"padding-top": ".25rem" | |
}, | |
"pt2_l": { | |
"padding-top": ".5rem" | |
}, | |
"pt3_l": { | |
"padding-top": "1rem" | |
}, | |
"pt4_l": { | |
"padding-top": "2rem" | |
}, | |
"pt5_l": { | |
"padding-top": "4rem" | |
}, | |
"pt6_l": { | |
"padding-top": "8rem" | |
}, | |
"pt7_l": { | |
"padding-top": "16rem" | |
}, | |
"pv0_l": { | |
"padding-top": "0", | |
"padding-bottom": "0" | |
}, | |
"pv1_l": { | |
"padding-top": ".25rem", | |
"padding-bottom": ".25rem" | |
}, | |
"pv2_l": { | |
"padding-top": ".5rem", | |
"padding-bottom": ".5rem" | |
}, | |
"pv3_l": { | |
"padding-top": "1rem", | |
"padding-bottom": "1rem" | |
}, | |
"pv4_l": { | |
"padding-top": "2rem", | |
"padding-bottom": "2rem" | |
}, | |
"pv5_l": { | |
"padding-top": "4rem", | |
"padding-bottom": "4rem" | |
}, | |
"pv6_l": { | |
"padding-top": "8rem", | |
"padding-bottom": "8rem" | |
}, | |
"pv7_l": { | |
"padding-top": "16rem", | |
"padding-bottom": "16rem" | |
}, | |
"ph0_l": { | |
"padding-left": "0", | |
"padding-right": "0" | |
}, | |
"ph1_l": { | |
"padding-left": ".25rem", | |
"padding-right": ".25rem" | |
}, | |
"ph2_l": { | |
"padding-left": ".5rem", | |
"padding-right": ".5rem" | |
}, | |
"ph3_l": { | |
"padding-left": "1rem", | |
"padding-right": "1rem" | |
}, | |
"ph4_l": { | |
"padding-left": "2rem", | |
"padding-right": "2rem" | |
}, | |
"ph5_l": { | |
"padding-left": "4rem", | |
"padding-right": "4rem" | |
}, | |
"ph6_l": { | |
"padding-left": "8rem", | |
"padding-right": "8rem" | |
}, | |
"ph7_l": { | |
"padding-left": "16rem", | |
"padding-right": "16rem" | |
}, | |
"ma0_l": { | |
"margin": "0" | |
}, | |
"ma1_l": { | |
"margin": ".25rem" | |
}, | |
"ma2_l": { | |
"margin": ".5rem" | |
}, | |
"ma3_l": { | |
"margin": "1rem" | |
}, | |
"ma4_l": { | |
"margin": "2rem" | |
}, | |
"ma5_l": { | |
"margin": "4rem" | |
}, | |
"ma6_l": { | |
"margin": "8rem" | |
}, | |
"ma7_l": { | |
"margin": "16rem" | |
}, | |
"ml0_l": { | |
"margin-left": "0" | |
}, | |
"ml1_l": { | |
"margin-left": ".25rem" | |
}, | |
"ml2_l": { | |
"margin-left": ".5rem" | |
}, | |
"ml3_l": { | |
"margin-left": "1rem" | |
}, | |
"ml4_l": { | |
"margin-left": "2rem" | |
}, | |
"ml5_l": { | |
"margin-left": "4rem" | |
}, | |
"ml6_l": { | |
"margin-left": "8rem" | |
}, | |
"ml7_l": { | |
"margin-left": "16rem" | |
}, | |
"mr0_l": { | |
"margin-right": "0" | |
}, | |
"mr1_l": { | |
"margin-right": ".25rem" | |
}, | |
"mr2_l": { | |
"margin-right": ".5rem" | |
}, | |
"mr3_l": { | |
"margin-right": "1rem" | |
}, | |
"mr4_l": { | |
"margin-right": "2rem" | |
}, | |
"mr5_l": { | |
"margin-right": "4rem" | |
}, | |
"mr6_l": { | |
"margin-right": "8rem" | |
}, | |
"mr7_l": { | |
"margin-right": "16rem" | |
}, | |
"mb0_l": { | |
"margin-bottom": "0" | |
}, | |
"mb1_l": { | |
"margin-bottom": ".25rem" | |
}, | |
"mb2_l": { | |
"margin-bottom": ".5rem" | |
}, | |
"mb3_l": { | |
"margin-bottom": "1rem" | |
}, | |
"mb4_l": { | |
"margin-bottom": "2rem" | |
}, | |
"mb5_l": { | |
"margin-bottom": "4rem" | |
}, | |
"mb6_l": { | |
"margin-bottom": "8rem" | |
}, | |
"mb7_l": { | |
"margin-bottom": "16rem" | |
}, | |
"mt0_l": { | |
"margin-top": "0" | |
}, | |
"mt1_l": { | |
"margin-top": ".25rem" | |
}, | |
"mt2_l": { | |
"margin-top": ".5rem" | |
}, | |
"mt3_l": { | |
"margin-top": "1rem" | |
}, | |
"mt4_l": { | |
"margin-top": "2rem" | |
}, | |
"mt5_l": { | |
"margin-top": "4rem" | |
}, | |
"mt6_l": { | |
"margin-top": "8rem" | |
}, | |
"mt7_l": { | |
"margin-top": "16rem" | |
}, | |
"mv0_l": { | |
"margin-top": "0", | |
"margin-bottom": "0" | |
}, | |
"mv1_l": { | |
"margin-top": ".25rem", | |
"margin-bottom": ".25rem" | |
}, | |
"mv2_l": { | |
"margin-top": ".5rem", | |
"margin-bottom": ".5rem" | |
}, | |
"mv3_l": { | |
"margin-top": "1rem", | |
"margin-bottom": "1rem" | |
}, | |
"mv4_l": { | |
"margin-top": "2rem", | |
"margin-bottom": "2rem" | |
}, | |
"mv5_l": { | |
"margin-top": "4rem", | |
"margin-bottom": "4rem" | |
}, | |
"mv6_l": { | |
"margin-top": "8rem", | |
"margin-bottom": "8rem" | |
}, | |
"mv7_l": { | |
"margin-top": "16rem", | |
"margin-bottom": "16rem" | |
}, | |
"mh0_l": { | |
"margin-left": "0", | |
"margin-right": "0" | |
}, | |
"mh1_l": { | |
"margin-left": ".25rem", | |
"margin-right": ".25rem" | |
}, | |
"mh2_l": { | |
"margin-left": ".5rem", | |
"margin-right": ".5rem" | |
}, | |
"mh3_l": { | |
"margin-left": "1rem", | |
"margin-right": "1rem" | |
}, | |
"mh4_l": { | |
"margin-left": "2rem", | |
"margin-right": "2rem" | |
}, | |
"mh5_l": { | |
"margin-left": "4rem", | |
"margin-right": "4rem" | |
}, | |
"mh6_l": { | |
"margin-left": "8rem", | |
"margin-right": "8rem" | |
}, | |
"mh7_l": { | |
"margin-left": "16rem", | |
"margin-right": "16rem" | |
}, | |
"strike_l": { | |
"text-decoration": "line-through" | |
}, | |
"underline_l": { | |
"text-decoration": "underline" | |
}, | |
"no_underline_l": { | |
"text-decoration": "none" | |
}, | |
"tl_l": { | |
"text-align": "left" | |
}, | |
"tr_l": { | |
"text-align": "right" | |
}, | |
"tc_l": { | |
"text-align": "center" | |
}, | |
"ttc_l": { | |
"text-transform": "capitalize" | |
}, | |
"ttl_l": { | |
"text-transform": "lowercase" | |
}, | |
"ttu_l": { | |
"text-transform": "uppercase" | |
}, | |
"ttn_l": { | |
"text-transform": "none" | |
}, | |
"f_6_l": { | |
"font-size": "6rem" | |
}, | |
"f_headline_l": { | |
"font-size": "6rem" | |
}, | |
"f_5_l": { | |
"font-size": "5rem" | |
}, | |
"f_subheadline_l": { | |
"font-size": "5rem" | |
}, | |
"f1_l": { | |
"font-size": "3rem" | |
}, | |
"f2_l": { | |
"font-size": "2.25rem" | |
}, | |
"f3_l": { | |
"font-size": "1.5rem" | |
}, | |
"f4_l": { | |
"font-size": "1.25rem" | |
}, | |
"f5_l": { | |
"font-size": "1rem" | |
}, | |
"f6_l": { | |
"font-size": ".875rem" | |
}, | |
"measure_l": { | |
"max-width": "30em" | |
}, | |
"measure_wide_l": { | |
"max-width": "34em" | |
}, | |
"measure_narrow_l": { | |
"max-width": "20em" | |
}, | |
"indent_l": { | |
"text-indent": "1em", | |
"margin-top": "0", | |
"margin-bottom": "0" | |
}, | |
"small_caps_l": { | |
"font-variant": "small-caps" | |
}, | |
"truncate_l": { | |
"white-space": "nowrap", | |
"overflow": "hidden", | |
"text-overflow": "ellipsis" | |
}, | |
"clip_l": { | |
"position": "absolute !important", | |
"clip": "rect( 1px, 1px, 1px, 1px )" | |
}, | |
"ws_normal_l": { | |
"white-space": "normal" | |
}, | |
"nowrap_l": { | |
"white-space": "nowrap" | |
}, | |
"pre_l": { | |
"white-space": "pre" | |
}, | |
"v_base_l": { | |
"vertical-align": "baseline" | |
}, | |
"v_mid_l": { | |
"vertical-align": "middle" | |
}, | |
"v_top_l": { | |
"vertical-align": "top" | |
}, | |
"v_btm_l": { | |
"vertical-align": "bottom" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment