This repository has been archived by the owner on Jul 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdocumentation.json
1 lines (1 loc) · 318 KB
/
documentation.json
1
[{"name":"Tachyons","comment":" [Tachyons](http://tachyons.io/) is _the_ best CSS framework ever. It's an implementation of\nwhat people call \"Functional CSS\" which makes working with CSS a little bit easier.\n\nIn functional CSS you have a ton of little CSS classes that do one thing, and\ndo it well #unixphilosophy.\n\nEssentially what this means is that can create almost any interface without\nwriting custom css, you only need to compose different CSS selectors together.\nHere is an example:\n\n div [classes [pa1, red, f1]] []\n\nThis will:\n\n - Add the smallest padding available on all four sides (Padding Around 1)\n - Make the foreground color red (an Accessible friendly version)\n - Make the `font-size` as big as an h1 tag.\n\nThere's even responsive versions. Like `p1_ns` that will only add padding\nto anything that is \"not small\" (larger than mobile). This style allows you to easily create responsive mobile interfaces.\n\n\n# Working example\n\nTo use the library, just put `tachyons.css` somewhere in your elm-html code to add the stylesheet to your document, and then you can do whatever you want!\nHere is a small example:\n\n module Main exposing (..)\n\n import Tachyons exposing (classes, tachyons)\n import Tachyons.Classes exposing (f1, purple)\n import Html exposing (..)\n\n\n main =\n div [ classes [ f1, purple ] ]\n [ tachyons.css\n , text \"I'm Purple and big!\"\n ]\n\n# Helper Classes\n\n@docs classes, tachyons, tachyonsStylesheet\n","unions":[],"aliases":[],"values":[{"name":"classes","comment":" This is a helper function that will allow you to combine\nmultiple Tachyons classes (which are strings) are return a\n`Html.Attributes`\n\n div [classes [pa3, red, f1]] []\n\n","type":"List.List String.String -> Html.Attribute msg"},{"name":"tachyons","comment":" [Tachyons](http://tachyons.io/)\n\nThis basically includes an `<style>` tag containing the inline CSS code\nfor the tachyons version this library supports. Namely 4.12.0.\n\nTo use it just place it inside of a HTML tag like so:\n\n div [] [ tachyons.css ]\n\nIf you want to use it from a CDN link rather than a `<style>` tag I would encourage you to\ninclude the CDN link in your HTML like so:\n\n <!-- NOTE: this is outside of Elm, inside of Elm it will cause a css flash -->\n <link rel=\"stylesheet\" href=\"https://unpkg.com/tachyons@4.11.1/css/tachyons.min.css\"/>\n\nthen use the `Tachyons.Classes` as you normally would.\n","type":"{ css : Html.Html msg }"},{"name":"tachyonsStylesheet","comment":"\nThis is a helper function that exports the tachyons stylesheet as a string,\nallowing you to define your own <style> tag, if need be.\n\n node \"style\" [] [ text tachyonsStylesheet ]\n","type":"String.String"}],"binops":[]},{"name":"Tachyons.Classes","comment":" These are all the classes ported from Tachyons. **NOTE**: this is a auto-generated file by `scripts/index.js`\n\n\n# Useless Docs below:\n\nYes these docs are useless, please look at [Tachyons Table of Styles](http://tachyons.io/docs/table-of-styles/) for the definitions of these classes. Keep in mind this was made with a script (not typed by hand ).\n\nThey do however show the minifed css definition as their comment.\n\n\n# Classes and their Definitions\n\n@docs absolute, absolute__fill, absolute__fill_l, absolute__fill_m, absolute__fill_ns, absolute_l, absolute_m, absolute_ns, aspect_ratio, aspect_ratio__16x9, aspect_ratio__16x9_l, aspect_ratio__16x9_m, aspect_ratio__16x9_ns, aspect_ratio__1x1, aspect_ratio__1x1_l, aspect_ratio__1x1_m, aspect_ratio__1x1_ns, aspect_ratio__3x4, aspect_ratio__3x4_l, aspect_ratio__3x4_m, aspect_ratio__3x4_ns, aspect_ratio__4x3, aspect_ratio__4x3_l, aspect_ratio__4x3_m, aspect_ratio__4x3_ns, aspect_ratio__4x6, aspect_ratio__4x6_l, aspect_ratio__4x6_m, aspect_ratio__4x6_ns, aspect_ratio__5x7, aspect_ratio__5x7_l, aspect_ratio__5x7_m, aspect_ratio__5x7_ns, aspect_ratio__5x8, aspect_ratio__5x8_l, aspect_ratio__5x8_m, aspect_ratio__5x8_ns, aspect_ratio__6x4, aspect_ratio__6x4_l, aspect_ratio__6x4_m, aspect_ratio__6x4_ns, aspect_ratio__7x5, aspect_ratio__7x5_l, aspect_ratio__7x5_m, aspect_ratio__7x5_ns, aspect_ratio__8x5, aspect_ratio__8x5_l, aspect_ratio__8x5_m, aspect_ratio__8x5_ns, aspect_ratio__9x16, aspect_ratio__9x16_l, aspect_ratio__9x16_m, aspect_ratio__9x16_ns, aspect_ratio__object, aspect_ratio__object_l, aspect_ratio__object_m, aspect_ratio__object_ns, aspect_ratio_l, aspect_ratio_m, aspect_ratio_ns, athelas, avenir, b, b__black, b__black_0125, b__black_025, b__black_05, b__black_10, b__black_20, b__black_30, b__black_40, b__black_50, b__black_60, b__black_70, b__black_80, b__black_90, b__blue, b__dark_blue, b__dark_gray, b__dark_green, b__dark_pink, b__dark_red, b__dashed, b__dashed_l, b__dashed_m, b__dashed_ns, b__dotted, b__dotted_l, b__dotted_m, b__dotted_ns, b__gold, b__gray, b__green, b__hot_pink, b__inherit, b__initial, b__light_blue, b__light_gray, b__light_green, b__light_pink, b__light_purple, b__light_red, b__light_silver, b__light_yellow, b__lightest_blue, b__mid_gray, b__moon_gray, b__navy, b__near_black, b__near_white, b__none, b__none_l, b__none_m, b__none_ns, b__orange, b__pink, b__purple, b__red, b__silver, b__solid, b__solid_l, b__solid_m, b__solid_ns, b__transparent, b__unset, b__washed_blue, b__washed_green, b__washed_red, b__washed_yellow, b__white, b__white_0125, b__white_025, b__white_05, b__white_10, b__white_20, b__white_30, b__white_40, b__white_50, b__white_60, b__white_70, b__white_80, b__white_90, b__yellow, b_l, b_m, b_ns, ba, ba_l, ba_m, ba_ns, baskerville, bb, bb_0, bb_0_l, bb_0_m, bb_0_ns, bb_l, bb_m, bb_ns, bg_animate, bg_black, bg_black_05, bg_black_10, bg_black_20, bg_black_30, bg_black_40, bg_black_50, bg_black_60, bg_black_70, bg_black_80, bg_black_90, bg_blue, bg_bottom, bg_bottom_l, bg_bottom_m, bg_bottom_ns, bg_center, bg_center_l, bg_center_m, bg_center_ns, bg_dark_blue, bg_dark_gray, bg_dark_green, bg_dark_pink, bg_dark_red, bg_gold, bg_gray, bg_green, bg_hot_pink, bg_inherit, bg_left, bg_left_l, bg_left_m, bg_left_ns, bg_light_blue, bg_light_gray, bg_light_green, bg_light_pink, bg_light_purple, bg_light_red, bg_light_silver, bg_light_yellow, bg_lightest_blue, bg_mid_gray, bg_moon_gray, bg_navy, bg_near_black, bg_near_white, bg_orange, bg_pink, bg_purple, bg_red, bg_right, bg_right_l, bg_right_m, bg_right_ns, bg_silver, bg_top, bg_top_l, bg_top_m, bg_top_ns, bg_transparent, bg_washed_blue, bg_washed_green, bg_washed_red, bg_washed_yellow, bg_white, bg_white_10, bg_white_20, bg_white_30, bg_white_40, bg_white_50, bg_white_60, bg_white_70, bg_white_80, bg_white_90, bg_yellow, bl, bl_0, bl_0_l, bl_0_m, bl_0_ns, bl_l, bl_m, bl_ns, black, black_05, black_10, black_20, black_30, black_40, black_50, black_60, black_70, black_80, black_90, blue, bn, bn_l, bn_m, bn_ns, bodoni, border_box, bottom__1, bottom__1_l, bottom__1_m, bottom__1_ns, bottom__2, bottom__2_l, bottom__2_m, bottom__2_ns, bottom_0, bottom_0_l, bottom_0_m, bottom_0_ns, bottom_1, bottom_1_l, bottom_1_m, bottom_1_ns, bottom_2, bottom_2_l, bottom_2_m, bottom_2_ns, br, br__bottom, br__bottom_l, br__bottom_m, br__bottom_ns, br__left, br__left_l, br__left_m, br__left_ns, br__right, br__right_l, br__right_m, br__right_ns, br__top, br__top_l, br__top_m, br__top_ns, br_0, br_0_l, br_0_m, br_0_ns, br_100, br_100_l, br_100_m, br_100_ns, br_inherit, br_inherit_l, br_inherit_m, br_inherit_ns, br_initial, br_initial_l, br_initial_m, br_initial_ns, br_l, br_m, br_ns, br_pill, br_pill_l, br_pill_m, br_pill_ns, br_unset, br_unset_l, br_unset_m, br_unset_ns, br0, br0_l, br0_m, br0_ns, br1, br1_l, br1_m, br1_ns, br2, br2_l, br2_m, br2_ns, br3, br3_l, br3_m, br3_ns, br4, br4_l, br4_m, br4_ns, bt, bt_0, bt_0_l, bt_0_m, bt_0_ns, bt_l, bt_m, bt_ns, button_reset, bw0, bw0_l, bw0_m, bw0_ns, bw1, bw1_l, bw1_m, bw1_ns, bw2, bw2_l, bw2_m, bw2_ns, bw3, bw3_l, bw3_m, bw3_ns, bw4, bw4_l, bw4_m, bw4_ns, bw5, bw5_l, bw5_m, bw5_ns, calisto, cb, cb_l, cb_m, cb_ns, center, center_l, center_m, center_ns, cf, child, cl, cl_l, cl_m, cl_ns, clip, clip_l, clip_m, clip_ns, cn, cn_l, cn_m, cn_ns, code, collapse, color_inherit, contain, contain_l, contain_m, contain_ns, content_around, content_around_l, content_around_m, content_around_ns, content_between, content_between_l, content_between_m, content_between_ns, content_center, content_center_l, content_center_m, content_center_ns, content_end, content_end_l, content_end_m, content_end_ns, content_start, content_start_l, content_start_m, content_start_ns, content_stretch, content_stretch_l, content_stretch_m, content_stretch_ns, courier, cover, cover_l, cover_m, cover_ns, cr, cr_l, cr_m, cr_ns, dark_blue, dark_gray, dark_green, dark_pink, dark_red, db, db_l, db_m, db_ns, debug, debug_black, debug_grid, debug_grid_16, debug_grid_16_solid, debug_grid_8_solid, debug_white, di, di_l, di_m, di_ns, dib, dib_l, dib_m, dib_ns, dim, dit, dit_l, dit_m, dit_ns, dn, dn_l, dn_m, dn_ns, dt, dt__fixed, dt__fixed_l, dt__fixed_m, dt__fixed_ns, dt_column, dt_column_group, dt_column_group_l, dt_column_group_m, dt_column_group_ns, dt_column_l, dt_column_m, dt_column_ns, dt_l, dt_m, dt_ns, dt_row, dt_row_group, dt_row_group_l, dt_row_group_m, dt_row_group_ns, dt_row_l, dt_row_m, dt_row_ns, dtc, dtc_l, dtc_m, dtc_ns, f_5, f_5_l, f_5_m, f_5_ns, f_6, f_6_l, f_6_m, f_6_ns, f_headline, f_headline_l, f_headline_m, f_headline_ns, f_subheadline, f_subheadline_l, f_subheadline_m, f_subheadline_ns, f1, f1_l, f1_m, f1_ns, f2, f2_l, f2_m, f2_ns, f3, f3_l, f3_m, f3_ns, f4, f4_l, f4_m, f4_ns, f5, f5_l, f5_m, f5_ns, f6, f6_l, f6_m, f6_ns, f7, f7_l, f7_m, f7_ns, fixed, fixed_l, fixed_m, fixed_ns, fl, fl_l, fl_m, fl_ns, flex, flex_auto, flex_auto_l, flex_auto_m, flex_auto_ns, flex_column, flex_column_l, flex_column_m, flex_column_ns, flex_column_reverse, flex_column_reverse_l, flex_column_reverse_m, flex_column_reverse_ns, flex_grow_0, flex_grow_0_l, flex_grow_0_m, flex_grow_0_ns, flex_grow_1, flex_grow_1_l, flex_grow_1_m, flex_grow_1_ns, flex_l, flex_m, flex_none, flex_none_l, flex_none_m, flex_none_ns, flex_nowrap, flex_nowrap_l, flex_nowrap_m, flex_nowrap_ns, flex_ns, flex_row, flex_row_l, flex_row_m, flex_row_ns, flex_row_reverse, flex_row_reverse_l, flex_row_reverse_m, flex_row_reverse_ns, flex_shrink_0, flex_shrink_0_l, flex_shrink_0_m, flex_shrink_0_ns, flex_shrink_1, flex_shrink_1_l, flex_shrink_1_m, flex_shrink_1_ns, flex_wrap, flex_wrap_l, flex_wrap_m, flex_wrap_ns, flex_wrap_reverse, flex_wrap_reverse_l, flex_wrap_reverse_m, flex_wrap_reverse_ns, fn, fn_l, fn_m, fn_ns, fr, fr_l, fr_m, fr_ns, fs_normal, fs_normal_l, fs_normal_m, fs_normal_ns, fw1, fw1_l, fw1_m, fw1_ns, fw2, fw2_l, fw2_m, fw2_ns, fw3, fw3_l, fw3_m, fw3_ns, fw4, fw4_l, fw4_m, fw4_ns, fw5, fw5_l, fw5_m, fw5_ns, fw6, fw6_l, fw6_m, fw6_ns, fw7, fw7_l, fw7_m, fw7_ns, fw8, fw8_l, fw8_m, fw8_ns, fw9, fw9_l, fw9_m, fw9_ns, garamond, georgia, glow, gold, gray, green, grow, grow_large, h_100, h_100_l, h_100_m, h_100_ns, h_25, h_25_l, h_25_m, h_25_ns, h_50, h_50_l, h_50_m, h_50_ns, h_75, h_75_l, h_75_m, h_75_ns, h_auto, h_auto_l, h_auto_m, h_auto_ns, h_inherit, h_inherit_l, h_inherit_m, h_inherit_ns, h1, h1_l, h1_m, h1_ns, h2, h2_l, h2_m, h2_ns, h3, h3_l, h3_m, h3_ns, h4, h4_l, h4_m, h4_ns, h5, h5_l, h5_m, h5_ns, helvetica, hide_child, hot_pink, hover_bg_black, hover_bg_black_10, hover_bg_black_20, hover_bg_black_30, hover_bg_black_40, hover_bg_black_50, hover_bg_black_60, hover_bg_black_70, hover_bg_black_80, hover_bg_black_90, hover_bg_blue, hover_bg_dark_blue, hover_bg_dark_gray, hover_bg_dark_green, hover_bg_dark_pink, hover_bg_dark_red, hover_bg_gold, hover_bg_gray, hover_bg_green, hover_bg_hot_pink, hover_bg_inherit, hover_bg_light_blue, hover_bg_light_gray, hover_bg_light_green, hover_bg_light_pink, hover_bg_light_purple, hover_bg_light_red, hover_bg_light_silver, hover_bg_light_yellow, hover_bg_lightest_blue, hover_bg_mid_gray, hover_bg_moon_gray, hover_bg_navy, hover_bg_near_black, hover_bg_near_white, hover_bg_orange, hover_bg_pink, hover_bg_purple, hover_bg_red, hover_bg_silver, hover_bg_transparent, hover_bg_washed_blue, hover_bg_washed_green, hover_bg_washed_red, hover_bg_washed_yellow, hover_bg_white, hover_bg_white_10, hover_bg_white_20, hover_bg_white_30, hover_bg_white_40, hover_bg_white_50, hover_bg_white_60, hover_bg_white_70, hover_bg_white_80, hover_bg_white_90, hover_bg_yellow, hover_black, hover_black_10, hover_black_20, hover_black_30, hover_black_40, hover_black_50, hover_black_60, hover_black_70, hover_black_80, hover_black_90, hover_blue, hover_dark_blue, hover_dark_gray, hover_dark_green, hover_dark_pink, hover_dark_red, hover_gold, hover_gray, hover_green, hover_hot_pink, hover_inherit, hover_light_blue, hover_light_gray, hover_light_green, hover_light_pink, hover_light_purple, hover_light_red, hover_light_silver, hover_light_yellow, hover_lightest_blue, hover_mid_gray, hover_moon_gray, hover_navy, hover_near_black, hover_near_white, hover_orange, hover_pink, hover_purple, hover_red, hover_silver, hover_washed_blue, hover_washed_green, hover_washed_red, hover_washed_yellow, hover_white, hover_white_10, hover_white_20, hover_white_30, hover_white_40, hover_white_50, hover_white_60, hover_white_70, hover_white_80, hover_white_90, hover_yellow, i, i_l, i_m, i_ns, indent, indent_l, indent_m, indent_ns, inline_flex, inline_flex_l, inline_flex_m, inline_flex_ns, input_reset, items_baseline, items_baseline_l, items_baseline_m, items_baseline_ns, items_center, items_center_l, items_center_m, items_center_ns, items_end, items_end_l, items_end_m, items_end_ns, items_start, items_start_l, items_start_m, items_start_ns, items_stretch, items_stretch_l, items_stretch_m, items_stretch_ns, justify_around, justify_around_l, justify_around_m, justify_around_ns, justify_between, justify_between_l, justify_between_m, justify_between_ns, justify_center, justify_center_l, justify_center_m, justify_center_ns, justify_end, justify_end_l, justify_end_m, justify_end_ns, justify_start, justify_start_l, justify_start_m, justify_start_ns, left__1, left__1_l, left__1_m, left__1_ns, left__2, left__2_l, left__2_m, left__2_ns, left_0, left_0_l, left_0_m, left_0_ns, left_1, left_1_l, left_1_m, left_1_ns, left_2, left_2_l, left_2_m, left_2_ns, lh_copy, lh_copy_l, lh_copy_m, lh_copy_ns, lh_solid, lh_solid_l, lh_solid_m, lh_solid_ns, lh_title, lh_title_l, lh_title_m, lh_title_ns, light_blue, light_gray, light_green, light_pink, light_purple, light_red, light_silver, light_yellow, lightest_blue, link, list, ma0, ma0_l, ma0_m, ma0_ns, ma1, ma1_l, ma1_m, ma1_ns, ma2, ma2_l, ma2_m, ma2_ns, ma3, ma3_l, ma3_m, ma3_ns, ma4, ma4_l, ma4_m, ma4_ns, ma5, ma5_l, ma5_m, ma5_ns, ma6, ma6_l, ma6_m, ma6_ns, ma7, ma7_l, ma7_m, ma7_ns, mb0, mb0_l, mb0_m, mb0_ns, mb1, mb1_l, mb1_m, mb1_ns, mb2, mb2_l, mb2_m, mb2_ns, mb3, mb3_l, mb3_m, mb3_ns, mb4, mb4_l, mb4_m, mb4_ns, mb5, mb5_l, mb5_m, mb5_ns, mb6, mb6_l, mb6_m, mb6_ns, mb7, mb7_l, mb7_m, mb7_ns, measure, measure_l, measure_m, measure_narrow, measure_narrow_l, measure_narrow_m, measure_narrow_ns, measure_ns, measure_wide, measure_wide_l, measure_wide_m, measure_wide_ns, mh0, mh0_l, mh0_m, mh0_ns, mh1, mh1_l, mh1_m, mh1_ns, mh2, mh2_l, mh2_m, mh2_ns, mh3, mh3_l, mh3_m, mh3_ns, mh4, mh4_l, mh4_m, mh4_ns, mh5, mh5_l, mh5_m, mh5_ns, mh6, mh6_l, mh6_m, mh6_ns, mh7, mh7_l, mh7_m, mh7_ns, mid_gray, min_h_100, min_h_100_l, min_h_100_m, min_h_100_ns, min_vh_100, min_vh_100_l, min_vh_100_m, min_vh_100_ns, ml_auto, ml_auto_l, ml_auto_m, ml_auto_ns, ml0, ml0_l, ml0_m, ml0_ns, ml1, ml1_l, ml1_m, ml1_ns, ml2, ml2_l, ml2_m, ml2_ns, ml3, ml3_l, ml3_m, ml3_ns, ml4, ml4_l, ml4_m, ml4_ns, ml5, ml5_l, ml5_m, ml5_ns, ml6, ml6_l, ml6_m, ml6_ns, ml7, ml7_l, ml7_m, ml7_ns, moon_gray, mr_auto, mr_auto_l, mr_auto_m, mr_auto_ns, mr0, mr0_l, mr0_m, mr0_ns, mr1, mr1_l, mr1_m, mr1_ns, mr2, mr2_l, mr2_m, mr2_ns, mr3, mr3_l, mr3_m, mr3_ns, mr4, mr4_l, mr4_m, mr4_ns, mr5, mr5_l, mr5_m, mr5_ns, mr6, mr6_l, mr6_m, mr6_ns, mr7, mr7_l, mr7_m, mr7_ns, mt0, mt0_l, mt0_m, mt0_ns, mt1, mt1_l, mt1_m, mt1_ns, mt2, mt2_l, mt2_m, mt2_ns, mt3, mt3_l, mt3_m, mt3_ns, mt4, mt4_l, mt4_m, mt4_ns, mt5, mt5_l, mt5_m, mt5_ns, mt6, mt6_l, mt6_m, mt6_ns, mt7, mt7_l, mt7_m, mt7_ns, mv0, mv0_l, mv0_m, mv0_ns, mv1, mv1_l, mv1_m, mv1_ns, mv2, mv2_l, mv2_m, mv2_ns, mv3, mv3_l, mv3_m, mv3_ns, mv4, mv4_l, mv4_m, mv4_ns, mv5, mv5_l, mv5_m, mv5_ns, mv6, mv6_l, mv6_m, mv6_ns, mv7, mv7_l, mv7_m, mv7_ns, mw_100, mw_100_l, mw_100_m, mw_100_ns, mw_none, mw_none_l, mw_none_m, mw_none_ns, mw1, mw1_l, mw1_m, mw1_ns, mw2, mw2_l, mw2_m, mw2_ns, mw3, mw3_l, mw3_m, mw3_ns, mw4, mw4_l, mw4_m, mw4_ns, mw5, mw5_l, mw5_m, mw5_ns, mw6, mw6_l, mw6_m, mw6_ns, mw7, mw7_l, mw7_m, mw7_ns, mw8, mw8_l, mw8_m, mw8_ns, mw9, mw9_l, mw9_m, mw9_ns, na1, na1_l, na1_m, na1_ns, na2, na2_l, na2_m, na2_ns, na3, na3_l, na3_m, na3_ns, na4, na4_l, na4_m, na4_ns, na5, na5_l, na5_m, na5_ns, na6, na6_l, na6_m, na6_ns, na7, na7_l, na7_m, na7_ns, navy, nb1, nb1_l, nb1_m, nb1_ns, nb2, nb2_l, nb2_m, nb2_ns, nb3, nb3_l, nb3_m, nb3_ns, nb4, nb4_l, nb4_m, nb4_ns, nb5, nb5_l, nb5_m, nb5_ns, nb6, nb6_l, nb6_m, nb6_ns, nb7, nb7_l, nb7_m, nb7_ns, near_black, near_white, nested_copy_indent, nested_copy_line_height, nested_copy_separator, nested_headline_line_height, nested_img, nested_links, nested_list_reset, nl1, nl1_l, nl1_m, nl1_ns, nl2, nl2_l, nl2_m, nl2_ns, nl3, nl3_l, nl3_m, nl3_ns, nl4, nl4_l, nl4_m, nl4_ns, nl5, nl5_l, nl5_m, nl5_ns, nl6, nl6_l, nl6_m, nl6_ns, nl7, nl7_l, nl7_m, nl7_ns, no_underline, no_underline_l, no_underline_m, no_underline_ns, normal, normal_l, normal_m, normal_ns, nowrap, nowrap_l, nowrap_m, nowrap_ns, nr1, nr1_l, nr1_m, nr1_ns, nr2, nr2_l, nr2_m, nr2_ns, nr3, nr3_l, nr3_m, nr3_ns, nr4, nr4_l, nr4_m, nr4_ns, nr5, nr5_l, nr5_m, nr5_ns, nr6, nr6_l, nr6_m, nr6_ns, nr7, nr7_l, nr7_m, nr7_ns, nt1, nt1_l, nt1_m, nt1_ns, nt2, nt2_l, nt2_m, nt2_ns, nt3, nt3_l, nt3_m, nt3_ns, nt4, nt4_l, nt4_m, nt4_ns, nt5, nt5_l, nt5_m, nt5_ns, nt6, nt6_l, nt6_m, nt6_ns, nt7, nt7_l, nt7_m, nt7_ns, o_0, o_025, o_05, o_10, o_100, o_20, o_30, o_40, o_50, o_60, o_70, o_80, o_90, orange, order_0, order_0_l, order_0_m, order_0_ns, order_1, order_1_l, order_1_m, order_1_ns, order_2, order_2_l, order_2_m, order_2_ns, order_3, order_3_l, order_3_m, order_3_ns, order_4, order_4_l, order_4_m, order_4_ns, order_5, order_5_l, order_5_m, order_5_ns, order_6, order_6_l, order_6_m, order_6_ns, order_7, order_7_l, order_7_m, order_7_ns, order_8, order_8_l, order_8_m, order_8_ns, order_last, order_last_l, order_last_m, order_last_ns, outline, outline_0, outline_0_l, outline_0_m, outline_0_ns, outline_l, outline_m, outline_ns, outline_transparent, outline_transparent_l, outline_transparent_m, outline_transparent_ns, overflow_auto, overflow_auto_l, overflow_auto_m, overflow_auto_ns, overflow_container, overflow_hidden, overflow_hidden_l, overflow_hidden_m, overflow_hidden_ns, overflow_scroll, overflow_scroll_l, overflow_scroll_m, overflow_scroll_ns, overflow_visible, overflow_visible_l, overflow_visible_m, overflow_visible_ns, overflow_x_auto, overflow_x_auto_l, overflow_x_auto_m, overflow_x_auto_ns, overflow_x_hidden, overflow_x_hidden_l, overflow_x_hidden_m, overflow_x_hidden_ns, overflow_x_scroll, overflow_x_scroll_l, overflow_x_scroll_m, overflow_x_scroll_ns, overflow_x_visible, overflow_x_visible_l, overflow_x_visible_m, overflow_x_visible_ns, overflow_y_auto, overflow_y_auto_l, overflow_y_auto_m, overflow_y_auto_ns, overflow_y_hidden, overflow_y_hidden_l, overflow_y_hidden_m, overflow_y_hidden_ns, overflow_y_scroll, overflow_y_scroll_l, overflow_y_scroll_m, overflow_y_scroll_ns, overflow_y_visible, overflow_y_visible_l, overflow_y_visible_m, overflow_y_visible_ns, pa0, pa0_l, pa0_m, pa0_ns, pa1, pa1_l, pa1_m, pa1_ns, pa2, pa2_l, pa2_m, pa2_ns, pa3, pa3_l, pa3_m, pa3_ns, pa4, pa4_l, pa4_m, pa4_ns, pa5, pa5_l, pa5_m, pa5_ns, pa6, pa6_l, pa6_m, pa6_ns, pa7, pa7_l, pa7_m, pa7_ns, pb0, pb0_l, pb0_m, pb0_ns, pb1, pb1_l, pb1_m, pb1_ns, pb2, pb2_l, pb2_m, pb2_ns, pb3, pb3_l, pb3_m, pb3_ns, pb4, pb4_l, pb4_m, pb4_ns, pb5, pb5_l, pb5_m, pb5_ns, pb6, pb6_l, pb6_m, pb6_ns, pb7, pb7_l, pb7_m, pb7_ns, ph0, ph0_l, ph0_m, ph0_ns, ph1, ph1_l, ph1_m, ph1_ns, ph2, ph2_l, ph2_m, ph2_ns, ph3, ph3_l, ph3_m, ph3_ns, ph4, ph4_l, ph4_m, ph4_ns, ph5, ph5_l, ph5_m, ph5_ns, ph6, ph6_l, ph6_m, ph6_ns, ph7, ph7_l, ph7_m, ph7_ns, pink, pl0, pl0_l, pl0_m, pl0_ns, pl1, pl1_l, pl1_m, pl1_ns, pl2, pl2_l, pl2_m, pl2_ns, pl3, pl3_l, pl3_m, pl3_ns, pl4, pl4_l, pl4_m, pl4_ns, pl5, pl5_l, pl5_m, pl5_ns, pl6, pl6_l, pl6_m, pl6_ns, pl7, pl7_l, pl7_m, pl7_ns, pointer, pr0, pr0_l, pr0_m, pr0_ns, pr1, pr1_l, pr1_m, pr1_ns, pr2, pr2_l, pr2_m, pr2_ns, pr3, pr3_l, pr3_m, pr3_ns, pr4, pr4_l, pr4_m, pr4_ns, pr5, pr5_l, pr5_m, pr5_ns, pr6, pr6_l, pr6_m, pr6_ns, pr7, pr7_l, pr7_m, pr7_ns, pre, pre_l, pre_m, pre_ns, pt0, pt0_l, pt0_m, pt0_ns, pt1, pt1_l, pt1_m, pt1_ns, pt2, pt2_l, pt2_m, pt2_ns, pt3, pt3_l, pt3_m, pt3_ns, pt4, pt4_l, pt4_m, pt4_ns, pt5, pt5_l, pt5_m, pt5_ns, pt6, pt6_l, pt6_m, pt6_ns, pt7, pt7_l, pt7_m, pt7_ns, purple, pv0, pv0_l, pv0_m, pv0_ns, pv1, pv1_l, pv1_m, pv1_ns, pv2, pv2_l, pv2_m, pv2_ns, pv3, pv3_l, pv3_m, pv3_ns, pv4, pv4_l, pv4_m, pv4_ns, pv5, pv5_l, pv5_m, pv5_ns, pv6, pv6_l, pv6_m, pv6_ns, pv7, pv7_l, pv7_m, pv7_ns, red, relative, relative_l, relative_m, relative_ns, right__1, right__1_l, right__1_m, right__1_ns, right__2, right__2_l, right__2_m, right__2_ns, right_0, right_0_l, right_0_m, right_0_ns, right_1, right_1_l, right_1_m, right_1_ns, right_2, right_2_l, right_2_m, right_2_ns, rotate_135, rotate_135_l, rotate_135_m, rotate_135_ns, rotate_180, rotate_180_l, rotate_180_m, rotate_180_ns, rotate_225, rotate_225_l, rotate_225_m, rotate_225_ns, rotate_270, rotate_270_l, rotate_270_m, rotate_270_ns, rotate_315, rotate_315_l, rotate_315_m, rotate_315_ns, rotate_45, rotate_45_l, rotate_45_m, rotate_45_ns, rotate_90, rotate_90_l, rotate_90_m, rotate_90_ns, sans_serif, self_baseline, self_baseline_l, self_baseline_m, self_baseline_ns, self_center, self_center_l, self_center_m, self_center_ns, self_end, self_end_l, self_end_m, self_end_ns, self_start, self_start_l, self_start_m, self_start_ns, self_stretch, self_stretch_l, self_stretch_m, self_stretch_ns, serif, shadow_1, shadow_1_l, shadow_1_m, shadow_1_ns, shadow_2, shadow_2_l, shadow_2_m, shadow_2_ns, shadow_3, shadow_3_l, shadow_3_m, shadow_3_ns, shadow_4, shadow_4_l, shadow_4_m, shadow_4_ns, shadow_5, shadow_5_l, shadow_5_m, shadow_5_ns, shadow_hover, silver, small_caps, small_caps_l, small_caps_m, small_caps_ns, static, static_l, static_m, static_ns, strike, strike_l, strike_m, strike_ns, stripe_dark, stripe_light, striped__light_gray, striped__light_silver, striped__moon_gray, striped__near_white, system_sans_serif, system_serif, tc, tc_l, tc_m, tc_ns, times, tj, tj_l, tj_m, tj_ns, tl, tl_l, tl_m, tl_ns, top__1, top__1_l, top__1_m, top__1_ns, top__2, top__2_l, top__2_m, top__2_ns, top_0, top_0_l, top_0_m, top_0_ns, top_1, top_1_l, top_1_m, top_1_ns, top_2, top_2_l, top_2_m, top_2_ns, tr, tr_l, tr_m, tr_ns, tracked, tracked_l, tracked_m, tracked_mega, tracked_mega_l, tracked_mega_m, tracked_mega_ns, tracked_ns, tracked_tight, tracked_tight_l, tracked_tight_m, tracked_tight_ns, truncate, truncate_l, truncate_m, truncate_ns, ttc, ttc_l, ttc_m, ttc_ns, ttl, ttl_l, ttl_m, ttl_ns, ttn, ttn_l, ttn_m, ttn_ns, ttu, ttu_l, ttu_m, ttu_ns, underline, underline_hover, underline_l, underline_m, underline_ns, v_base, v_base_l, v_base_m, v_base_ns, v_btm, v_btm_l, v_btm_m, v_btm_ns, v_mid, v_mid_l, v_mid_m, v_mid_ns, v_top, v_top_l, v_top_m, v_top_ns, vh_100, vh_100_l, vh_100_m, vh_100_ns, vh_25, vh_25_l, vh_25_m, vh_25_ns, vh_50, vh_50_l, vh_50_m, vh_50_ns, vh_75, vh_75_l, vh_75_m, vh_75_ns, w_10, w_10_l, w_10_m, w_10_ns, w_100, w_100_l, w_100_m, w_100_ns, w_20, w_20_l, w_20_m, w_20_ns, w_25, w_25_l, w_25_m, w_25_ns, w_30, w_30_l, w_30_m, w_30_ns, w_33, w_33_l, w_33_m, w_33_ns, w_34, w_34_l, w_34_m, w_34_ns, w_40, w_40_l, w_40_m, w_40_ns, w_50, w_50_l, w_50_m, w_50_ns, w_60, w_60_l, w_60_m, w_60_ns, w_70, w_70_l, w_70_m, w_70_ns, w_75, w_75_l, w_75_m, w_75_ns, w_80, w_80_l, w_80_m, w_80_ns, w_90, w_90_l, w_90_m, w_90_ns, w_auto, w_auto_l, w_auto_m, w_auto_ns, w_third, w_third_l, w_third_m, w_third_ns, w_two_thirds, w_two_thirds_l, w_two_thirds_m, w_two_thirds_ns, w1, w1_l, w1_m, w1_ns, w2, w2_l, w2_m, w2_ns, w3, w3_l, w3_m, w3_ns, w4, w4_l, w4_m, w4_ns, w5, w5_l, w5_m, w5_ns, washed_blue, washed_green, washed_red, washed_yellow, white, white_10, white_20, white_30, white_40, white_50, white_60, white_70, white_80, white_90, ws_normal, ws_normal_l, ws_normal_m, ws_normal_ns, yellow, z_0, z_1, z_2, z_3, z_4, z_5, z_999, z_9999, z_inherit, z_initial, z_max, z_unset\n\n","unions":[],"aliases":[],"values":[{"name":"absolute","comment":" This class maps to this CSS definition:\n\n .absolute { position = absolute }\n\n","type":"String.String"},{"name":"absolute__fill","comment":" This class maps to this CSS definition:\n\n .absolute --fill{top:0;right:0;bottom:0;left:0}\n\n","type":"String.String"},{"name":"absolute__fill_l","comment":" This class maps to this CSS definition:\n\n .absolute --fill-l{top:0;right:0;bottom:0;left:0}\n\n","type":"String.String"},{"name":"absolute__fill_m","comment":" This class maps to this CSS definition:\n\n .absolute --fill-m{top:0;right:0;bottom:0;left:0}\n\n","type":"String.String"},{"name":"absolute__fill_ns","comment":" This class maps to this CSS definition:\n\n .absolute --fill-ns{top:0;right:0;bottom:0;left:0}\n\n","type":"String.String"},{"name":"absolute_l","comment":" This class maps to this CSS definition:\n\n .absolute - l { position = absolute }\n\n","type":"String.String"},{"name":"absolute_m","comment":" This class maps to this CSS definition:\n\n .absolute - m { position = absolute }\n\n","type":"String.String"},{"name":"absolute_ns","comment":" This class maps to this CSS definition:\n\n .absolute - ns { position = absolute }\n\n","type":"String.String"},{"name":"aspect_ratio","comment":" This class maps to this CSS definition:\n\n .aspect-ratio{height:0;position:relative}\n\n","type":"String.String"},{"name":"aspect_ratio__16x9","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --16x9{padding-bottom:56.25%}\n\n","type":"String.String"},{"name":"aspect_ratio__16x9_l","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --16x9-l{padding-bottom:56.25%}\n\n","type":"String.String"},{"name":"aspect_ratio__16x9_m","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --16x9-m{padding-bottom:56.25%}\n\n","type":"String.String"},{"name":"aspect_ratio__16x9_ns","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --16x9-ns{padding-bottom:56.25%}\n\n","type":"String.String"},{"name":"aspect_ratio__1x1","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --1x1{padding-bottom:100%}\n\n","type":"String.String"},{"name":"aspect_ratio__1x1_l","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --1x1-l{padding-bottom:100%}\n\n","type":"String.String"},{"name":"aspect_ratio__1x1_m","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --1x1-m{padding-bottom:100%}\n\n","type":"String.String"},{"name":"aspect_ratio__1x1_ns","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --1x1-ns{padding-bottom:100%}\n\n","type":"String.String"},{"name":"aspect_ratio__3x4","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --3x4{padding-bottom:133.33%}\n\n","type":"String.String"},{"name":"aspect_ratio__3x4_l","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --3x4-l{padding-bottom:133.33%}\n\n","type":"String.String"},{"name":"aspect_ratio__3x4_m","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --3x4-m{padding-bottom:133.33%}\n\n","type":"String.String"},{"name":"aspect_ratio__3x4_ns","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --3x4-ns{padding-bottom:133.33%}\n\n","type":"String.String"},{"name":"aspect_ratio__4x3","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --4x3{padding-bottom:75%}\n\n","type":"String.String"},{"name":"aspect_ratio__4x3_l","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --4x3-l{padding-bottom:75%}\n\n","type":"String.String"},{"name":"aspect_ratio__4x3_m","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --4x3-m{padding-bottom:75%}\n\n","type":"String.String"},{"name":"aspect_ratio__4x3_ns","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --4x3-ns{padding-bottom:75%}\n\n","type":"String.String"},{"name":"aspect_ratio__4x6","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --4x6{padding-bottom:150%}\n\n","type":"String.String"},{"name":"aspect_ratio__4x6_l","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --4x6-l{padding-bottom:150%}\n\n","type":"String.String"},{"name":"aspect_ratio__4x6_m","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --4x6-m{padding-bottom:150%}\n\n","type":"String.String"},{"name":"aspect_ratio__4x6_ns","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --4x6-ns{padding-bottom:150%}\n\n","type":"String.String"},{"name":"aspect_ratio__5x7","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --5x7{padding-bottom:140%}\n\n","type":"String.String"},{"name":"aspect_ratio__5x7_l","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --5x7-l{padding-bottom:140%}\n\n","type":"String.String"},{"name":"aspect_ratio__5x7_m","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --5x7-m{padding-bottom:140%}\n\n","type":"String.String"},{"name":"aspect_ratio__5x7_ns","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --5x7-ns{padding-bottom:140%}\n\n","type":"String.String"},{"name":"aspect_ratio__5x8","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --5x8{padding-bottom:160%}\n\n","type":"String.String"},{"name":"aspect_ratio__5x8_l","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --5x8-l{padding-bottom:160%}\n\n","type":"String.String"},{"name":"aspect_ratio__5x8_m","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --5x8-m{padding-bottom:160%}\n\n","type":"String.String"},{"name":"aspect_ratio__5x8_ns","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --5x8-ns{padding-bottom:160%}\n\n","type":"String.String"},{"name":"aspect_ratio__6x4","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --6x4{padding-bottom:66.6%}\n\n","type":"String.String"},{"name":"aspect_ratio__6x4_l","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --6x4-l{padding-bottom:66.6%}\n\n","type":"String.String"},{"name":"aspect_ratio__6x4_m","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --6x4-m{padding-bottom:66.6%}\n\n","type":"String.String"},{"name":"aspect_ratio__6x4_ns","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --6x4-ns{padding-bottom:66.6%}\n\n","type":"String.String"},{"name":"aspect_ratio__7x5","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --7x5{padding-bottom:71.42%}\n\n","type":"String.String"},{"name":"aspect_ratio__7x5_l","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --7x5-l{padding-bottom:71.42%}\n\n","type":"String.String"},{"name":"aspect_ratio__7x5_m","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --7x5-m{padding-bottom:71.42%}\n\n","type":"String.String"},{"name":"aspect_ratio__7x5_ns","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --7x5-ns{padding-bottom:71.42%}\n\n","type":"String.String"},{"name":"aspect_ratio__8x5","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --8x5{padding-bottom:62.5%}\n\n","type":"String.String"},{"name":"aspect_ratio__8x5_l","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --8x5-l{padding-bottom:62.5%}\n\n","type":"String.String"},{"name":"aspect_ratio__8x5_m","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --8x5-m{padding-bottom:62.5%}\n\n","type":"String.String"},{"name":"aspect_ratio__8x5_ns","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --8x5-ns{padding-bottom:62.5%}\n\n","type":"String.String"},{"name":"aspect_ratio__9x16","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --9x16{padding-bottom:177.77%}\n\n","type":"String.String"},{"name":"aspect_ratio__9x16_l","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --9x16-l{padding-bottom:177.77%}\n\n","type":"String.String"},{"name":"aspect_ratio__9x16_m","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --9x16-m{padding-bottom:177.77%}\n\n","type":"String.String"},{"name":"aspect_ratio__9x16_ns","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --9x16-ns{padding-bottom:177.77%}\n\n","type":"String.String"},{"name":"aspect_ratio__object","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --object{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}\n\n","type":"String.String"},{"name":"aspect_ratio__object_l","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --object-l{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}\n\n","type":"String.String"},{"name":"aspect_ratio__object_m","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --object-m{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}\n\n","type":"String.String"},{"name":"aspect_ratio__object_ns","comment":" This class maps to this CSS definition:\n\n .aspect - ratio --object-ns{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}\n\n","type":"String.String"},{"name":"aspect_ratio_l","comment":" This class maps to this CSS definition:\n\n .aspect-ratio-l{height:0;position:relative}\n\n","type":"String.String"},{"name":"aspect_ratio_m","comment":" This class maps to this CSS definition:\n\n .aspect-ratio-m{height:0;position:relative}\n\n","type":"String.String"},{"name":"aspect_ratio_ns","comment":" This class maps to this CSS definition:\n\n .aspect-ratio-ns{height:0;position:relative}\n\n","type":"String.String"},{"name":"athelas","comment":" This class maps to this CSS definition:\n\n .athelas{font-family:athelas,georgia,serif}\n\n","type":"String.String"},{"name":"avenir","comment":" This class maps to this CSS definition:\n\n .avenir{font-family:avenir next,avenir,sans-serif}\n\n","type":"String.String"},{"name":"b","comment":" This class maps to this CSS definition:\n\n .b{font-weight:700}\n\n","type":"String.String"},{"name":"b__black","comment":" This class maps to this CSS definition:\n\n .b --black{border-color:#000}\n\n","type":"String.String"},{"name":"b__black_0125","comment":" This class maps to this CSS definition:\n\n .b --black-0125{border-color:rgba(0,0,0,.0125)}\n\n","type":"String.String"},{"name":"b__black_025","comment":" This class maps to this CSS definition:\n\n .b --black-025{border-color:rgba(0,0,0,.025)}\n\n","type":"String.String"},{"name":"b__black_05","comment":" This class maps to this CSS definition:\n\n .b --black-05{border-color:rgba(0,0,0,.05)}\n\n","type":"String.String"},{"name":"b__black_10","comment":" This class maps to this CSS definition:\n\n .b --black-10{border-color:rgba(0,0,0,.1)}\n\n","type":"String.String"},{"name":"b__black_20","comment":" This class maps to this CSS definition:\n\n .b --black-20{border-color:rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"b__black_30","comment":" This class maps to this CSS definition:\n\n .b --black-30{border-color:rgba(0,0,0,.3)}\n\n","type":"String.String"},{"name":"b__black_40","comment":" This class maps to this CSS definition:\n\n .b --black-40{border-color:rgba(0,0,0,.4)}\n\n","type":"String.String"},{"name":"b__black_50","comment":" This class maps to this CSS definition:\n\n .b --black-50{border-color:rgba(0,0,0,.5)}\n\n","type":"String.String"},{"name":"b__black_60","comment":" This class maps to this CSS definition:\n\n .b --black-60{border-color:rgba(0,0,0,.6)}\n\n","type":"String.String"},{"name":"b__black_70","comment":" This class maps to this CSS definition:\n\n .b --black-70{border-color:rgba(0,0,0,.7)}\n\n","type":"String.String"},{"name":"b__black_80","comment":" This class maps to this CSS definition:\n\n .b --black-80{border-color:rgba(0,0,0,.8)}\n\n","type":"String.String"},{"name":"b__black_90","comment":" This class maps to this CSS definition:\n\n .b --black-90{border-color:rgba(0,0,0,.9)}\n\n","type":"String.String"},{"name":"b__blue","comment":" This class maps to this CSS definition:\n\n .b --blue{border-color:#357edd}\n\n","type":"String.String"},{"name":"b__dark_blue","comment":" This class maps to this CSS definition:\n\n .b --dark-blue{border-color:#00449e}\n\n","type":"String.String"},{"name":"b__dark_gray","comment":" This class maps to this CSS definition:\n\n .b --dark-gray{border-color:#333}\n\n","type":"String.String"},{"name":"b__dark_green","comment":" This class maps to this CSS definition:\n\n .b --dark-green{border-color:#137752}\n\n","type":"String.String"},{"name":"b__dark_pink","comment":" This class maps to this CSS definition:\n\n .b --dark-pink{border-color:#d5008f}\n\n","type":"String.String"},{"name":"b__dark_red","comment":" This class maps to this CSS definition:\n\n .b --dark-red{border-color:#e7040f}\n\n","type":"String.String"},{"name":"b__dashed","comment":" This class maps to this CSS definition:\n\n .b --dashed{border-style:dashed}\n\n","type":"String.String"},{"name":"b__dashed_l","comment":" This class maps to this CSS definition:\n\n .b --dashed-l{border-style:dashed}\n\n","type":"String.String"},{"name":"b__dashed_m","comment":" This class maps to this CSS definition:\n\n .b --dashed-m{border-style:dashed}\n\n","type":"String.String"},{"name":"b__dashed_ns","comment":" This class maps to this CSS definition:\n\n .b --dashed-ns{border-style:dashed}\n\n","type":"String.String"},{"name":"b__dotted","comment":" This class maps to this CSS definition:\n\n .b --dotted{border-style:dotted}\n\n","type":"String.String"},{"name":"b__dotted_l","comment":" This class maps to this CSS definition:\n\n .b --dotted-l{border-style:dotted}\n\n","type":"String.String"},{"name":"b__dotted_m","comment":" This class maps to this CSS definition:\n\n .b --dotted-m{border-style:dotted}\n\n","type":"String.String"},{"name":"b__dotted_ns","comment":" This class maps to this CSS definition:\n\n .b --dotted-ns{border-style:dotted}\n\n","type":"String.String"},{"name":"b__gold","comment":" This class maps to this CSS definition:\n\n .b --gold{border-color:#ffb700}\n\n","type":"String.String"},{"name":"b__gray","comment":" This class maps to this CSS definition:\n\n .b --gray{border-color:#777}\n\n","type":"String.String"},{"name":"b__green","comment":" This class maps to this CSS definition:\n\n .b --green{border-color:#19a974}\n\n","type":"String.String"},{"name":"b__hot_pink","comment":" This class maps to this CSS definition:\n\n .b --hot-pink{border-color:#ff41b4}\n\n","type":"String.String"},{"name":"b__inherit","comment":" This class maps to this CSS definition:\n\n .b --inherit{border-color:inherit}\n\n","type":"String.String"},{"name":"b__initial","comment":" This class maps to this CSS definition:\n\n .b --initial{border-color:initial}\n\n","type":"String.String"},{"name":"b__light_blue","comment":" This class maps to this CSS definition:\n\n .b --light-blue{border-color:#96ccff}\n\n","type":"String.String"},{"name":"b__light_gray","comment":" This class maps to this CSS definition:\n\n .b --light-gray{border-color:#eee}\n\n","type":"String.String"},{"name":"b__light_green","comment":" This class maps to this CSS definition:\n\n .b --light-green{border-color:#9eebcf}\n\n","type":"String.String"},{"name":"b__light_pink","comment":" This class maps to this CSS definition:\n\n .b --light-pink{border-color:#ffa3d7}\n\n","type":"String.String"},{"name":"b__light_purple","comment":" This class maps to this CSS definition:\n\n .b --light-purple{border-color:#a463f2}\n\n","type":"String.String"},{"name":"b__light_red","comment":" This class maps to this CSS definition:\n\n .b --light-red{border-color:#ff725c}\n\n","type":"String.String"},{"name":"b__light_silver","comment":" This class maps to this CSS definition:\n\n .b --light-silver{border-color:#aaa}\n\n","type":"String.String"},{"name":"b__light_yellow","comment":" This class maps to this CSS definition:\n\n .b --light-yellow{border-color:#fbf1a9}\n\n","type":"String.String"},{"name":"b__lightest_blue","comment":" This class maps to this CSS definition:\n\n .b --lightest-blue{border-color:#cdecff}\n\n","type":"String.String"},{"name":"b__mid_gray","comment":" This class maps to this CSS definition:\n\n .b --mid-gray{border-color:#555}\n\n","type":"String.String"},{"name":"b__moon_gray","comment":" This class maps to this CSS definition:\n\n .b --moon-gray{border-color:#ccc}\n\n","type":"String.String"},{"name":"b__navy","comment":" This class maps to this CSS definition:\n\n .b --navy{border-color:#001b44}\n\n","type":"String.String"},{"name":"b__near_black","comment":" This class maps to this CSS definition:\n\n .b --near-black{border-color:#111}\n\n","type":"String.String"},{"name":"b__near_white","comment":" This class maps to this CSS definition:\n\n .b --near-white{border-color:#f4f4f4}\n\n","type":"String.String"},{"name":"b__none","comment":" This class maps to this CSS definition:\n\n .b --none{border-style:none}\n\n","type":"String.String"},{"name":"b__none_l","comment":" This class maps to this CSS definition:\n\n .b --none-l{border-style:none}\n\n","type":"String.String"},{"name":"b__none_m","comment":" This class maps to this CSS definition:\n\n .b --none-m{border-style:none}\n\n","type":"String.String"},{"name":"b__none_ns","comment":" This class maps to this CSS definition:\n\n .b --none-ns{border-style:none}\n\n","type":"String.String"},{"name":"b__orange","comment":" This class maps to this CSS definition:\n\n .b --orange{border-color:#ff6300}\n\n","type":"String.String"},{"name":"b__pink","comment":" This class maps to this CSS definition:\n\n .b --pink{border-color:#ff80cc}\n\n","type":"String.String"},{"name":"b__purple","comment":" This class maps to this CSS definition:\n\n .b --purple{border-color:#5e2ca5}\n\n","type":"String.String"},{"name":"b__red","comment":" This class maps to this CSS definition:\n\n .b --red{border-color:#ff4136}\n\n","type":"String.String"},{"name":"b__silver","comment":" This class maps to this CSS definition:\n\n .b --silver{border-color:#999}\n\n","type":"String.String"},{"name":"b__solid","comment":" This class maps to this CSS definition:\n\n .b --solid{border-style:solid}\n\n","type":"String.String"},{"name":"b__solid_l","comment":" This class maps to this CSS definition:\n\n .b --solid-l{border-style:solid}\n\n","type":"String.String"},{"name":"b__solid_m","comment":" This class maps to this CSS definition:\n\n .b --solid-m{border-style:solid}\n\n","type":"String.String"},{"name":"b__solid_ns","comment":" This class maps to this CSS definition:\n\n .b --solid-ns{border-style:solid}\n\n","type":"String.String"},{"name":"b__transparent","comment":" This class maps to this CSS definition:\n\n .b --transparent{border-color:transparent}\n\n","type":"String.String"},{"name":"b__unset","comment":" This class maps to this CSS definition:\n\n .b --unset{border-color:unset}\n\n","type":"String.String"},{"name":"b__washed_blue","comment":" This class maps to this CSS definition:\n\n .b --washed-blue{border-color:#f6fffe}\n\n","type":"String.String"},{"name":"b__washed_green","comment":" This class maps to this CSS definition:\n\n .b --washed-green{border-color:#e8fdf5}\n\n","type":"String.String"},{"name":"b__washed_red","comment":" This class maps to this CSS definition:\n\n .b --washed-red{border-color:#ffdfdf}\n\n","type":"String.String"},{"name":"b__washed_yellow","comment":" This class maps to this CSS definition:\n\n .b --washed-yellow{border-color:#fffceb}\n\n","type":"String.String"},{"name":"b__white","comment":" This class maps to this CSS definition:\n\n .b --white{border-color:#fff}\n\n","type":"String.String"},{"name":"b__white_0125","comment":" This class maps to this CSS definition:\n\n .b --white-0125{border-color:hsla(0,0%,100%,.0125)}\n\n","type":"String.String"},{"name":"b__white_025","comment":" This class maps to this CSS definition:\n\n .b --white-025{border-color:hsla(0,0%,100%,.025)}\n\n","type":"String.String"},{"name":"b__white_05","comment":" This class maps to this CSS definition:\n\n .b --white-05{border-color:hsla(0,0%,100%,.05)}\n\n","type":"String.String"},{"name":"b__white_10","comment":" This class maps to this CSS definition:\n\n .b --white-10{border-color:hsla(0,0%,100%,.1)}\n\n","type":"String.String"},{"name":"b__white_20","comment":" This class maps to this CSS definition:\n\n .b --white-20{border-color:hsla(0,0%,100%,.2)}\n\n","type":"String.String"},{"name":"b__white_30","comment":" This class maps to this CSS definition:\n\n .b --white-30{border-color:hsla(0,0%,100%,.3)}\n\n","type":"String.String"},{"name":"b__white_40","comment":" This class maps to this CSS definition:\n\n .b --white-40{border-color:hsla(0,0%,100%,.4)}\n\n","type":"String.String"},{"name":"b__white_50","comment":" This class maps to this CSS definition:\n\n .b --white-50{border-color:hsla(0,0%,100%,.5)}\n\n","type":"String.String"},{"name":"b__white_60","comment":" This class maps to this CSS definition:\n\n .b --white-60{border-color:hsla(0,0%,100%,.6)}\n\n","type":"String.String"},{"name":"b__white_70","comment":" This class maps to this CSS definition:\n\n .b --white-70{border-color:hsla(0,0%,100%,.7)}\n\n","type":"String.String"},{"name":"b__white_80","comment":" This class maps to this CSS definition:\n\n .b --white-80{border-color:hsla(0,0%,100%,.8)}\n\n","type":"String.String"},{"name":"b__white_90","comment":" This class maps to this CSS definition:\n\n .b --white-90{border-color:hsla(0,0%,100%,.9)}\n\n","type":"String.String"},{"name":"b__yellow","comment":" This class maps to this CSS definition:\n\n .b --yellow{border-color:gold}\n\n","type":"String.String"},{"name":"b_l","comment":" This class maps to this CSS definition:\n\n .b-l{font-weight:700}\n\n","type":"String.String"},{"name":"b_m","comment":" This class maps to this CSS definition:\n\n .b-m{font-weight:700}\n\n","type":"String.String"},{"name":"b_ns","comment":" This class maps to this CSS definition:\n\n .b-ns{font-weight:700}\n\n","type":"String.String"},{"name":"ba","comment":" This class maps to this CSS definition:\n\n .ba{border-style:solid;border-width:1px}\n\n","type":"String.String"},{"name":"ba_l","comment":" This class maps to this CSS definition:\n\n .ba-l{border-style:solid;border-width:1px}\n\n","type":"String.String"},{"name":"ba_m","comment":" This class maps to this CSS definition:\n\n .ba-m{border-style:solid;border-width:1px}\n\n","type":"String.String"},{"name":"ba_ns","comment":" This class maps to this CSS definition:\n\n .ba-ns{border-style:solid;border-width:1px}\n\n","type":"String.String"},{"name":"baskerville","comment":" This class maps to this CSS definition:\n\n .baskerville{font-family:baskerville,serif}\n\n","type":"String.String"},{"name":"bb","comment":" This class maps to this CSS definition:\n\n .bb{border-bottom-style:solid;border-bottom-width:1px}\n\n","type":"String.String"},{"name":"bb_0","comment":" This class maps to this CSS definition:\n\n .bb-0{border-bottom-width:0}\n\n","type":"String.String"},{"name":"bb_0_l","comment":" This class maps to this CSS definition:\n\n .bb-0-l{border-bottom-width:0}\n\n","type":"String.String"},{"name":"bb_0_m","comment":" This class maps to this CSS definition:\n\n .bb-0-m{border-bottom-width:0}\n\n","type":"String.String"},{"name":"bb_0_ns","comment":" This class maps to this CSS definition:\n\n .bb-0-ns{border-bottom-width:0}\n\n","type":"String.String"},{"name":"bb_l","comment":" This class maps to this CSS definition:\n\n .bb-l{border-bottom-style:solid;border-bottom-width:1px}\n\n","type":"String.String"},{"name":"bb_m","comment":" This class maps to this CSS definition:\n\n .bb-m{border-bottom-style:solid;border-bottom-width:1px}\n\n","type":"String.String"},{"name":"bb_ns","comment":" This class maps to this CSS definition:\n\n .bb-ns{border-bottom-style:solid;border-bottom-width:1px}\n\n","type":"String.String"},{"name":"bg_animate","comment":" This class maps to this CSS definition:\n\n .bg-animate,.bg-animate:focus,.bg-animate:hover{transition:background-color .15s ease-in-out}\n\n","type":"String.String"},{"name":"bg_black","comment":" This class maps to this CSS definition:\n\n .bg-black{background-color:#000}\n\n","type":"String.String"},{"name":"bg_black_05","comment":" This class maps to this CSS definition:\n\n .bg-black-05{background-color:rgba(0,0,0,.05)}\n\n","type":"String.String"},{"name":"bg_black_10","comment":" This class maps to this CSS definition:\n\n .bg-black-10{background-color:rgba(0,0,0,.1)}\n\n","type":"String.String"},{"name":"bg_black_20","comment":" This class maps to this CSS definition:\n\n .bg-black-20{background-color:rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"bg_black_30","comment":" This class maps to this CSS definition:\n\n .bg-black-30{background-color:rgba(0,0,0,.3)}\n\n","type":"String.String"},{"name":"bg_black_40","comment":" This class maps to this CSS definition:\n\n .bg-black-40{background-color:rgba(0,0,0,.4)}\n\n","type":"String.String"},{"name":"bg_black_50","comment":" This class maps to this CSS definition:\n\n .bg-black-50{background-color:rgba(0,0,0,.5)}\n\n","type":"String.String"},{"name":"bg_black_60","comment":" This class maps to this CSS definition:\n\n .bg-black-60{background-color:rgba(0,0,0,.6)}\n\n","type":"String.String"},{"name":"bg_black_70","comment":" This class maps to this CSS definition:\n\n .bg-black-70{background-color:rgba(0,0,0,.7)}\n\n","type":"String.String"},{"name":"bg_black_80","comment":" This class maps to this CSS definition:\n\n .bg-black-80{background-color:rgba(0,0,0,.8)}\n\n","type":"String.String"},{"name":"bg_black_90","comment":" This class maps to this CSS definition:\n\n .bg-black-90{background-color:rgba(0,0,0,.9)}\n\n","type":"String.String"},{"name":"bg_blue","comment":" This class maps to this CSS definition:\n\n .bg-blue{background-color:#357edd}\n\n","type":"String.String"},{"name":"bg_bottom","comment":" This class maps to this CSS definition:\n\n .bg-bottom,.bg-right{background-repeat:no-repeat}\n .bg-bottom{background-position:bottom}\n\n","type":"String.String"},{"name":"bg_bottom_l","comment":" This class maps to this CSS definition:\n\n .bg-bottom-l,.bg-right-l{background-repeat:no-repeat}\n .bg-bottom-l{background-position:bottom}\n\n","type":"String.String"},{"name":"bg_bottom_m","comment":" This class maps to this CSS definition:\n\n .bg-bottom-m,.bg-right-m{background-repeat:no-repeat}\n .bg-bottom-m{background-position:bottom}\n\n","type":"String.String"},{"name":"bg_bottom_ns","comment":" This class maps to this CSS definition:\n\n .bg-bottom-ns,.bg-right-ns{background-repeat:no-repeat}\n .bg-bottom-ns{background-position:bottom}\n\n","type":"String.String"},{"name":"bg_center","comment":" This class maps to this CSS definition:\n\n .bg-center{background-position:50%}\n .bg-center,.bg-top{background-repeat:no-repeat}\n\n","type":"String.String"},{"name":"bg_center_l","comment":" This class maps to this CSS definition:\n\n .bg-center-l{background-position:50%}\n .bg-center-l,.bg-top-l{background-repeat:no-repeat}\n\n","type":"String.String"},{"name":"bg_center_m","comment":" This class maps to this CSS definition:\n\n .bg-center-m{background-position:50%}\n .bg-center-m,.bg-top-m{background-repeat:no-repeat}\n\n","type":"String.String"},{"name":"bg_center_ns","comment":" This class maps to this CSS definition:\n\n .bg-center-ns{background-position:50%}\n .bg-center-ns,.bg-top-ns{background-repeat:no-repeat}\n\n","type":"String.String"},{"name":"bg_dark_blue","comment":" This class maps to this CSS definition:\n\n .bg-dark-blue{background-color:#00449e}\n\n","type":"String.String"},{"name":"bg_dark_gray","comment":" This class maps to this CSS definition:\n\n .bg-dark-gray{background-color:#333}\n\n","type":"String.String"},{"name":"bg_dark_green","comment":" This class maps to this CSS definition:\n\n .bg-dark-green{background-color:#137752}\n\n","type":"String.String"},{"name":"bg_dark_pink","comment":" This class maps to this CSS definition:\n\n .bg-dark-pink{background-color:#d5008f}\n\n","type":"String.String"},{"name":"bg_dark_red","comment":" This class maps to this CSS definition:\n\n .bg-dark-red{background-color:#e7040f}\n\n","type":"String.String"},{"name":"bg_gold","comment":" This class maps to this CSS definition:\n\n .bg-gold{background-color:#ffb700}\n\n","type":"String.String"},{"name":"bg_gray","comment":" This class maps to this CSS definition:\n\n .bg-gray{background-color:#777}\n\n","type":"String.String"},{"name":"bg_green","comment":" This class maps to this CSS definition:\n\n .bg-green{background-color:#19a974}\n\n","type":"String.String"},{"name":"bg_hot_pink","comment":" This class maps to this CSS definition:\n\n .bg-hot-pink{background-color:#ff41b4}\n\n","type":"String.String"},{"name":"bg_inherit","comment":" This class maps to this CSS definition:\n\n .bg-inherit{background-color:inherit}\n\n","type":"String.String"},{"name":"bg_left","comment":" This class maps to this CSS definition:\n\n .bg-left{background-repeat:no-repeat;background-position:0}\n\n","type":"String.String"},{"name":"bg_left_l","comment":" This class maps to this CSS definition:\n\n .bg-left-l{background-repeat:no-repeat;background-position:0}\n\n","type":"String.String"},{"name":"bg_left_m","comment":" This class maps to this CSS definition:\n\n .bg-left-m{background-repeat:no-repeat;background-position:0}\n\n","type":"String.String"},{"name":"bg_left_ns","comment":" This class maps to this CSS definition:\n\n .bg-left-ns{background-repeat:no-repeat;background-position:0}\n\n","type":"String.String"},{"name":"bg_light_blue","comment":" This class maps to this CSS definition:\n\n .bg-light-blue{background-color:#96ccff}\n\n","type":"String.String"},{"name":"bg_light_gray","comment":" This class maps to this CSS definition:\n\n .bg-light-gray{background-color:#eee}\n\n","type":"String.String"},{"name":"bg_light_green","comment":" This class maps to this CSS definition:\n\n .bg-light-green{background-color:#9eebcf}\n\n","type":"String.String"},{"name":"bg_light_pink","comment":" This class maps to this CSS definition:\n\n .bg-light-pink{background-color:#ffa3d7}\n\n","type":"String.String"},{"name":"bg_light_purple","comment":" This class maps to this CSS definition:\n\n .bg-light-purple{background-color:#a463f2}\n\n","type":"String.String"},{"name":"bg_light_red","comment":" This class maps to this CSS definition:\n\n .bg-light-red{background-color:#ff725c}\n\n","type":"String.String"},{"name":"bg_light_silver","comment":" This class maps to this CSS definition:\n\n .bg-light-silver{background-color:#aaa}\n\n","type":"String.String"},{"name":"bg_light_yellow","comment":" This class maps to this CSS definition:\n\n .bg-light-yellow{background-color:#fbf1a9}\n\n","type":"String.String"},{"name":"bg_lightest_blue","comment":" This class maps to this CSS definition:\n\n .bg-lightest-blue{background-color:#cdecff}\n\n","type":"String.String"},{"name":"bg_mid_gray","comment":" This class maps to this CSS definition:\n\n .bg-mid-gray{background-color:#555}\n\n","type":"String.String"},{"name":"bg_moon_gray","comment":" This class maps to this CSS definition:\n\n .bg-moon-gray{background-color:#ccc}\n\n","type":"String.String"},{"name":"bg_navy","comment":" This class maps to this CSS definition:\n\n .bg-navy{background-color:#001b44}\n\n","type":"String.String"},{"name":"bg_near_black","comment":" This class maps to this CSS definition:\n\n .bg-near-black{background-color:#111}\n\n","type":"String.String"},{"name":"bg_near_white","comment":" This class maps to this CSS definition:\n\n .bg-near-white{background-color:#f4f4f4}\n\n","type":"String.String"},{"name":"bg_orange","comment":" This class maps to this CSS definition:\n\n .bg-orange{background-color:#ff6300}\n\n","type":"String.String"},{"name":"bg_pink","comment":" This class maps to this CSS definition:\n\n .bg-pink{background-color:#ff80cc}\n\n","type":"String.String"},{"name":"bg_purple","comment":" This class maps to this CSS definition:\n\n .bg-purple{background-color:#5e2ca5}\n\n","type":"String.String"},{"name":"bg_red","comment":" This class maps to this CSS definition:\n\n .bg-red{background-color:#ff4136}\n\n","type":"String.String"},{"name":"bg_right","comment":" This class maps to this CSS definition:\n\n .bg-right{background-position:100%}\n .bg-bottom,.bg-right{background-repeat:no-repeat}\n\n","type":"String.String"},{"name":"bg_right_l","comment":" This class maps to this CSS definition:\n\n .bg-right-l{background-position:100%}\n .bg-bottom-l,.bg-right-l{background-repeat:no-repeat}\n\n","type":"String.String"},{"name":"bg_right_m","comment":" This class maps to this CSS definition:\n\n .bg-right-m{background-position:100%}\n .bg-bottom-m,.bg-right-m{background-repeat:no-repeat}\n\n","type":"String.String"},{"name":"bg_right_ns","comment":" This class maps to this CSS definition:\n\n .bg-right-ns{background-position:100%}\n .bg-bottom-ns,.bg-right-ns{background-repeat:no-repeat}\n\n","type":"String.String"},{"name":"bg_silver","comment":" This class maps to this CSS definition:\n\n .bg-silver{background-color:#999}\n\n","type":"String.String"},{"name":"bg_top","comment":" This class maps to this CSS definition:\n\n .bg-center,.bg-top{background-repeat:no-repeat}\n .bg-top{background-position:top}\n\n","type":"String.String"},{"name":"bg_top_l","comment":" This class maps to this CSS definition:\n\n .bg-center-l,.bg-top-l{background-repeat:no-repeat}\n .bg-top-l{background-position:top}\n\n","type":"String.String"},{"name":"bg_top_m","comment":" This class maps to this CSS definition:\n\n .bg-center-m,.bg-top-m{background-repeat:no-repeat}\n .bg-top-m{background-position:top}\n\n","type":"String.String"},{"name":"bg_top_ns","comment":" This class maps to this CSS definition:\n\n .bg-center-ns,.bg-top-ns{background-repeat:no-repeat}\n .bg-top-ns{background-position:top}\n\n","type":"String.String"},{"name":"bg_transparent","comment":" This class maps to this CSS definition:\n\n .bg-transparent{background-color:transparent}\n\n","type":"String.String"},{"name":"bg_washed_blue","comment":" This class maps to this CSS definition:\n\n .bg-washed-blue{background-color:#f6fffe}\n\n","type":"String.String"},{"name":"bg_washed_green","comment":" This class maps to this CSS definition:\n\n .bg-washed-green{background-color:#e8fdf5}\n\n","type":"String.String"},{"name":"bg_washed_red","comment":" This class maps to this CSS definition:\n\n .bg-washed-red{background-color:#ffdfdf}\n\n","type":"String.String"},{"name":"bg_washed_yellow","comment":" This class maps to this CSS definition:\n\n .bg-washed-yellow{background-color:#fffceb}\n\n","type":"String.String"},{"name":"bg_white","comment":" This class maps to this CSS definition:\n\n .bg-white{background-color:#fff}\n\n","type":"String.String"},{"name":"bg_white_10","comment":" This class maps to this CSS definition:\n\n .bg-white-10{background-color:hsla(0,0%,100%,.1)}\n\n","type":"String.String"},{"name":"bg_white_20","comment":" This class maps to this CSS definition:\n\n .bg-white-20{background-color:hsla(0,0%,100%,.2)}\n\n","type":"String.String"},{"name":"bg_white_30","comment":" This class maps to this CSS definition:\n\n .bg-white-30{background-color:hsla(0,0%,100%,.3)}\n\n","type":"String.String"},{"name":"bg_white_40","comment":" This class maps to this CSS definition:\n\n .bg-white-40{background-color:hsla(0,0%,100%,.4)}\n\n","type":"String.String"},{"name":"bg_white_50","comment":" This class maps to this CSS definition:\n\n .bg-white-50{background-color:hsla(0,0%,100%,.5)}\n\n","type":"String.String"},{"name":"bg_white_60","comment":" This class maps to this CSS definition:\n\n .bg-white-60{background-color:hsla(0,0%,100%,.6)}\n\n","type":"String.String"},{"name":"bg_white_70","comment":" This class maps to this CSS definition:\n\n .bg-white-70{background-color:hsla(0,0%,100%,.7)}\n\n","type":"String.String"},{"name":"bg_white_80","comment":" This class maps to this CSS definition:\n\n .bg-white-80{background-color:hsla(0,0%,100%,.8)}\n\n","type":"String.String"},{"name":"bg_white_90","comment":" This class maps to this CSS definition:\n\n .bg-white-90{background-color:hsla(0,0%,100%,.9)}\n\n","type":"String.String"},{"name":"bg_yellow","comment":" This class maps to this CSS definition:\n\n .bg-yellow{background-color:gold}\n\n","type":"String.String"},{"name":"bl","comment":" This class maps to this CSS definition:\n\n .bl{border-left-style:solid;border-left-width:1px}\n\n","type":"String.String"},{"name":"bl_0","comment":" This class maps to this CSS definition:\n\n .bl-0{border-left-width:0}\n\n","type":"String.String"},{"name":"bl_0_l","comment":" This class maps to this CSS definition:\n\n .bl-0-l{border-left-width:0}\n\n","type":"String.String"},{"name":"bl_0_m","comment":" This class maps to this CSS definition:\n\n .bl-0-m{border-left-width:0}\n\n","type":"String.String"},{"name":"bl_0_ns","comment":" This class maps to this CSS definition:\n\n .bl-0-ns{border-left-width:0}\n\n","type":"String.String"},{"name":"bl_l","comment":" This class maps to this CSS definition:\n\n .bl-l{border-left-style:solid;border-left-width:1px}\n\n","type":"String.String"},{"name":"bl_m","comment":" This class maps to this CSS definition:\n\n .bl-m{border-left-style:solid;border-left-width:1px}\n\n","type":"String.String"},{"name":"bl_ns","comment":" This class maps to this CSS definition:\n\n .bl-ns{border-left-style:solid;border-left-width:1px}\n\n","type":"String.String"},{"name":"black","comment":" This class maps to this CSS definition:\n\n .black{color:#000}\n\n","type":"String.String"},{"name":"black_05","comment":" This class maps to this CSS definition:\n\n .black-05{color:rgba(0,0,0,.05)}\n\n","type":"String.String"},{"name":"black_10","comment":" This class maps to this CSS definition:\n\n .black-10{color:rgba(0,0,0,.1)}\n\n","type":"String.String"},{"name":"black_20","comment":" This class maps to this CSS definition:\n\n .black-20{color:rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"black_30","comment":" This class maps to this CSS definition:\n\n .black-30{color:rgba(0,0,0,.3)}\n\n","type":"String.String"},{"name":"black_40","comment":" This class maps to this CSS definition:\n\n .black-40{color:rgba(0,0,0,.4)}\n\n","type":"String.String"},{"name":"black_50","comment":" This class maps to this CSS definition:\n\n .black-50{color:rgba(0,0,0,.5)}\n\n","type":"String.String"},{"name":"black_60","comment":" This class maps to this CSS definition:\n\n .black-60{color:rgba(0,0,0,.6)}\n\n","type":"String.String"},{"name":"black_70","comment":" This class maps to this CSS definition:\n\n .black-70{color:rgba(0,0,0,.7)}\n\n","type":"String.String"},{"name":"black_80","comment":" This class maps to this CSS definition:\n\n .black-80{color:rgba(0,0,0,.8)}\n\n","type":"String.String"},{"name":"black_90","comment":" This class maps to this CSS definition:\n\n .black-90{color:rgba(0,0,0,.9)}\n\n","type":"String.String"},{"name":"blue","comment":" This class maps to this CSS definition:\n\n .blue{color:#357edd}\n\n","type":"String.String"},{"name":"bn","comment":" This class maps to this CSS definition:\n\n .bn{border-style:none;border-width:0}\n\n","type":"String.String"},{"name":"bn_l","comment":" This class maps to this CSS definition:\n\n .bn-l{border-style:none;border-width:0}\n\n","type":"String.String"},{"name":"bn_m","comment":" This class maps to this CSS definition:\n\n .bn-m{border-style:none;border-width:0}\n\n","type":"String.String"},{"name":"bn_ns","comment":" This class maps to this CSS definition:\n\n .bn-ns{border-style:none;border-width:0}\n\n","type":"String.String"},{"name":"bodoni","comment":" This class maps to this CSS definition:\n\n .bodoni{font-family:Bodoni MT,serif}\n\n","type":"String.String"},{"name":"border_box","comment":" This class maps to this CSS definition:\n\n .border-box,a,article,aside,blockquote,body,code,dd,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],legend,li,main,nav,ol,p,pre,section,table,td,textarea,th,tr,ul{box-sizing:border-box}\n\n","type":"String.String"},{"name":"bottom_0","comment":" This class maps to this CSS definition:\n\n .bottom - 0 { bottom = 0 }\n\n","type":"String.String"},{"name":"bottom_0_l","comment":" This class maps to this CSS definition:\n\n .bottom - 0 - l { bottom = 0 }\n\n","type":"String.String"},{"name":"bottom_0_m","comment":" This class maps to this CSS definition:\n\n .bottom - 0 - m { bottom = 0 }\n\n","type":"String.String"},{"name":"bottom_0_ns","comment":" This class maps to this CSS definition:\n\n .bottom - 0 - ns { bottom = 0 }\n\n","type":"String.String"},{"name":"bottom_1","comment":" This class maps to this CSS definition:\n\n .bottom - 1 { bottom = 1 rem }\n\n","type":"String.String"},{"name":"bottom_1_l","comment":" This class maps to this CSS definition:\n\n .bottom - 1 - l { bottom = 1 rem }\n\n","type":"String.String"},{"name":"bottom_1_m","comment":" This class maps to this CSS definition:\n\n .bottom - 1 - m { bottom = 1 rem }\n\n","type":"String.String"},{"name":"bottom_1_ns","comment":" This class maps to this CSS definition:\n\n .bottom - 1 - ns { bottom = 1 rem }\n\n","type":"String.String"},{"name":"bottom_2","comment":" This class maps to this CSS definition:\n\n .bottom - 2 { bottom = 2 rem }\n\n","type":"String.String"},{"name":"bottom_2_l","comment":" This class maps to this CSS definition:\n\n .bottom - 2 - l { bottom = 2 rem }\n\n","type":"String.String"},{"name":"bottom_2_m","comment":" This class maps to this CSS definition:\n\n .bottom - 2 - m { bottom = 2 rem }\n\n","type":"String.String"},{"name":"bottom_2_ns","comment":" This class maps to this CSS definition:\n\n .bottom - 2 - ns { bottom = 2 rem }\n\n","type":"String.String"},{"name":"bottom__1","comment":" This class maps to this CSS definition:\n\n .bottom --1{bottom:-1rem}\n\n","type":"String.String"},{"name":"bottom__1_l","comment":" This class maps to this CSS definition:\n\n .bottom --1-l{bottom:-1rem}\n\n","type":"String.String"},{"name":"bottom__1_m","comment":" This class maps to this CSS definition:\n\n .bottom --1-m{bottom:-1rem}\n\n","type":"String.String"},{"name":"bottom__1_ns","comment":" This class maps to this CSS definition:\n\n .bottom --1-ns{bottom:-1rem}\n\n","type":"String.String"},{"name":"bottom__2","comment":" This class maps to this CSS definition:\n\n .bottom --2{bottom:-2rem}\n\n","type":"String.String"},{"name":"bottom__2_l","comment":" This class maps to this CSS definition:\n\n .bottom --2-l{bottom:-2rem}\n\n","type":"String.String"},{"name":"bottom__2_m","comment":" This class maps to this CSS definition:\n\n .bottom --2-m{bottom:-2rem}\n\n","type":"String.String"},{"name":"bottom__2_ns","comment":" This class maps to this CSS definition:\n\n .bottom --2-ns{bottom:-2rem}\n\n","type":"String.String"},{"name":"br","comment":" This class maps to this CSS definition:\n\n .br{border-right-style:solid;border-right-width:1px}\n\n","type":"String.String"},{"name":"br0","comment":" This class maps to this CSS definition:\n\n .br0{border-radius:0}\n\n","type":"String.String"},{"name":"br0_l","comment":" This class maps to this CSS definition:\n\n .br0-l{border-radius:0}\n\n","type":"String.String"},{"name":"br0_m","comment":" This class maps to this CSS definition:\n\n .br0-m{border-radius:0}\n\n","type":"String.String"},{"name":"br0_ns","comment":" This class maps to this CSS definition:\n\n .br0-ns{border-radius:0}\n\n","type":"String.String"},{"name":"br1","comment":" This class maps to this CSS definition:\n\n .br1{border-radius:.125rem}\n\n","type":"String.String"},{"name":"br1_l","comment":" This class maps to this CSS definition:\n\n .br1-l{border-radius:.125rem}\n\n","type":"String.String"},{"name":"br1_m","comment":" This class maps to this CSS definition:\n\n .br1-m{border-radius:.125rem}\n\n","type":"String.String"},{"name":"br1_ns","comment":" This class maps to this CSS definition:\n\n .br1-ns{border-radius:.125rem}\n\n","type":"String.String"},{"name":"br2","comment":" This class maps to this CSS definition:\n\n .br2{border-radius:.25rem}\n\n","type":"String.String"},{"name":"br2_l","comment":" This class maps to this CSS definition:\n\n .br2-l{border-radius:.25rem}\n\n","type":"String.String"},{"name":"br2_m","comment":" This class maps to this CSS definition:\n\n .br2-m{border-radius:.25rem}\n\n","type":"String.String"},{"name":"br2_ns","comment":" This class maps to this CSS definition:\n\n .br2-ns{border-radius:.25rem}\n\n","type":"String.String"},{"name":"br3","comment":" This class maps to this CSS definition:\n\n .br3{border-radius:.5rem}\n\n","type":"String.String"},{"name":"br3_l","comment":" This class maps to this CSS definition:\n\n .br3-l{border-radius:.5rem}\n\n","type":"String.String"},{"name":"br3_m","comment":" This class maps to this CSS definition:\n\n .br3-m{border-radius:.5rem}\n\n","type":"String.String"},{"name":"br3_ns","comment":" This class maps to this CSS definition:\n\n .br3-ns{border-radius:.5rem}\n\n","type":"String.String"},{"name":"br4","comment":" This class maps to this CSS definition:\n\n .br4{border-radius:1rem}\n\n","type":"String.String"},{"name":"br4_l","comment":" This class maps to this CSS definition:\n\n .br4-l{border-radius:1rem}\n\n","type":"String.String"},{"name":"br4_m","comment":" This class maps to this CSS definition:\n\n .br4-m{border-radius:1rem}\n\n","type":"String.String"},{"name":"br4_ns","comment":" This class maps to this CSS definition:\n\n .br4-ns{border-radius:1rem}\n\n","type":"String.String"},{"name":"br_0","comment":" This class maps to this CSS definition:\n\n .br-0{border-right-width:0}\n\n","type":"String.String"},{"name":"br_0_l","comment":" This class maps to this CSS definition:\n\n .br-0-l{border-right-width:0}\n\n","type":"String.String"},{"name":"br_0_m","comment":" This class maps to this CSS definition:\n\n .br-0-m{border-right-width:0}\n\n","type":"String.String"},{"name":"br_0_ns","comment":" This class maps to this CSS definition:\n\n .br-0-ns{border-right-width:0}\n\n","type":"String.String"},{"name":"br_100","comment":" This class maps to this CSS definition:\n\n .br-100{border-radius:100%}\n\n","type":"String.String"},{"name":"br_100_l","comment":" This class maps to this CSS definition:\n\n .br-100-l{border-radius:100%}\n\n","type":"String.String"},{"name":"br_100_m","comment":" This class maps to this CSS definition:\n\n .br-100-m{border-radius:100%}\n\n","type":"String.String"},{"name":"br_100_ns","comment":" This class maps to this CSS definition:\n\n .br-100-ns{border-radius:100%}\n\n","type":"String.String"},{"name":"br__bottom","comment":" This class maps to this CSS definition:\n\n .br --bottom{border-top-left-radius:0;border-top-right-radius:0}\n\n","type":"String.String"},{"name":"br__bottom_l","comment":" This class maps to this CSS definition:\n\n .br --bottom-l{border-top-left-radius:0;border-top-right-radius:0}\n\n","type":"String.String"},{"name":"br__bottom_m","comment":" This class maps to this CSS definition:\n\n .br --bottom-m{border-top-left-radius:0;border-top-right-radius:0}\n\n","type":"String.String"},{"name":"br__bottom_ns","comment":" This class maps to this CSS definition:\n\n .br --bottom-ns{border-top-left-radius:0;border-top-right-radius:0}\n\n","type":"String.String"},{"name":"br__left","comment":" This class maps to this CSS definition:\n\n .br --left{border-top-right-radius:0;border-bottom-right-radius:0}\n\n","type":"String.String"},{"name":"br__left_l","comment":" This class maps to this CSS definition:\n\n .br --left-l{border-top-right-radius:0;border-bottom-right-radius:0}\n\n","type":"String.String"},{"name":"br__left_m","comment":" This class maps to this CSS definition:\n\n .br --left-m{border-top-right-radius:0;border-bottom-right-radius:0}\n\n","type":"String.String"},{"name":"br__left_ns","comment":" This class maps to this CSS definition:\n\n .br --left-ns{border-top-right-radius:0;border-bottom-right-radius:0}\n\n","type":"String.String"},{"name":"br__right","comment":" This class maps to this CSS definition:\n\n .br --right,.br--top{border-bottom-left-radius:0}\n\n .br --right{border-top-left-radius:0}\n\n","type":"String.String"},{"name":"br__right_l","comment":" This class maps to this CSS definition:\n\n .br --right-l,.br--top-l{border-bottom-left-radius:0}\n\n .br --right-l{border-top-left-radius:0}\n\n","type":"String.String"},{"name":"br__right_m","comment":" This class maps to this CSS definition:\n\n .br --right-m,.br--top-m{border-bottom-left-radius:0}\n\n .br --right-m{border-top-left-radius:0}\n\n","type":"String.String"},{"name":"br__right_ns","comment":" This class maps to this CSS definition:\n\n .br --right-ns,.br--top-ns{border-bottom-left-radius:0}\n\n .br --right-ns{border-top-left-radius:0}\n\n","type":"String.String"},{"name":"br__top","comment":" This class maps to this CSS definition:\n\n .br --top{border-bottom-right-radius:0}\n\n .br --right,.br--top{border-bottom-left-radius:0}\n\n","type":"String.String"},{"name":"br__top_l","comment":" This class maps to this CSS definition:\n\n .br --top-l{border-bottom-right-radius:0}\n\n .br --right-l,.br--top-l{border-bottom-left-radius:0}\n\n","type":"String.String"},{"name":"br__top_m","comment":" This class maps to this CSS definition:\n\n .br --top-m{border-bottom-right-radius:0}\n\n .br --right-m,.br--top-m{border-bottom-left-radius:0}\n\n","type":"String.String"},{"name":"br__top_ns","comment":" This class maps to this CSS definition:\n\n .br --top-ns{border-bottom-right-radius:0}\n\n .br --right-ns,.br--top-ns{border-bottom-left-radius:0}\n\n","type":"String.String"},{"name":"br_inherit","comment":" This class maps to this CSS definition:\n\n .br-inherit{border-radius:inherit}\n\n","type":"String.String"},{"name":"br_inherit_l","comment":" This class maps to this CSS definition:\n\n .br-inherit-l{border-radius:inherit}\n\n","type":"String.String"},{"name":"br_inherit_m","comment":" This class maps to this CSS definition:\n\n .br-inherit-m{border-radius:inherit}\n\n","type":"String.String"},{"name":"br_inherit_ns","comment":" This class maps to this CSS definition:\n\n .br-inherit-ns{border-radius:inherit}\n\n","type":"String.String"},{"name":"br_initial","comment":" This class maps to this CSS definition:\n\n .br-initial{border-radius:initial}\n\n","type":"String.String"},{"name":"br_initial_l","comment":" This class maps to this CSS definition:\n\n .br-initial-l{border-radius:initial}\n\n","type":"String.String"},{"name":"br_initial_m","comment":" This class maps to this CSS definition:\n\n .br-initial-m{border-radius:initial}\n\n","type":"String.String"},{"name":"br_initial_ns","comment":" This class maps to this CSS definition:\n\n .br-initial-ns{border-radius:initial}\n\n","type":"String.String"},{"name":"br_l","comment":" This class maps to this CSS definition:\n\n .br-l{border-right-style:solid;border-right-width:1px}\n\n","type":"String.String"},{"name":"br_m","comment":" This class maps to this CSS definition:\n\n .br-m{border-right-style:solid;border-right-width:1px}\n\n","type":"String.String"},{"name":"br_ns","comment":" This class maps to this CSS definition:\n\n .br-ns{border-right-style:solid;border-right-width:1px}\n\n","type":"String.String"},{"name":"br_pill","comment":" This class maps to this CSS definition:\n\n .br-pill{border-radius:9999px}\n\n","type":"String.String"},{"name":"br_pill_l","comment":" This class maps to this CSS definition:\n\n .br-pill-l{border-radius:9999px}\n\n","type":"String.String"},{"name":"br_pill_m","comment":" This class maps to this CSS definition:\n\n .br-pill-m{border-radius:9999px}\n\n","type":"String.String"},{"name":"br_pill_ns","comment":" This class maps to this CSS definition:\n\n .br-pill-ns{border-radius:9999px}\n\n","type":"String.String"},{"name":"br_unset","comment":" This class maps to this CSS definition:\n\n .br-unset{border-radius:unset}\n\n","type":"String.String"},{"name":"br_unset_l","comment":" This class maps to this CSS definition:\n\n .br-unset-l{border-radius:unset}\n\n","type":"String.String"},{"name":"br_unset_m","comment":" This class maps to this CSS definition:\n\n .br-unset-m{border-radius:unset}\n\n","type":"String.String"},{"name":"br_unset_ns","comment":" This class maps to this CSS definition:\n\n .br-unset-ns{border-radius:unset}\n\n","type":"String.String"},{"name":"bt","comment":" This class maps to this CSS definition:\n\n .bt{border-top-style:solid;border-top-width:1px}\n\n","type":"String.String"},{"name":"bt_0","comment":" This class maps to this CSS definition:\n\n .bt-0{border-top-width:0}\n\n","type":"String.String"},{"name":"bt_0_l","comment":" This class maps to this CSS definition:\n\n .bt-0-l{border-top-width:0}\n\n","type":"String.String"},{"name":"bt_0_m","comment":" This class maps to this CSS definition:\n\n .bt-0-m{border-top-width:0}\n\n","type":"String.String"},{"name":"bt_0_ns","comment":" This class maps to this CSS definition:\n\n .bt-0-ns{border-top-width:0}\n\n","type":"String.String"},{"name":"bt_l","comment":" This class maps to this CSS definition:\n\n .bt-l{border-top-style:solid;border-top-width:1px}\n\n","type":"String.String"},{"name":"bt_m","comment":" This class maps to this CSS definition:\n\n .bt-m{border-top-style:solid;border-top-width:1px}\n\n","type":"String.String"},{"name":"bt_ns","comment":" This class maps to this CSS definition:\n\n .bt-ns{border-top-style:solid;border-top-width:1px}\n\n","type":"String.String"},{"name":"button_reset","comment":" This class maps to this CSS definition:\n\n .button-reset::-moz-focus-inner,.input-reset::-moz-focus-inner{border:0;padding:0}\n\n","type":"String.String"},{"name":"bw0","comment":" This class maps to this CSS definition:\n\n .bw0{border-width:0}\n\n","type":"String.String"},{"name":"bw0_l","comment":" This class maps to this CSS definition:\n\n .bw0-l{border-width:0}\n\n","type":"String.String"},{"name":"bw0_m","comment":" This class maps to this CSS definition:\n\n .bw0-m{border-width:0}\n\n","type":"String.String"},{"name":"bw0_ns","comment":" This class maps to this CSS definition:\n\n .bw0-ns{border-width:0}\n\n","type":"String.String"},{"name":"bw1","comment":" This class maps to this CSS definition:\n\n .bw1{border-width:.125rem}\n\n","type":"String.String"},{"name":"bw1_l","comment":" This class maps to this CSS definition:\n\n .bw1-l{border-width:.125rem}\n\n","type":"String.String"},{"name":"bw1_m","comment":" This class maps to this CSS definition:\n\n .bw1-m{border-width:.125rem}\n\n","type":"String.String"},{"name":"bw1_ns","comment":" This class maps to this CSS definition:\n\n .bw1-ns{border-width:.125rem}\n\n","type":"String.String"},{"name":"bw2","comment":" This class maps to this CSS definition:\n\n .bw2{border-width:.25rem}\n\n","type":"String.String"},{"name":"bw2_l","comment":" This class maps to this CSS definition:\n\n .bw2-l{border-width:.25rem}\n\n","type":"String.String"},{"name":"bw2_m","comment":" This class maps to this CSS definition:\n\n .bw2-m{border-width:.25rem}\n\n","type":"String.String"},{"name":"bw2_ns","comment":" This class maps to this CSS definition:\n\n .bw2-ns{border-width:.25rem}\n\n","type":"String.String"},{"name":"bw3","comment":" This class maps to this CSS definition:\n\n .bw3{border-width:.5rem}\n\n","type":"String.String"},{"name":"bw3_l","comment":" This class maps to this CSS definition:\n\n .bw3-l{border-width:.5rem}\n\n","type":"String.String"},{"name":"bw3_m","comment":" This class maps to this CSS definition:\n\n .bw3-m{border-width:.5rem}\n\n","type":"String.String"},{"name":"bw3_ns","comment":" This class maps to this CSS definition:\n\n .bw3-ns{border-width:.5rem}\n\n","type":"String.String"},{"name":"bw4","comment":" This class maps to this CSS definition:\n\n .bw4{border-width:1rem}\n\n","type":"String.String"},{"name":"bw4_l","comment":" This class maps to this CSS definition:\n\n .bw4-l{border-width:1rem}\n\n","type":"String.String"},{"name":"bw4_m","comment":" This class maps to this CSS definition:\n\n .bw4-m{border-width:1rem}\n\n","type":"String.String"},{"name":"bw4_ns","comment":" This class maps to this CSS definition:\n\n .bw4-ns{border-width:1rem}\n\n","type":"String.String"},{"name":"bw5","comment":" This class maps to this CSS definition:\n\n .bw5{border-width:2rem}\n\n","type":"String.String"},{"name":"bw5_l","comment":" This class maps to this CSS definition:\n\n .bw5-l{border-width:2rem}\n\n","type":"String.String"},{"name":"bw5_m","comment":" This class maps to this CSS definition:\n\n .bw5-m{border-width:2rem}\n\n","type":"String.String"},{"name":"bw5_ns","comment":" This class maps to this CSS definition:\n\n .bw5-ns{border-width:2rem}\n\n","type":"String.String"},{"name":"calisto","comment":" This class maps to this CSS definition:\n\n .calisto{font-family:Calisto MT,serif}\n\n","type":"String.String"},{"name":"cb","comment":" This class maps to this CSS definition:\n\n .cb { clear = both }\n\n","type":"String.String"},{"name":"cb_l","comment":" This class maps to this CSS definition:\n\n .cb - l { clear = both }\n\n","type":"String.String"},{"name":"cb_m","comment":" This class maps to this CSS definition:\n\n .cb - m { clear = both }\n\n","type":"String.String"},{"name":"cb_ns","comment":" This class maps to this CSS definition:\n\n .cb - ns { clear = both }\n\n","type":"String.String"},{"name":"center","comment":" This class maps to this CSS definition:\n\n .center{margin-left:auto}\n .center,.mr-auto{margin-right:auto}\n\n","type":"String.String"},{"name":"center_l","comment":" This class maps to this CSS definition:\n\n .center-l{margin-left:auto}\n .center-l,.mr-auto-l{margin-right:auto}\n\n","type":"String.String"},{"name":"center_m","comment":" This class maps to this CSS definition:\n\n .center-m{margin-left:auto}\n .center-m,.mr-auto-m{margin-right:auto}\n\n","type":"String.String"},{"name":"center_ns","comment":" This class maps to this CSS definition:\n\n .center-ns{margin-left:auto}\n .center-ns,.mr-auto-ns{margin-right:auto}\n\n","type":"String.String"},{"name":"cf","comment":" This class maps to this CSS definition:\n\n .cf:after,.cf:before{content:\" \";display:table}\n .cf:after{clear:both}\n .cf{*zoom:1}\n\n","type":"String.String"},{"name":"child","comment":" This class maps to this CSS definition:\n\n .hide-child .child{opacity:0;transition:opacity .15s ease-in}\n .hide-child:active .child,.hide-child:focus .child,.hide-child:hover .child{opacity:1;transition:opacity .15s ease-in}\n\n","type":"String.String"},{"name":"cl","comment":" This class maps to this CSS definition:\n\n .cl { clear = left }\n\n","type":"String.String"},{"name":"cl_l","comment":" This class maps to this CSS definition:\n\n .cl - l { clear = left }\n\n","type":"String.String"},{"name":"cl_m","comment":" This class maps to this CSS definition:\n\n .cl - m { clear = left }\n\n","type":"String.String"},{"name":"cl_ns","comment":" This class maps to this CSS definition:\n\n .cl - ns { clear = left }\n\n","type":"String.String"},{"name":"clip","comment":" This class maps to this CSS definition:\n\n .clip{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}\n\n","type":"String.String"},{"name":"clip_l","comment":" This class maps to this CSS definition:\n\n .clip-l{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}\n\n","type":"String.String"},{"name":"clip_m","comment":" This class maps to this CSS definition:\n\n .clip-m{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}\n\n","type":"String.String"},{"name":"clip_ns","comment":" This class maps to this CSS definition:\n\n .clip-ns{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}\n\n","type":"String.String"},{"name":"cn","comment":" This class maps to this CSS definition:\n\n .cn { clear = none }\n\n","type":"String.String"},{"name":"cn_l","comment":" This class maps to this CSS definition:\n\n .cn - l { clear = none }\n\n","type":"String.String"},{"name":"cn_m","comment":" This class maps to this CSS definition:\n\n .cn - m { clear = none }\n\n","type":"String.String"},{"name":"cn_ns","comment":" This class maps to this CSS definition:\n\n .cn - ns { clear = none }\n\n","type":"String.String"},{"name":"code","comment":" This class maps to this CSS definition:\n\n .code,code{font-family:Consolas,monaco,monospace}\n\n","type":"String.String"},{"name":"collapse","comment":" This class maps to this CSS definition:\n\n .collapse{border-collapse:collapse;border-spacing:0}\n\n","type":"String.String"},{"name":"color_inherit","comment":" This class maps to this CSS definition:\n\n .color - inherit { color = inherit }\n\n","type":"String.String"},{"name":"contain","comment":" This class maps to this CSS definition:\n\n .contain{background-size:contain!important}\n\n","type":"String.String"},{"name":"contain_l","comment":" This class maps to this CSS definition:\n\n .contain-l{background-size:contain!important}\n\n","type":"String.String"},{"name":"contain_m","comment":" This class maps to this CSS definition:\n\n .contain-m{background-size:contain!important}\n\n","type":"String.String"},{"name":"contain_ns","comment":" This class maps to this CSS definition:\n\n .contain-ns{background-size:contain!important}\n\n","type":"String.String"},{"name":"content_around","comment":" This class maps to this CSS definition:\n\n .content-around{align-content:space-around}\n\n","type":"String.String"},{"name":"content_around_l","comment":" This class maps to this CSS definition:\n\n .content-around-l{align-content:space-around}\n\n","type":"String.String"},{"name":"content_around_m","comment":" This class maps to this CSS definition:\n\n .content-around-m{align-content:space-around}\n\n","type":"String.String"},{"name":"content_around_ns","comment":" This class maps to this CSS definition:\n\n .content-around-ns{align-content:space-around}\n\n","type":"String.String"},{"name":"content_between","comment":" This class maps to this CSS definition:\n\n .content-between{align-content:space-between}\n\n","type":"String.String"},{"name":"content_between_l","comment":" This class maps to this CSS definition:\n\n .content-between-l{align-content:space-between}\n\n","type":"String.String"},{"name":"content_between_m","comment":" This class maps to this CSS definition:\n\n .content-between-m{align-content:space-between}\n\n","type":"String.String"},{"name":"content_between_ns","comment":" This class maps to this CSS definition:\n\n .content-between-ns{align-content:space-between}\n\n","type":"String.String"},{"name":"content_center","comment":" This class maps to this CSS definition:\n\n .content-center{align-content:center}\n\n","type":"String.String"},{"name":"content_center_l","comment":" This class maps to this CSS definition:\n\n .content-center-l{align-content:center}\n\n","type":"String.String"},{"name":"content_center_m","comment":" This class maps to this CSS definition:\n\n .content-center-m{align-content:center}\n\n","type":"String.String"},{"name":"content_center_ns","comment":" This class maps to this CSS definition:\n\n .content-center-ns{align-content:center}\n\n","type":"String.String"},{"name":"content_end","comment":" This class maps to this CSS definition:\n\n .content-end{align-content:flex-end}\n\n","type":"String.String"},{"name":"content_end_l","comment":" This class maps to this CSS definition:\n\n .content-end-l{align-content:flex-end}\n\n","type":"String.String"},{"name":"content_end_m","comment":" This class maps to this CSS definition:\n\n .content-end-m{align-content:flex-end}\n\n","type":"String.String"},{"name":"content_end_ns","comment":" This class maps to this CSS definition:\n\n .content-end-ns{align-content:flex-end}\n\n","type":"String.String"},{"name":"content_start","comment":" This class maps to this CSS definition:\n\n .content-start{align-content:flex-start}\n\n","type":"String.String"},{"name":"content_start_l","comment":" This class maps to this CSS definition:\n\n .content-start-l{align-content:flex-start}\n\n","type":"String.String"},{"name":"content_start_m","comment":" This class maps to this CSS definition:\n\n .content-start-m{align-content:flex-start}\n\n","type":"String.String"},{"name":"content_start_ns","comment":" This class maps to this CSS definition:\n\n .content-start-ns{align-content:flex-start}\n\n","type":"String.String"},{"name":"content_stretch","comment":" This class maps to this CSS definition:\n\n .content-stretch{align-content:stretch}\n\n","type":"String.String"},{"name":"content_stretch_l","comment":" This class maps to this CSS definition:\n\n .content-stretch-l{align-content:stretch}\n\n","type":"String.String"},{"name":"content_stretch_m","comment":" This class maps to this CSS definition:\n\n .content-stretch-m{align-content:stretch}\n\n","type":"String.String"},{"name":"content_stretch_ns","comment":" This class maps to this CSS definition:\n\n .content-stretch-ns{align-content:stretch}\n\n","type":"String.String"},{"name":"courier","comment":" This class maps to this CSS definition:\n\n .courier{font-family:Courier Next,courier,monospace}\n\n","type":"String.String"},{"name":"cover","comment":" This class maps to this CSS definition:\n\n .cover{background-size:cover!important}\n\n","type":"String.String"},{"name":"cover_l","comment":" This class maps to this CSS definition:\n\n .cover-l{background-size:cover!important}\n\n","type":"String.String"},{"name":"cover_m","comment":" This class maps to this CSS definition:\n\n .cover-m{background-size:cover!important}\n\n","type":"String.String"},{"name":"cover_ns","comment":" This class maps to this CSS definition:\n\n .cover-ns{background-size:cover!important}\n\n","type":"String.String"},{"name":"cr","comment":" This class maps to this CSS definition:\n\n .cr { clear = right }\n\n","type":"String.String"},{"name":"cr_l","comment":" This class maps to this CSS definition:\n\n .cr - l { clear = right }\n\n","type":"String.String"},{"name":"cr_m","comment":" This class maps to this CSS definition:\n\n .cr - m { clear = right }\n\n","type":"String.String"},{"name":"cr_ns","comment":" This class maps to this CSS definition:\n\n .cr - ns { clear = right }\n\n","type":"String.String"},{"name":"dark_blue","comment":" This class maps to this CSS definition:\n\n .dark-blue{color:#00449e}\n\n","type":"String.String"},{"name":"dark_gray","comment":" This class maps to this CSS definition:\n\n .dark-gray{color:#333}\n\n","type":"String.String"},{"name":"dark_green","comment":" This class maps to this CSS definition:\n\n .dark-green{color:#137752}\n\n","type":"String.String"},{"name":"dark_pink","comment":" This class maps to this CSS definition:\n\n .dark-pink{color:#d5008f}\n\n","type":"String.String"},{"name":"dark_red","comment":" This class maps to this CSS definition:\n\n .dark-red{color:#e7040f}\n\n","type":"String.String"},{"name":"db","comment":" This class maps to this CSS definition:\n\n .db { display = block }\n\n","type":"String.String"},{"name":"db_l","comment":" This class maps to this CSS definition:\n\n .db - l { display = block }\n\n","type":"String.String"},{"name":"db_m","comment":" This class maps to this CSS definition:\n\n .db - m { display = block }\n\n","type":"String.String"},{"name":"db_ns","comment":" This class maps to this CSS definition:\n\n .db - ns { display = block }\n\n","type":"String.String"},{"name":"debug","comment":" This class maps to this CSS definition:\n\n .debug * { outline = 1 px solid gold }\n\n","type":"String.String"},{"name":"debug_black","comment":" This class maps to this CSS definition:\n\n .debug - black * { outline = 1 px solid # 0 }\n\n","type":"String.String"},{"name":"debug_grid","comment":" This class maps to this CSS definition:\n\n .debug-grid{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=) repeat 0 0}\n\n","type":"String.String"},{"name":"debug_grid_16","comment":" This class maps to this CSS definition:\n\n .debug-grid-16{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=) repeat 0 0}\n\n","type":"String.String"},{"name":"debug_grid_16_solid","comment":" This class maps to this CSS definition:\n\n .debug-grid-16-solid{background:#fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat 0 0}\n\n","type":"String.String"},{"name":"debug_grid_8_solid","comment":" This class maps to this CSS definition:\n\n .debug-grid-8-solid{background:#fff url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==) repeat 0 0}\n\n","type":"String.String"},{"name":"debug_white","comment":" This class maps to this CSS definition:\n\n .debug - white * { outline = 1 px solid # fff }\n\n","type":"String.String"},{"name":"di","comment":" This class maps to this CSS definition:\n\n .di { display = inline }\n\n","type":"String.String"},{"name":"di_l","comment":" This class maps to this CSS definition:\n\n .di - l { display = inline }\n\n","type":"String.String"},{"name":"di_m","comment":" This class maps to this CSS definition:\n\n .di - m { display = inline }\n\n","type":"String.String"},{"name":"di_ns","comment":" This class maps to this CSS definition:\n\n .di - ns { display = inline }\n\n","type":"String.String"},{"name":"dib","comment":" This class maps to this CSS definition:\n\n .dib { display = inline - block }\n\n","type":"String.String"},{"name":"dib_l","comment":" This class maps to this CSS definition:\n\n .dib - l { display = inline - block }\n\n","type":"String.String"},{"name":"dib_m","comment":" This class maps to this CSS definition:\n\n .dib - m { display = inline - block }\n\n","type":"String.String"},{"name":"dib_ns","comment":" This class maps to this CSS definition:\n\n .dib - ns { display = inline - block }\n\n","type":"String.String"},{"name":"dim","comment":" This class maps to this CSS definition:\n\n .dim{opacity:1}\n .dim,.dim:focus,.dim:hover{transition:opacity .15s ease-in}\n .dim:focus,.dim:hover{opacity:.5}\n .dim:active{opacity:.8;transition:opacity .15s ease-out}\n\n","type":"String.String"},{"name":"dit","comment":" This class maps to this CSS definition:\n\n .dit { display = inline - table }\n\n","type":"String.String"},{"name":"dit_l","comment":" This class maps to this CSS definition:\n\n .dit - l { display = inline - table }\n\n","type":"String.String"},{"name":"dit_m","comment":" This class maps to this CSS definition:\n\n .dit - m { display = inline - table }\n\n","type":"String.String"},{"name":"dit_ns","comment":" This class maps to this CSS definition:\n\n .dit - ns { display = inline - table }\n\n","type":"String.String"},{"name":"dn","comment":" This class maps to this CSS definition:\n\n .dn { display = none }\n\n","type":"String.String"},{"name":"dn_l","comment":" This class maps to this CSS definition:\n\n .dn - l { display = none }\n\n","type":"String.String"},{"name":"dn_m","comment":" This class maps to this CSS definition:\n\n .dn - m { display = none }\n\n","type":"String.String"},{"name":"dn_ns","comment":" This class maps to this CSS definition:\n\n .dn - ns { display = none }\n\n","type":"String.String"},{"name":"dt","comment":" This class maps to this CSS definition:\n\n .dt { display = table }\n\n","type":"String.String"},{"name":"dt__fixed","comment":" This class maps to this CSS definition:\n\n .dt --fixed{table-layout:fixed;width:100%}\n\n","type":"String.String"},{"name":"dt__fixed_l","comment":" This class maps to this CSS definition:\n\n .dt --fixed-l{table-layout:fixed;width:100%}\n\n","type":"String.String"},{"name":"dt__fixed_m","comment":" This class maps to this CSS definition:\n\n .dt --fixed-m{table-layout:fixed;width:100%}\n\n","type":"String.String"},{"name":"dt__fixed_ns","comment":" This class maps to this CSS definition:\n\n .dt --fixed-ns{table-layout:fixed;width:100%}\n\n","type":"String.String"},{"name":"dt_column","comment":" This class maps to this CSS definition:\n\n .dt - column { display = table - column }\n\n","type":"String.String"},{"name":"dt_column_group","comment":" This class maps to this CSS definition:\n\n .dt - column - group { display = table - column - group }\n\n","type":"String.String"},{"name":"dt_column_group_l","comment":" This class maps to this CSS definition:\n\n .dt - column - group - l { display = table - column - group }\n\n","type":"String.String"},{"name":"dt_column_group_m","comment":" This class maps to this CSS definition:\n\n .dt - column - group - m { display = table - column - group }\n\n","type":"String.String"},{"name":"dt_column_group_ns","comment":" This class maps to this CSS definition:\n\n .dt - column - group - ns { display = table - column - group }\n\n","type":"String.String"},{"name":"dt_column_l","comment":" This class maps to this CSS definition:\n\n .dt - column - l { display = table - column }\n\n","type":"String.String"},{"name":"dt_column_m","comment":" This class maps to this CSS definition:\n\n .dt - column - m { display = table - column }\n\n","type":"String.String"},{"name":"dt_column_ns","comment":" This class maps to this CSS definition:\n\n .dt - column - ns { display = table - column }\n\n","type":"String.String"},{"name":"dt_l","comment":" This class maps to this CSS definition:\n\n .dt - l { display = table }\n\n","type":"String.String"},{"name":"dt_m","comment":" This class maps to this CSS definition:\n\n .dt - m { display = table }\n\n","type":"String.String"},{"name":"dt_ns","comment":" This class maps to this CSS definition:\n\n .dt - ns { display = table }\n\n","type":"String.String"},{"name":"dt_row","comment":" This class maps to this CSS definition:\n\n .dt - row { display = table - row }\n\n","type":"String.String"},{"name":"dt_row_group","comment":" This class maps to this CSS definition:\n\n .dt - row - group { display = table - row - group }\n\n","type":"String.String"},{"name":"dt_row_group_l","comment":" This class maps to this CSS definition:\n\n .dt - row - group - l { display = table - row - group }\n\n","type":"String.String"},{"name":"dt_row_group_m","comment":" This class maps to this CSS definition:\n\n .dt - row - group - m { display = table - row - group }\n\n","type":"String.String"},{"name":"dt_row_group_ns","comment":" This class maps to this CSS definition:\n\n .dt - row - group - ns { display = table - row - group }\n\n","type":"String.String"},{"name":"dt_row_l","comment":" This class maps to this CSS definition:\n\n .dt - row - l { display = table - row }\n\n","type":"String.String"},{"name":"dt_row_m","comment":" This class maps to this CSS definition:\n\n .dt - row - m { display = table - row }\n\n","type":"String.String"},{"name":"dt_row_ns","comment":" This class maps to this CSS definition:\n\n .dt - row - ns { display = table - row }\n\n","type":"String.String"},{"name":"dtc","comment":" This class maps to this CSS definition:\n\n .dtc { display = table - cell }\n\n","type":"String.String"},{"name":"dtc_l","comment":" This class maps to this CSS definition:\n\n .dtc - l { display = table - cell }\n\n","type":"String.String"},{"name":"dtc_m","comment":" This class maps to this CSS definition:\n\n .dtc - m { display = table - cell }\n\n","type":"String.String"},{"name":"dtc_ns","comment":" This class maps to this CSS definition:\n\n .dtc - ns { display = table - cell }\n\n","type":"String.String"},{"name":"f1","comment":" This class maps to this CSS definition:\n\n .f1{font-size:3rem}\n\n","type":"String.String"},{"name":"f1_l","comment":" This class maps to this CSS definition:\n\n .f1-l{font-size:3rem}\n\n","type":"String.String"},{"name":"f1_m","comment":" This class maps to this CSS definition:\n\n .f1-m{font-size:3rem}\n\n","type":"String.String"},{"name":"f1_ns","comment":" This class maps to this CSS definition:\n\n .f1-ns{font-size:3rem}\n\n","type":"String.String"},{"name":"f2","comment":" This class maps to this CSS definition:\n\n .f2{font-size:2.25rem}\n\n","type":"String.String"},{"name":"f2_l","comment":" This class maps to this CSS definition:\n\n .f2-l{font-size:2.25rem}\n\n","type":"String.String"},{"name":"f2_m","comment":" This class maps to this CSS definition:\n\n .f2-m{font-size:2.25rem}\n\n","type":"String.String"},{"name":"f2_ns","comment":" This class maps to this CSS definition:\n\n .f2-ns{font-size:2.25rem}\n\n","type":"String.String"},{"name":"f3","comment":" This class maps to this CSS definition:\n\n .f3{font-size:1.5rem}\n\n","type":"String.String"},{"name":"f3_l","comment":" This class maps to this CSS definition:\n\n .f3-l{font-size:1.5rem}\n\n","type":"String.String"},{"name":"f3_m","comment":" This class maps to this CSS definition:\n\n .f3-m{font-size:1.5rem}\n\n","type":"String.String"},{"name":"f3_ns","comment":" This class maps to this CSS definition:\n\n .f3-ns{font-size:1.5rem}\n\n","type":"String.String"},{"name":"f4","comment":" This class maps to this CSS definition:\n\n .f4{font-size:1.25rem}\n\n","type":"String.String"},{"name":"f4_l","comment":" This class maps to this CSS definition:\n\n .f4-l{font-size:1.25rem}\n\n","type":"String.String"},{"name":"f4_m","comment":" This class maps to this CSS definition:\n\n .f4-m{font-size:1.25rem}\n\n","type":"String.String"},{"name":"f4_ns","comment":" This class maps to this CSS definition:\n\n .f4-ns{font-size:1.25rem}\n\n","type":"String.String"},{"name":"f5","comment":" This class maps to this CSS definition:\n\n .f5{font-size:1rem}\n\n","type":"String.String"},{"name":"f5_l","comment":" This class maps to this CSS definition:\n\n .f5-l{font-size:1rem}\n\n","type":"String.String"},{"name":"f5_m","comment":" This class maps to this CSS definition:\n\n .f5-m{font-size:1rem}\n\n","type":"String.String"},{"name":"f5_ns","comment":" This class maps to this CSS definition:\n\n .f5-ns{font-size:1rem}\n\n","type":"String.String"},{"name":"f6","comment":" This class maps to this CSS definition:\n\n .f6{font-size:.875rem}\n\n","type":"String.String"},{"name":"f6_l","comment":" This class maps to this CSS definition:\n\n .f6-l{font-size:.875rem}\n\n","type":"String.String"},{"name":"f6_m","comment":" This class maps to this CSS definition:\n\n .f6-m{font-size:.875rem}\n\n","type":"String.String"},{"name":"f6_ns","comment":" This class maps to this CSS definition:\n\n .f6-ns{font-size:.875rem}\n\n","type":"String.String"},{"name":"f7","comment":" This class maps to this CSS definition:\n\n .f7{font-size:.75rem}\n\n","type":"String.String"},{"name":"f7_l","comment":" This class maps to this CSS definition:\n\n .f7-l{font-size:.75rem}\n\n","type":"String.String"},{"name":"f7_m","comment":" This class maps to this CSS definition:\n\n .f7-m{font-size:.75rem}\n\n","type":"String.String"},{"name":"f7_ns","comment":" This class maps to this CSS definition:\n\n .f7-ns{font-size:.75rem}\n\n","type":"String.String"},{"name":"f_5","comment":" This class maps to this CSS definition:\n\n .f-5,.f-subheadline{font-size:5rem}\n\n","type":"String.String"},{"name":"f_5_l","comment":" This class maps to this CSS definition:\n\n .f-5-l,.f-subheadline-l{font-size:5rem}\n\n","type":"String.String"},{"name":"f_5_m","comment":" This class maps to this CSS definition:\n\n .f-5-m,.f-subheadline-m{font-size:5rem}\n\n","type":"String.String"},{"name":"f_5_ns","comment":" This class maps to this CSS definition:\n\n .f-5-ns,.f-subheadline-ns{font-size:5rem}\n\n","type":"String.String"},{"name":"f_6","comment":" This class maps to this CSS definition:\n\n .f-6,.f-headline{font-size:6rem}\n\n","type":"String.String"},{"name":"f_6_l","comment":" This class maps to this CSS definition:\n\n .f-6-l,.f-headline-l{font-size:6rem}\n\n","type":"String.String"},{"name":"f_6_m","comment":" This class maps to this CSS definition:\n\n .f-6-m,.f-headline-m{font-size:6rem}\n\n","type":"String.String"},{"name":"f_6_ns","comment":" This class maps to this CSS definition:\n\n .f-6-ns,.f-headline-ns{font-size:6rem}\n\n","type":"String.String"},{"name":"f_headline","comment":" This class maps to this CSS definition:\n\n .f-6,.f-headline{font-size:6rem}\n\n","type":"String.String"},{"name":"f_headline_l","comment":" This class maps to this CSS definition:\n\n .f-6-l,.f-headline-l{font-size:6rem}\n\n","type":"String.String"},{"name":"f_headline_m","comment":" This class maps to this CSS definition:\n\n .f-6-m,.f-headline-m{font-size:6rem}\n\n","type":"String.String"},{"name":"f_headline_ns","comment":" This class maps to this CSS definition:\n\n .f-6-ns,.f-headline-ns{font-size:6rem}\n\n","type":"String.String"},{"name":"f_subheadline","comment":" This class maps to this CSS definition:\n\n .f-5,.f-subheadline{font-size:5rem}\n\n","type":"String.String"},{"name":"f_subheadline_l","comment":" This class maps to this CSS definition:\n\n .f-5-l,.f-subheadline-l{font-size:5rem}\n\n","type":"String.String"},{"name":"f_subheadline_m","comment":" This class maps to this CSS definition:\n\n .f-5-m,.f-subheadline-m{font-size:5rem}\n\n","type":"String.String"},{"name":"f_subheadline_ns","comment":" This class maps to this CSS definition:\n\n .f-5-ns,.f-subheadline-ns{font-size:5rem}\n\n","type":"String.String"},{"name":"fixed","comment":" This class maps to this CSS definition:\n\n .fixed { position = fixed }\n\n","type":"String.String"},{"name":"fixed_l","comment":" This class maps to this CSS definition:\n\n .fixed - l { position = fixed }\n\n","type":"String.String"},{"name":"fixed_m","comment":" This class maps to this CSS definition:\n\n .fixed - m { position = fixed }\n\n","type":"String.String"},{"name":"fixed_ns","comment":" This class maps to this CSS definition:\n\n .fixed - ns { position = fixed }\n\n","type":"String.String"},{"name":"fl","comment":" This class maps to this CSS definition:\n\n .fl{float:left}\n .fl,.fr{_display:inline}\n\n","type":"String.String"},{"name":"fl_l","comment":" This class maps to this CSS definition:\n\n .fl-l{float:left}\n .fl-l,.fr-l{_display:inline}\n\n","type":"String.String"},{"name":"fl_m","comment":" This class maps to this CSS definition:\n\n .fl-m{float:left}\n .fl-m,.fr-m{_display:inline}\n\n","type":"String.String"},{"name":"fl_ns","comment":" This class maps to this CSS definition:\n\n .fl-ns{float:left}\n .fl-ns,.fr-ns{_display:inline}\n\n","type":"String.String"},{"name":"flex","comment":" This class maps to this CSS definition:\n\n .flex { display = flex }\n\n","type":"String.String"},{"name":"flex_auto","comment":" This class maps to this CSS definition:\n\n .flex-auto{flex:1 1 auto;min-width:0;min-height:0}\n\n","type":"String.String"},{"name":"flex_auto_l","comment":" This class maps to this CSS definition:\n\n .flex-auto-l{flex:1 1 auto;min-width:0;min-height:0}\n\n","type":"String.String"},{"name":"flex_auto_m","comment":" This class maps to this CSS definition:\n\n .flex-auto-m{flex:1 1 auto;min-width:0;min-height:0}\n\n","type":"String.String"},{"name":"flex_auto_ns","comment":" This class maps to this CSS definition:\n\n .flex-auto-ns{flex:1 1 auto;min-width:0;min-height:0}\n\n","type":"String.String"},{"name":"flex_column","comment":" This class maps to this CSS definition:\n\n .flex-column{flex-direction:column}\n\n","type":"String.String"},{"name":"flex_column_l","comment":" This class maps to this CSS definition:\n\n .flex-column-l{flex-direction:column}\n\n","type":"String.String"},{"name":"flex_column_m","comment":" This class maps to this CSS definition:\n\n .flex-column-m{flex-direction:column}\n\n","type":"String.String"},{"name":"flex_column_ns","comment":" This class maps to this CSS definition:\n\n .flex-column-ns{flex-direction:column}\n\n","type":"String.String"},{"name":"flex_column_reverse","comment":" This class maps to this CSS definition:\n\n .flex-column-reverse{flex-direction:column-reverse}\n\n","type":"String.String"},{"name":"flex_column_reverse_l","comment":" This class maps to this CSS definition:\n\n .flex-column-reverse-l{flex-direction:column-reverse}\n\n","type":"String.String"},{"name":"flex_column_reverse_m","comment":" This class maps to this CSS definition:\n\n .flex-column-reverse-m{flex-direction:column-reverse}\n\n","type":"String.String"},{"name":"flex_column_reverse_ns","comment":" This class maps to this CSS definition:\n\n .flex-column-reverse-ns{flex-direction:column-reverse}\n\n","type":"String.String"},{"name":"flex_grow_0","comment":" This class maps to this CSS definition:\n\n .flex-grow-0{flex-grow:0}\n\n","type":"String.String"},{"name":"flex_grow_0_l","comment":" This class maps to this CSS definition:\n\n .flex-grow-0-l{flex-grow:0}\n\n","type":"String.String"},{"name":"flex_grow_0_m","comment":" This class maps to this CSS definition:\n\n .flex-grow-0-m{flex-grow:0}\n\n","type":"String.String"},{"name":"flex_grow_0_ns","comment":" This class maps to this CSS definition:\n\n .flex-grow-0-ns{flex-grow:0}\n\n","type":"String.String"},{"name":"flex_grow_1","comment":" This class maps to this CSS definition:\n\n .flex-grow-1{flex-grow:1}\n\n","type":"String.String"},{"name":"flex_grow_1_l","comment":" This class maps to this CSS definition:\n\n .flex-grow-1-l{flex-grow:1}\n\n","type":"String.String"},{"name":"flex_grow_1_m","comment":" This class maps to this CSS definition:\n\n .flex-grow-1-m{flex-grow:1}\n\n","type":"String.String"},{"name":"flex_grow_1_ns","comment":" This class maps to this CSS definition:\n\n .flex-grow-1-ns{flex-grow:1}\n\n","type":"String.String"},{"name":"flex_l","comment":" This class maps to this CSS definition:\n\n .flex - l { display = flex }\n\n","type":"String.String"},{"name":"flex_m","comment":" This class maps to this CSS definition:\n\n .flex - m { display = flex }\n\n","type":"String.String"},{"name":"flex_none","comment":" This class maps to this CSS definition:\n\n .flex - none { flex = none }\n\n","type":"String.String"},{"name":"flex_none_l","comment":" This class maps to this CSS definition:\n\n .flex - none - l { flex = none }\n\n","type":"String.String"},{"name":"flex_none_m","comment":" This class maps to this CSS definition:\n\n .flex - none - m { flex = none }\n\n","type":"String.String"},{"name":"flex_none_ns","comment":" This class maps to this CSS definition:\n\n .flex - none - ns { flex = none }\n\n","type":"String.String"},{"name":"flex_nowrap","comment":" This class maps to this CSS definition:\n\n .flex-nowrap{flex-wrap:nowrap}\n\n","type":"String.String"},{"name":"flex_nowrap_l","comment":" This class maps to this CSS definition:\n\n .flex-nowrap-l{flex-wrap:nowrap}\n\n","type":"String.String"},{"name":"flex_nowrap_m","comment":" This class maps to this CSS definition:\n\n .flex-nowrap-m{flex-wrap:nowrap}\n\n","type":"String.String"},{"name":"flex_nowrap_ns","comment":" This class maps to this CSS definition:\n\n .flex-nowrap-ns{flex-wrap:nowrap}\n\n","type":"String.String"},{"name":"flex_ns","comment":" This class maps to this CSS definition:\n\n .flex - ns { display = flex }\n\n","type":"String.String"},{"name":"flex_row","comment":" This class maps to this CSS definition:\n\n .flex-row{flex-direction:row}\n\n","type":"String.String"},{"name":"flex_row_l","comment":" This class maps to this CSS definition:\n\n .flex-row-l{flex-direction:row}\n\n","type":"String.String"},{"name":"flex_row_m","comment":" This class maps to this CSS definition:\n\n .flex-row-m{flex-direction:row}\n\n","type":"String.String"},{"name":"flex_row_ns","comment":" This class maps to this CSS definition:\n\n .flex-row-ns{flex-direction:row}\n\n","type":"String.String"},{"name":"flex_row_reverse","comment":" This class maps to this CSS definition:\n\n .flex-row-reverse{flex-direction:row-reverse}\n\n","type":"String.String"},{"name":"flex_row_reverse_l","comment":" This class maps to this CSS definition:\n\n .flex-row-reverse-l{flex-direction:row-reverse}\n\n","type":"String.String"},{"name":"flex_row_reverse_m","comment":" This class maps to this CSS definition:\n\n .flex-row-reverse-m{flex-direction:row-reverse}\n\n","type":"String.String"},{"name":"flex_row_reverse_ns","comment":" This class maps to this CSS definition:\n\n .flex-row-reverse-ns{flex-direction:row-reverse}\n\n","type":"String.String"},{"name":"flex_shrink_0","comment":" This class maps to this CSS definition:\n\n .flex-shrink-0{flex-shrink:0}\n\n","type":"String.String"},{"name":"flex_shrink_0_l","comment":" This class maps to this CSS definition:\n\n .flex-shrink-0-l{flex-shrink:0}\n\n","type":"String.String"},{"name":"flex_shrink_0_m","comment":" This class maps to this CSS definition:\n\n .flex-shrink-0-m{flex-shrink:0}\n\n","type":"String.String"},{"name":"flex_shrink_0_ns","comment":" This class maps to this CSS definition:\n\n .flex-shrink-0-ns{flex-shrink:0}\n\n","type":"String.String"},{"name":"flex_shrink_1","comment":" This class maps to this CSS definition:\n\n .flex-shrink-1{flex-shrink:1}\n\n","type":"String.String"},{"name":"flex_shrink_1_l","comment":" This class maps to this CSS definition:\n\n .flex-shrink-1-l{flex-shrink:1}\n\n","type":"String.String"},{"name":"flex_shrink_1_m","comment":" This class maps to this CSS definition:\n\n .flex-shrink-1-m{flex-shrink:1}\n\n","type":"String.String"},{"name":"flex_shrink_1_ns","comment":" This class maps to this CSS definition:\n\n .flex-shrink-1-ns{flex-shrink:1}\n\n","type":"String.String"},{"name":"flex_wrap","comment":" This class maps to this CSS definition:\n\n .flex-wrap{flex-wrap:wrap}\n\n","type":"String.String"},{"name":"flex_wrap_l","comment":" This class maps to this CSS definition:\n\n .flex-wrap-l{flex-wrap:wrap}\n\n","type":"String.String"},{"name":"flex_wrap_m","comment":" This class maps to this CSS definition:\n\n .flex-wrap-m{flex-wrap:wrap}\n\n","type":"String.String"},{"name":"flex_wrap_ns","comment":" This class maps to this CSS definition:\n\n .flex-wrap-ns{flex-wrap:wrap}\n\n","type":"String.String"},{"name":"flex_wrap_reverse","comment":" This class maps to this CSS definition:\n\n .flex-wrap-reverse{flex-wrap:wrap-reverse}\n\n","type":"String.String"},{"name":"flex_wrap_reverse_l","comment":" This class maps to this CSS definition:\n\n .flex-wrap-reverse-l{flex-wrap:wrap-reverse}\n\n","type":"String.String"},{"name":"flex_wrap_reverse_m","comment":" This class maps to this CSS definition:\n\n .flex-wrap-reverse-m{flex-wrap:wrap-reverse}\n\n","type":"String.String"},{"name":"flex_wrap_reverse_ns","comment":" This class maps to this CSS definition:\n\n .flex-wrap-reverse-ns{flex-wrap:wrap-reverse}\n\n","type":"String.String"},{"name":"fn","comment":" This class maps to this CSS definition:\n\n .fn { float = none }\n\n","type":"String.String"},{"name":"fn_l","comment":" This class maps to this CSS definition:\n\n .fn - l { float = none }\n\n","type":"String.String"},{"name":"fn_m","comment":" This class maps to this CSS definition:\n\n .fn - m { float = none }\n\n","type":"String.String"},{"name":"fn_ns","comment":" This class maps to this CSS definition:\n\n .fn - ns { float = none }\n\n","type":"String.String"},{"name":"fr","comment":" This class maps to this CSS definition:\n\n .fl,.fr{_display:inline}\n .fr{float:right}\n\n","type":"String.String"},{"name":"fr_l","comment":" This class maps to this CSS definition:\n\n .fl-l,.fr-l{_display:inline}\n .fr-l{float:right}\n\n","type":"String.String"},{"name":"fr_m","comment":" This class maps to this CSS definition:\n\n .fl-m,.fr-m{_display:inline}\n .fr-m{float:right}\n\n","type":"String.String"},{"name":"fr_ns","comment":" This class maps to this CSS definition:\n\n .fl-ns,.fr-ns{_display:inline}\n .fr-ns{float:right}\n\n","type":"String.String"},{"name":"fs_normal","comment":" This class maps to this CSS definition:\n\n .fs-normal{font-style:normal}\n\n","type":"String.String"},{"name":"fs_normal_l","comment":" This class maps to this CSS definition:\n\n .fs-normal-l{font-style:normal}\n\n","type":"String.String"},{"name":"fs_normal_m","comment":" This class maps to this CSS definition:\n\n .fs-normal-m{font-style:normal}\n\n","type":"String.String"},{"name":"fs_normal_ns","comment":" This class maps to this CSS definition:\n\n .fs-normal-ns{font-style:normal}\n\n","type":"String.String"},{"name":"fw1","comment":" This class maps to this CSS definition:\n\n .fw1{font-weight:100}\n\n","type":"String.String"},{"name":"fw1_l","comment":" This class maps to this CSS definition:\n\n .fw1-l{font-weight:100}\n\n","type":"String.String"},{"name":"fw1_m","comment":" This class maps to this CSS definition:\n\n .fw1-m{font-weight:100}\n\n","type":"String.String"},{"name":"fw1_ns","comment":" This class maps to this CSS definition:\n\n .fw1-ns{font-weight:100}\n\n","type":"String.String"},{"name":"fw2","comment":" This class maps to this CSS definition:\n\n .fw2{font-weight:200}\n\n","type":"String.String"},{"name":"fw2_l","comment":" This class maps to this CSS definition:\n\n .fw2-l{font-weight:200}\n\n","type":"String.String"},{"name":"fw2_m","comment":" This class maps to this CSS definition:\n\n .fw2-m{font-weight:200}\n\n","type":"String.String"},{"name":"fw2_ns","comment":" This class maps to this CSS definition:\n\n .fw2-ns{font-weight:200}\n\n","type":"String.String"},{"name":"fw3","comment":" This class maps to this CSS definition:\n\n .fw3{font-weight:300}\n\n","type":"String.String"},{"name":"fw3_l","comment":" This class maps to this CSS definition:\n\n .fw3-l{font-weight:300}\n\n","type":"String.String"},{"name":"fw3_m","comment":" This class maps to this CSS definition:\n\n .fw3-m{font-weight:300}\n\n","type":"String.String"},{"name":"fw3_ns","comment":" This class maps to this CSS definition:\n\n .fw3-ns{font-weight:300}\n\n","type":"String.String"},{"name":"fw4","comment":" This class maps to this CSS definition:\n\n .fw4{font-weight:400}\n\n","type":"String.String"},{"name":"fw4_l","comment":" This class maps to this CSS definition:\n\n .fw4-l{font-weight:400}\n\n","type":"String.String"},{"name":"fw4_m","comment":" This class maps to this CSS definition:\n\n .fw4-m{font-weight:400}\n\n","type":"String.String"},{"name":"fw4_ns","comment":" This class maps to this CSS definition:\n\n .fw4-ns{font-weight:400}\n\n","type":"String.String"},{"name":"fw5","comment":" This class maps to this CSS definition:\n\n .fw5{font-weight:500}\n\n","type":"String.String"},{"name":"fw5_l","comment":" This class maps to this CSS definition:\n\n .fw5-l{font-weight:500}\n\n","type":"String.String"},{"name":"fw5_m","comment":" This class maps to this CSS definition:\n\n .fw5-m{font-weight:500}\n\n","type":"String.String"},{"name":"fw5_ns","comment":" This class maps to this CSS definition:\n\n .fw5-ns{font-weight:500}\n\n","type":"String.String"},{"name":"fw6","comment":" This class maps to this CSS definition:\n\n .fw6{font-weight:600}\n\n","type":"String.String"},{"name":"fw6_l","comment":" This class maps to this CSS definition:\n\n .fw6-l{font-weight:600}\n\n","type":"String.String"},{"name":"fw6_m","comment":" This class maps to this CSS definition:\n\n .fw6-m{font-weight:600}\n\n","type":"String.String"},{"name":"fw6_ns","comment":" This class maps to this CSS definition:\n\n .fw6-ns{font-weight:600}\n\n","type":"String.String"},{"name":"fw7","comment":" This class maps to this CSS definition:\n\n .fw7{font-weight:700}\n\n","type":"String.String"},{"name":"fw7_l","comment":" This class maps to this CSS definition:\n\n .fw7-l{font-weight:700}\n\n","type":"String.String"},{"name":"fw7_m","comment":" This class maps to this CSS definition:\n\n .fw7-m{font-weight:700}\n\n","type":"String.String"},{"name":"fw7_ns","comment":" This class maps to this CSS definition:\n\n .fw7-ns{font-weight:700}\n\n","type":"String.String"},{"name":"fw8","comment":" This class maps to this CSS definition:\n\n .fw8{font-weight:800}\n\n","type":"String.String"},{"name":"fw8_l","comment":" This class maps to this CSS definition:\n\n .fw8-l{font-weight:800}\n\n","type":"String.String"},{"name":"fw8_m","comment":" This class maps to this CSS definition:\n\n .fw8-m{font-weight:800}\n\n","type":"String.String"},{"name":"fw8_ns","comment":" This class maps to this CSS definition:\n\n .fw8-ns{font-weight:800}\n\n","type":"String.String"},{"name":"fw9","comment":" This class maps to this CSS definition:\n\n .fw9{font-weight:900}\n\n","type":"String.String"},{"name":"fw9_l","comment":" This class maps to this CSS definition:\n\n .fw9-l{font-weight:900}\n\n","type":"String.String"},{"name":"fw9_m","comment":" This class maps to this CSS definition:\n\n .fw9-m{font-weight:900}\n\n","type":"String.String"},{"name":"fw9_ns","comment":" This class maps to this CSS definition:\n\n .fw9-ns{font-weight:900}\n\n","type":"String.String"},{"name":"garamond","comment":" This class maps to this CSS definition:\n\n .garamond{font-family:garamond,serif}\n\n","type":"String.String"},{"name":"georgia","comment":" This class maps to this CSS definition:\n\n .georgia{font-family:georgia,serif}\n\n","type":"String.String"},{"name":"glow","comment":" This class maps to this CSS definition:\n\n .glow,.glow:focus,.glow:hover{transition:opacity .15s ease-in}\n .glow:focus,.glow:hover{opacity:1}\n\n","type":"String.String"},{"name":"gold","comment":" This class maps to this CSS definition:\n\n .gold{color:#ffb700}\n\n","type":"String.String"},{"name":"gray","comment":" This class maps to this CSS definition:\n\n .gray{color:#777}\n\n","type":"String.String"},{"name":"green","comment":" This class maps to this CSS definition:\n\n .green{color:#19a974}\n\n","type":"String.String"},{"name":"grow","comment":" This class maps to this CSS definition:\n\n .grow{ -moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}\n .grow:focus,.grow:hover{ -webkit-transform:scale(1.05);transform:scale(1.05)}\n .grow:active{ -webkit-transform:scale(.9);transform:scale(.9)}\n\n","type":"String.String"},{"name":"grow_large","comment":" This class maps to this CSS definition:\n\n .grow-large{ -moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}\n .grow-large:focus,.grow-large:hover{ -webkit-transform:scale(1.2);transform:scale(1.2)}\n .grow-large:active{ -webkit-transform:scale(.95);transform:scale(.95)}\n\n","type":"String.String"},{"name":"h1","comment":" This class maps to this CSS definition:\n\n .h1 { height = 1 rem }\n\n","type":"String.String"},{"name":"h1_l","comment":" This class maps to this CSS definition:\n\n .h1 - l { height = 1 rem }\n\n","type":"String.String"},{"name":"h1_m","comment":" This class maps to this CSS definition:\n\n .h1 - m { height = 1 rem }\n\n","type":"String.String"},{"name":"h1_ns","comment":" This class maps to this CSS definition:\n\n .h1 - ns { height = 1 rem }\n\n","type":"String.String"},{"name":"h2","comment":" This class maps to this CSS definition:\n\n .h2 { height = 2 rem }\n\n","type":"String.String"},{"name":"h2_l","comment":" This class maps to this CSS definition:\n\n .h2 - l { height = 2 rem }\n\n","type":"String.String"},{"name":"h2_m","comment":" This class maps to this CSS definition:\n\n .h2 - m { height = 2 rem }\n\n","type":"String.String"},{"name":"h2_ns","comment":" This class maps to this CSS definition:\n\n .h2 - ns { height = 2 rem }\n\n","type":"String.String"},{"name":"h3","comment":" This class maps to this CSS definition:\n\n .h3 { height = 4 rem }\n\n","type":"String.String"},{"name":"h3_l","comment":" This class maps to this CSS definition:\n\n .h3 - l { height = 4 rem }\n\n","type":"String.String"},{"name":"h3_m","comment":" This class maps to this CSS definition:\n\n .h3 - m { height = 4 rem }\n\n","type":"String.String"},{"name":"h3_ns","comment":" This class maps to this CSS definition:\n\n .h3 - ns { height = 4 rem }\n\n","type":"String.String"},{"name":"h4","comment":" This class maps to this CSS definition:\n\n .h4 { height = 8 rem }\n\n","type":"String.String"},{"name":"h4_l","comment":" This class maps to this CSS definition:\n\n .h4 - l { height = 8 rem }\n\n","type":"String.String"},{"name":"h4_m","comment":" This class maps to this CSS definition:\n\n .h4 - m { height = 8 rem }\n\n","type":"String.String"},{"name":"h4_ns","comment":" This class maps to this CSS definition:\n\n .h4 - ns { height = 8 rem }\n\n","type":"String.String"},{"name":"h5","comment":" This class maps to this CSS definition:\n\n .h5 { height = 16 rem }\n\n","type":"String.String"},{"name":"h5_l","comment":" This class maps to this CSS definition:\n\n .h5 - l { height = 16 rem }\n\n","type":"String.String"},{"name":"h5_m","comment":" This class maps to this CSS definition:\n\n .h5 - m { height = 16 rem }\n\n","type":"String.String"},{"name":"h5_ns","comment":" This class maps to this CSS definition:\n\n .h5 - ns { height = 16 rem }\n\n","type":"String.String"},{"name":"h_100","comment":" This class maps to this CSS definition:\n\n .h-100{height:100%}\n\n","type":"String.String"},{"name":"h_100_l","comment":" This class maps to this CSS definition:\n\n .h-100-l{height:100%}\n\n","type":"String.String"},{"name":"h_100_m","comment":" This class maps to this CSS definition:\n\n .h-100-m{height:100%}\n\n","type":"String.String"},{"name":"h_100_ns","comment":" This class maps to this CSS definition:\n\n .h-100-ns{height:100%}\n\n","type":"String.String"},{"name":"h_25","comment":" This class maps to this CSS definition:\n\n .h-25{height:25%}\n\n","type":"String.String"},{"name":"h_25_l","comment":" This class maps to this CSS definition:\n\n .h-25-l{height:25%}\n\n","type":"String.String"},{"name":"h_25_m","comment":" This class maps to this CSS definition:\n\n .h-25-m{height:25%}\n\n","type":"String.String"},{"name":"h_25_ns","comment":" This class maps to this CSS definition:\n\n .h-25-ns{height:25%}\n\n","type":"String.String"},{"name":"h_50","comment":" This class maps to this CSS definition:\n\n .h-50{height:50%}\n\n","type":"String.String"},{"name":"h_50_l","comment":" This class maps to this CSS definition:\n\n .h-50-l{height:50%}\n\n","type":"String.String"},{"name":"h_50_m","comment":" This class maps to this CSS definition:\n\n .h-50-m{height:50%}\n\n","type":"String.String"},{"name":"h_50_ns","comment":" This class maps to this CSS definition:\n\n .h-50-ns{height:50%}\n\n","type":"String.String"},{"name":"h_75","comment":" This class maps to this CSS definition:\n\n .h-75{height:75%}\n\n","type":"String.String"},{"name":"h_75_l","comment":" This class maps to this CSS definition:\n\n .h-75-l{height:75%}\n\n","type":"String.String"},{"name":"h_75_m","comment":" This class maps to this CSS definition:\n\n .h-75-m{height:75%}\n\n","type":"String.String"},{"name":"h_75_ns","comment":" This class maps to this CSS definition:\n\n .h-75-ns{height:75%}\n\n","type":"String.String"},{"name":"h_auto","comment":" This class maps to this CSS definition:\n\n .h - auto { height = auto }\n\n","type":"String.String"},{"name":"h_auto_l","comment":" This class maps to this CSS definition:\n\n .h - auto - l { height = auto }\n\n","type":"String.String"},{"name":"h_auto_m","comment":" This class maps to this CSS definition:\n\n .h - auto - m { height = auto }\n\n","type":"String.String"},{"name":"h_auto_ns","comment":" This class maps to this CSS definition:\n\n .h - auto - ns { height = auto }\n\n","type":"String.String"},{"name":"h_inherit","comment":" This class maps to this CSS definition:\n\n .h - inherit { height = inherit }\n\n","type":"String.String"},{"name":"h_inherit_l","comment":" This class maps to this CSS definition:\n\n .h - inherit - l { height = inherit }\n\n","type":"String.String"},{"name":"h_inherit_m","comment":" This class maps to this CSS definition:\n\n .h - inherit - m { height = inherit }\n\n","type":"String.String"},{"name":"h_inherit_ns","comment":" This class maps to this CSS definition:\n\n .h - inherit - ns { height = inherit }\n\n","type":"String.String"},{"name":"helvetica","comment":" This class maps to this CSS definition:\n\n .helvetica{font-family:helvetica neue,helvetica,sans-serif}\n\n","type":"String.String"},{"name":"hide_child","comment":" This class maps to this CSS definition:\n\n .hide-child .child{opacity:0;transition:opacity .15s ease-in}\n .hide-child:active .child,.hide-child:focus .child,.hide-child:hover .child{opacity:1;transition:opacity .15s ease-in}\n\n","type":"String.String"},{"name":"hot_pink","comment":" This class maps to this CSS definition:\n\n .hot-pink{color:#ff41b4}\n\n","type":"String.String"},{"name":"hover_bg_black","comment":" This class maps to this CSS definition:\n\n .hover-bg-black:focus,.hover-bg-black:hover{background-color:#000}\n\n","type":"String.String"},{"name":"hover_bg_black_10","comment":" This class maps to this CSS definition:\n\n .hover-bg-black-10:focus,.hover-bg-black-10:hover{background-color:rgba(0,0,0,.1)}\n\n","type":"String.String"},{"name":"hover_bg_black_20","comment":" This class maps to this CSS definition:\n\n .hover-bg-black-20:focus,.hover-bg-black-20:hover{background-color:rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"hover_bg_black_30","comment":" This class maps to this CSS definition:\n\n .hover-bg-black-30:focus,.hover-bg-black-30:hover{background-color:rgba(0,0,0,.3)}\n\n","type":"String.String"},{"name":"hover_bg_black_40","comment":" This class maps to this CSS definition:\n\n .hover-bg-black-40:focus,.hover-bg-black-40:hover{background-color:rgba(0,0,0,.4)}\n\n","type":"String.String"},{"name":"hover_bg_black_50","comment":" This class maps to this CSS definition:\n\n .hover-bg-black-50:focus,.hover-bg-black-50:hover{background-color:rgba(0,0,0,.5)}\n\n","type":"String.String"},{"name":"hover_bg_black_60","comment":" This class maps to this CSS definition:\n\n .hover-bg-black-60:focus,.hover-bg-black-60:hover{background-color:rgba(0,0,0,.6)}\n\n","type":"String.String"},{"name":"hover_bg_black_70","comment":" This class maps to this CSS definition:\n\n .hover-bg-black-70:focus,.hover-bg-black-70:hover{background-color:rgba(0,0,0,.7)}\n\n","type":"String.String"},{"name":"hover_bg_black_80","comment":" This class maps to this CSS definition:\n\n .hover-bg-black-80:focus,.hover-bg-black-80:hover{background-color:rgba(0,0,0,.8)}\n\n","type":"String.String"},{"name":"hover_bg_black_90","comment":" This class maps to this CSS definition:\n\n .hover-bg-black-90:focus,.hover-bg-black-90:hover{background-color:rgba(0,0,0,.9)}\n\n","type":"String.String"},{"name":"hover_bg_blue","comment":" This class maps to this CSS definition:\n\n .hover-bg-blue:focus,.hover-bg-blue:hover{background-color:#357edd}\n\n","type":"String.String"},{"name":"hover_bg_dark_blue","comment":" This class maps to this CSS definition:\n\n .hover-bg-dark-blue:focus,.hover-bg-dark-blue:hover{background-color:#00449e}\n\n","type":"String.String"},{"name":"hover_bg_dark_gray","comment":" This class maps to this CSS definition:\n\n .hover-bg-dark-gray:focus,.hover-bg-dark-gray:hover{background-color:#333}\n\n","type":"String.String"},{"name":"hover_bg_dark_green","comment":" This class maps to this CSS definition:\n\n .hover-bg-dark-green:focus,.hover-bg-dark-green:hover{background-color:#137752}\n\n","type":"String.String"},{"name":"hover_bg_dark_pink","comment":" This class maps to this CSS definition:\n\n .hover-bg-dark-pink:focus,.hover-bg-dark-pink:hover{background-color:#d5008f}\n\n","type":"String.String"},{"name":"hover_bg_dark_red","comment":" This class maps to this CSS definition:\n\n .hover-bg-dark-red:focus,.hover-bg-dark-red:hover{background-color:#e7040f}\n\n","type":"String.String"},{"name":"hover_bg_gold","comment":" This class maps to this CSS definition:\n\n .hover-bg-gold:focus,.hover-bg-gold:hover{background-color:#ffb700}\n\n","type":"String.String"},{"name":"hover_bg_gray","comment":" This class maps to this CSS definition:\n\n .hover-bg-gray:focus,.hover-bg-gray:hover{background-color:#777}\n\n","type":"String.String"},{"name":"hover_bg_green","comment":" This class maps to this CSS definition:\n\n .hover-bg-green:focus,.hover-bg-green:hover{background-color:#19a974}\n\n","type":"String.String"},{"name":"hover_bg_hot_pink","comment":" This class maps to this CSS definition:\n\n .hover-bg-hot-pink:focus,.hover-bg-hot-pink:hover{background-color:#ff41b4}\n\n","type":"String.String"},{"name":"hover_bg_inherit","comment":" This class maps to this CSS definition:\n\n .hover-bg-inherit:focus,.hover-bg-inherit:hover{background-color:inherit}\n\n","type":"String.String"},{"name":"hover_bg_light_blue","comment":" This class maps to this CSS definition:\n\n .hover-bg-light-blue:focus,.hover-bg-light-blue:hover{background-color:#96ccff}\n\n","type":"String.String"},{"name":"hover_bg_light_gray","comment":" This class maps to this CSS definition:\n\n .hover-bg-light-gray:focus,.hover-bg-light-gray:hover{background-color:#eee}\n\n","type":"String.String"},{"name":"hover_bg_light_green","comment":" This class maps to this CSS definition:\n\n .hover-bg-light-green:focus,.hover-bg-light-green:hover{background-color:#9eebcf}\n\n","type":"String.String"},{"name":"hover_bg_light_pink","comment":" This class maps to this CSS definition:\n\n .hover-bg-light-pink:focus,.hover-bg-light-pink:hover{background-color:#ffa3d7}\n\n","type":"String.String"},{"name":"hover_bg_light_purple","comment":" This class maps to this CSS definition:\n\n .hover-bg-light-purple:focus,.hover-bg-light-purple:hover{background-color:#a463f2}\n\n","type":"String.String"},{"name":"hover_bg_light_red","comment":" This class maps to this CSS definition:\n\n .hover-bg-light-red:focus,.hover-bg-light-red:hover{background-color:#ff725c}\n\n","type":"String.String"},{"name":"hover_bg_light_silver","comment":" This class maps to this CSS definition:\n\n .hover-bg-light-silver:focus,.hover-bg-light-silver:hover{background-color:#aaa}\n\n","type":"String.String"},{"name":"hover_bg_light_yellow","comment":" This class maps to this CSS definition:\n\n .hover-bg-light-yellow:focus,.hover-bg-light-yellow:hover{background-color:#fbf1a9}\n\n","type":"String.String"},{"name":"hover_bg_lightest_blue","comment":" This class maps to this CSS definition:\n\n .hover-bg-lightest-blue:focus,.hover-bg-lightest-blue:hover{background-color:#cdecff}\n\n","type":"String.String"},{"name":"hover_bg_mid_gray","comment":" This class maps to this CSS definition:\n\n .hover-bg-mid-gray:focus,.hover-bg-mid-gray:hover{background-color:#555}\n\n","type":"String.String"},{"name":"hover_bg_moon_gray","comment":" This class maps to this CSS definition:\n\n .hover-bg-moon-gray:focus,.hover-bg-moon-gray:hover{background-color:#ccc}\n\n","type":"String.String"},{"name":"hover_bg_navy","comment":" This class maps to this CSS definition:\n\n .hover-bg-navy:focus,.hover-bg-navy:hover{background-color:#001b44}\n\n","type":"String.String"},{"name":"hover_bg_near_black","comment":" This class maps to this CSS definition:\n\n .hover-bg-near-black:focus,.hover-bg-near-black:hover{background-color:#111}\n\n","type":"String.String"},{"name":"hover_bg_near_white","comment":" This class maps to this CSS definition:\n\n .hover-bg-near-white:focus,.hover-bg-near-white:hover{background-color:#f4f4f4}\n\n","type":"String.String"},{"name":"hover_bg_orange","comment":" This class maps to this CSS definition:\n\n .hover-bg-orange:focus,.hover-bg-orange:hover{background-color:#ff6300}\n\n","type":"String.String"},{"name":"hover_bg_pink","comment":" This class maps to this CSS definition:\n\n .hover-bg-pink:focus,.hover-bg-pink:hover{background-color:#ff80cc}\n\n","type":"String.String"},{"name":"hover_bg_purple","comment":" This class maps to this CSS definition:\n\n .hover-bg-purple:focus,.hover-bg-purple:hover{background-color:#5e2ca5}\n\n","type":"String.String"},{"name":"hover_bg_red","comment":" This class maps to this CSS definition:\n\n .hover-bg-red:focus,.hover-bg-red:hover{background-color:#ff4136}\n\n","type":"String.String"},{"name":"hover_bg_silver","comment":" This class maps to this CSS definition:\n\n .hover-bg-silver:focus,.hover-bg-silver:hover{background-color:#999}\n\n","type":"String.String"},{"name":"hover_bg_transparent","comment":" This class maps to this CSS definition:\n\n .hover-bg-transparent:focus,.hover-bg-transparent:hover{background-color:transparent}\n\n","type":"String.String"},{"name":"hover_bg_washed_blue","comment":" This class maps to this CSS definition:\n\n .hover-bg-washed-blue:focus,.hover-bg-washed-blue:hover{background-color:#f6fffe}\n\n","type":"String.String"},{"name":"hover_bg_washed_green","comment":" This class maps to this CSS definition:\n\n .hover-bg-washed-green:focus,.hover-bg-washed-green:hover{background-color:#e8fdf5}\n\n","type":"String.String"},{"name":"hover_bg_washed_red","comment":" This class maps to this CSS definition:\n\n .hover-bg-washed-red:focus,.hover-bg-washed-red:hover{background-color:#ffdfdf}\n\n","type":"String.String"},{"name":"hover_bg_washed_yellow","comment":" This class maps to this CSS definition:\n\n .hover-bg-washed-yellow:focus,.hover-bg-washed-yellow:hover{background-color:#fffceb}\n\n","type":"String.String"},{"name":"hover_bg_white","comment":" This class maps to this CSS definition:\n\n .hover-bg-white:focus,.hover-bg-white:hover{background-color:#fff}\n\n","type":"String.String"},{"name":"hover_bg_white_10","comment":" This class maps to this CSS definition:\n\n .hover-bg-white-10:focus,.hover-bg-white-10:hover{background-color:hsla(0,0%,100%,.1)}\n\n","type":"String.String"},{"name":"hover_bg_white_20","comment":" This class maps to this CSS definition:\n\n .hover-bg-white-20:focus,.hover-bg-white-20:hover{background-color:hsla(0,0%,100%,.2)}\n\n","type":"String.String"},{"name":"hover_bg_white_30","comment":" This class maps to this CSS definition:\n\n .hover-bg-white-30:focus,.hover-bg-white-30:hover{background-color:hsla(0,0%,100%,.3)}\n\n","type":"String.String"},{"name":"hover_bg_white_40","comment":" This class maps to this CSS definition:\n\n .hover-bg-white-40:focus,.hover-bg-white-40:hover{background-color:hsla(0,0%,100%,.4)}\n\n","type":"String.String"},{"name":"hover_bg_white_50","comment":" This class maps to this CSS definition:\n\n .hover-bg-white-50:focus,.hover-bg-white-50:hover{background-color:hsla(0,0%,100%,.5)}\n\n","type":"String.String"},{"name":"hover_bg_white_60","comment":" This class maps to this CSS definition:\n\n .hover-bg-white-60:focus,.hover-bg-white-60:hover{background-color:hsla(0,0%,100%,.6)}\n\n","type":"String.String"},{"name":"hover_bg_white_70","comment":" This class maps to this CSS definition:\n\n .hover-bg-white-70:focus,.hover-bg-white-70:hover{background-color:hsla(0,0%,100%,.7)}\n\n","type":"String.String"},{"name":"hover_bg_white_80","comment":" This class maps to this CSS definition:\n\n .hover-bg-white-80:focus,.hover-bg-white-80:hover{background-color:hsla(0,0%,100%,.8)}\n\n","type":"String.String"},{"name":"hover_bg_white_90","comment":" This class maps to this CSS definition:\n\n .hover-bg-white-90:focus,.hover-bg-white-90:hover{background-color:hsla(0,0%,100%,.9)}\n\n","type":"String.String"},{"name":"hover_bg_yellow","comment":" This class maps to this CSS definition:\n\n .hover-bg-yellow:focus,.hover-bg-yellow:hover{background-color:gold}\n\n","type":"String.String"},{"name":"hover_black","comment":" This class maps to this CSS definition:\n\n .hover-black:focus,.hover-black:hover{color:#000}\n\n","type":"String.String"},{"name":"hover_black_10","comment":" This class maps to this CSS definition:\n\n .hover-black-10:focus,.hover-black-10:hover{color:rgba(0,0,0,.1)}\n\n","type":"String.String"},{"name":"hover_black_20","comment":" This class maps to this CSS definition:\n\n .hover-black-20:focus,.hover-black-20:hover{color:rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"hover_black_30","comment":" This class maps to this CSS definition:\n\n .hover-black-30:focus,.hover-black-30:hover{color:rgba(0,0,0,.3)}\n\n","type":"String.String"},{"name":"hover_black_40","comment":" This class maps to this CSS definition:\n\n .hover-black-40:focus,.hover-black-40:hover{color:rgba(0,0,0,.4)}\n\n","type":"String.String"},{"name":"hover_black_50","comment":" This class maps to this CSS definition:\n\n .hover-black-50:focus,.hover-black-50:hover{color:rgba(0,0,0,.5)}\n\n","type":"String.String"},{"name":"hover_black_60","comment":" This class maps to this CSS definition:\n\n .hover-black-60:focus,.hover-black-60:hover{color:rgba(0,0,0,.6)}\n\n","type":"String.String"},{"name":"hover_black_70","comment":" This class maps to this CSS definition:\n\n .hover-black-70:focus,.hover-black-70:hover{color:rgba(0,0,0,.7)}\n\n","type":"String.String"},{"name":"hover_black_80","comment":" This class maps to this CSS definition:\n\n .hover-black-80:focus,.hover-black-80:hover{color:rgba(0,0,0,.8)}\n\n","type":"String.String"},{"name":"hover_black_90","comment":" This class maps to this CSS definition:\n\n .hover-black-90:focus,.hover-black-90:hover{color:rgba(0,0,0,.9)}\n\n","type":"String.String"},{"name":"hover_blue","comment":" This class maps to this CSS definition:\n\n .hover-blue:focus,.hover-blue:hover{color:#357edd}\n\n","type":"String.String"},{"name":"hover_dark_blue","comment":" This class maps to this CSS definition:\n\n .hover-dark-blue:focus,.hover-dark-blue:hover{color:#00449e}\n\n","type":"String.String"},{"name":"hover_dark_gray","comment":" This class maps to this CSS definition:\n\n .hover-dark-gray:focus,.hover-dark-gray:hover{color:#333}\n\n","type":"String.String"},{"name":"hover_dark_green","comment":" This class maps to this CSS definition:\n\n .hover-dark-green:focus,.hover-dark-green:hover{color:#137752}\n\n","type":"String.String"},{"name":"hover_dark_pink","comment":" This class maps to this CSS definition:\n\n .hover-dark-pink:focus,.hover-dark-pink:hover{color:#d5008f}\n\n","type":"String.String"},{"name":"hover_dark_red","comment":" This class maps to this CSS definition:\n\n .hover-dark-red:focus,.hover-dark-red:hover{color:#e7040f}\n\n","type":"String.String"},{"name":"hover_gold","comment":" This class maps to this CSS definition:\n\n .hover-gold:focus,.hover-gold:hover{color:#ffb700}\n\n","type":"String.String"},{"name":"hover_gray","comment":" This class maps to this CSS definition:\n\n .hover-gray:focus,.hover-gray:hover{color:#777}\n\n","type":"String.String"},{"name":"hover_green","comment":" This class maps to this CSS definition:\n\n .hover-green:focus,.hover-green:hover{color:#19a974}\n\n","type":"String.String"},{"name":"hover_hot_pink","comment":" This class maps to this CSS definition:\n\n .hover-hot-pink:focus,.hover-hot-pink:hover{color:#ff41b4}\n\n","type":"String.String"},{"name":"hover_inherit","comment":" This class maps to this CSS definition:\n\n .hover-inherit:focus,.hover-inherit:hover{color:inherit}\n\n","type":"String.String"},{"name":"hover_light_blue","comment":" This class maps to this CSS definition:\n\n .hover-light-blue:focus,.hover-light-blue:hover{color:#96ccff}\n\n","type":"String.String"},{"name":"hover_light_gray","comment":" This class maps to this CSS definition:\n\n .hover-light-gray:focus,.hover-light-gray:hover{color:#eee}\n\n","type":"String.String"},{"name":"hover_light_green","comment":" This class maps to this CSS definition:\n\n .hover-light-green:focus,.hover-light-green:hover{color:#9eebcf}\n\n","type":"String.String"},{"name":"hover_light_pink","comment":" This class maps to this CSS definition:\n\n .hover-light-pink:focus,.hover-light-pink:hover{color:#ffa3d7}\n\n","type":"String.String"},{"name":"hover_light_purple","comment":" This class maps to this CSS definition:\n\n .hover-light-purple:focus,.hover-light-purple:hover{color:#a463f2}\n\n","type":"String.String"},{"name":"hover_light_red","comment":" This class maps to this CSS definition:\n\n .hover-light-red:focus,.hover-light-red:hover{color:#ff725c}\n\n","type":"String.String"},{"name":"hover_light_silver","comment":" This class maps to this CSS definition:\n\n .hover-light-silver:focus,.hover-light-silver:hover{color:#aaa}\n\n","type":"String.String"},{"name":"hover_light_yellow","comment":" This class maps to this CSS definition:\n\n .hover-light-yellow:focus,.hover-light-yellow:hover{color:#fbf1a9}\n\n","type":"String.String"},{"name":"hover_lightest_blue","comment":" This class maps to this CSS definition:\n\n .hover-lightest-blue:focus,.hover-lightest-blue:hover{color:#cdecff}\n\n","type":"String.String"},{"name":"hover_mid_gray","comment":" This class maps to this CSS definition:\n\n .hover-mid-gray:focus,.hover-mid-gray:hover{color:#555}\n\n","type":"String.String"},{"name":"hover_moon_gray","comment":" This class maps to this CSS definition:\n\n .hover-moon-gray:focus,.hover-moon-gray:hover{color:#ccc}\n\n","type":"String.String"},{"name":"hover_navy","comment":" This class maps to this CSS definition:\n\n .hover-navy:focus,.hover-navy:hover{color:#001b44}\n\n","type":"String.String"},{"name":"hover_near_black","comment":" This class maps to this CSS definition:\n\n .hover-near-black:focus,.hover-near-black:hover{color:#111}\n\n","type":"String.String"},{"name":"hover_near_white","comment":" This class maps to this CSS definition:\n\n .hover-near-white:focus,.hover-near-white:hover{color:#f4f4f4}\n\n","type":"String.String"},{"name":"hover_orange","comment":" This class maps to this CSS definition:\n\n .hover-orange:focus,.hover-orange:hover{color:#ff6300}\n\n","type":"String.String"},{"name":"hover_pink","comment":" This class maps to this CSS definition:\n\n .hover-pink:focus,.hover-pink:hover{color:#ff80cc}\n\n","type":"String.String"},{"name":"hover_purple","comment":" This class maps to this CSS definition:\n\n .hover-purple:focus,.hover-purple:hover{color:#5e2ca5}\n\n","type":"String.String"},{"name":"hover_red","comment":" This class maps to this CSS definition:\n\n .hover-red:focus,.hover-red:hover{color:#ff4136}\n\n","type":"String.String"},{"name":"hover_silver","comment":" This class maps to this CSS definition:\n\n .hover-silver:focus,.hover-silver:hover{color:#999}\n\n","type":"String.String"},{"name":"hover_washed_blue","comment":" This class maps to this CSS definition:\n\n .hover-washed-blue:focus,.hover-washed-blue:hover{color:#f6fffe}\n\n","type":"String.String"},{"name":"hover_washed_green","comment":" This class maps to this CSS definition:\n\n .hover-washed-green:focus,.hover-washed-green:hover{color:#e8fdf5}\n\n","type":"String.String"},{"name":"hover_washed_red","comment":" This class maps to this CSS definition:\n\n .hover-washed-red:focus,.hover-washed-red:hover{color:#ffdfdf}\n\n","type":"String.String"},{"name":"hover_washed_yellow","comment":" This class maps to this CSS definition:\n\n .hover-washed-yellow:focus,.hover-washed-yellow:hover{color:#fffceb}\n\n","type":"String.String"},{"name":"hover_white","comment":" This class maps to this CSS definition:\n\n .hover-white:focus,.hover-white:hover{color:#fff}\n\n","type":"String.String"},{"name":"hover_white_10","comment":" This class maps to this CSS definition:\n\n .hover-white-10:focus,.hover-white-10:hover{color:hsla(0,0%,100%,.1)}\n\n","type":"String.String"},{"name":"hover_white_20","comment":" This class maps to this CSS definition:\n\n .hover-white-20:focus,.hover-white-20:hover{color:hsla(0,0%,100%,.2)}\n\n","type":"String.String"},{"name":"hover_white_30","comment":" This class maps to this CSS definition:\n\n .hover-white-30:focus,.hover-white-30:hover{color:hsla(0,0%,100%,.3)}\n\n","type":"String.String"},{"name":"hover_white_40","comment":" This class maps to this CSS definition:\n\n .hover-white-40:focus,.hover-white-40:hover{color:hsla(0,0%,100%,.4)}\n\n","type":"String.String"},{"name":"hover_white_50","comment":" This class maps to this CSS definition:\n\n .hover-white-50:focus,.hover-white-50:hover{color:hsla(0,0%,100%,.5)}\n\n","type":"String.String"},{"name":"hover_white_60","comment":" This class maps to this CSS definition:\n\n .hover-white-60:focus,.hover-white-60:hover{color:hsla(0,0%,100%,.6)}\n\n","type":"String.String"},{"name":"hover_white_70","comment":" This class maps to this CSS definition:\n\n .hover-white-70:focus,.hover-white-70:hover{color:hsla(0,0%,100%,.7)}\n\n","type":"String.String"},{"name":"hover_white_80","comment":" This class maps to this CSS definition:\n\n .hover-white-80:focus,.hover-white-80:hover{color:hsla(0,0%,100%,.8)}\n\n","type":"String.String"},{"name":"hover_white_90","comment":" This class maps to this CSS definition:\n\n .hover-white-90:focus,.hover-white-90:hover{color:hsla(0,0%,100%,.9)}\n\n","type":"String.String"},{"name":"hover_yellow","comment":" This class maps to this CSS definition:\n\n .hover-yellow:focus,.hover-yellow:hover{color:gold}\n\n","type":"String.String"},{"name":"i","comment":" This class maps to this CSS definition:\n\n .i{font-style:italic}\n\n","type":"String.String"},{"name":"i_l","comment":" This class maps to this CSS definition:\n\n .i-l{font-style:italic}\n\n","type":"String.String"},{"name":"i_m","comment":" This class maps to this CSS definition:\n\n .i-m{font-style:italic}\n\n","type":"String.String"},{"name":"i_ns","comment":" This class maps to this CSS definition:\n\n .i-ns{font-style:italic}\n\n","type":"String.String"},{"name":"indent","comment":" This class maps to this CSS definition:\n\n .indent{text-indent:1em;margin-top:0;margin-bottom:0}\n\n","type":"String.String"},{"name":"indent_l","comment":" This class maps to this CSS definition:\n\n .indent-l{text-indent:1em;margin-top:0;margin-bottom:0}\n\n","type":"String.String"},{"name":"indent_m","comment":" This class maps to this CSS definition:\n\n .indent-m{text-indent:1em;margin-top:0;margin-bottom:0}\n\n","type":"String.String"},{"name":"indent_ns","comment":" This class maps to this CSS definition:\n\n .indent-ns{text-indent:1em;margin-top:0;margin-bottom:0}\n\n","type":"String.String"},{"name":"inline_flex","comment":" This class maps to this CSS definition:\n\n .inline - flex { display = inline - flex }\n\n","type":"String.String"},{"name":"inline_flex_l","comment":" This class maps to this CSS definition:\n\n .inline - flex - l { display = inline - flex }\n\n","type":"String.String"},{"name":"inline_flex_m","comment":" This class maps to this CSS definition:\n\n .inline - flex - m { display = inline - flex }\n\n","type":"String.String"},{"name":"inline_flex_ns","comment":" This class maps to this CSS definition:\n\n .inline - flex - ns { display = inline - flex }\n\n","type":"String.String"},{"name":"input_reset","comment":" This class maps to this CSS definition:\n\n .input-reset{ -webkit-appearance:none;-moz-appearance:none}\n .button-reset::-moz-focus-inner,.input-reset::-moz-focus-inner{border:0;padding:0}\n\n","type":"String.String"},{"name":"items_baseline","comment":" This class maps to this CSS definition:\n\n .items-baseline{align-items:baseline}\n\n","type":"String.String"},{"name":"items_baseline_l","comment":" This class maps to this CSS definition:\n\n .items-baseline-l{align-items:baseline}\n\n","type":"String.String"},{"name":"items_baseline_m","comment":" This class maps to this CSS definition:\n\n .items-baseline-m{align-items:baseline}\n\n","type":"String.String"},{"name":"items_baseline_ns","comment":" This class maps to this CSS definition:\n\n .items-baseline-ns{align-items:baseline}\n\n","type":"String.String"},{"name":"items_center","comment":" This class maps to this CSS definition:\n\n .items-center{align-items:center}\n\n","type":"String.String"},{"name":"items_center_l","comment":" This class maps to this CSS definition:\n\n .items-center-l{align-items:center}\n\n","type":"String.String"},{"name":"items_center_m","comment":" This class maps to this CSS definition:\n\n .items-center-m{align-items:center}\n\n","type":"String.String"},{"name":"items_center_ns","comment":" This class maps to this CSS definition:\n\n .items-center-ns{align-items:center}\n\n","type":"String.String"},{"name":"items_end","comment":" This class maps to this CSS definition:\n\n .items-end{align-items:flex-end}\n\n","type":"String.String"},{"name":"items_end_l","comment":" This class maps to this CSS definition:\n\n .items-end-l{align-items:flex-end}\n\n","type":"String.String"},{"name":"items_end_m","comment":" This class maps to this CSS definition:\n\n .items-end-m{align-items:flex-end}\n\n","type":"String.String"},{"name":"items_end_ns","comment":" This class maps to this CSS definition:\n\n .items-end-ns{align-items:flex-end}\n\n","type":"String.String"},{"name":"items_start","comment":" This class maps to this CSS definition:\n\n .items-start{align-items:flex-start}\n\n","type":"String.String"},{"name":"items_start_l","comment":" This class maps to this CSS definition:\n\n .items-start-l{align-items:flex-start}\n\n","type":"String.String"},{"name":"items_start_m","comment":" This class maps to this CSS definition:\n\n .items-start-m{align-items:flex-start}\n\n","type":"String.String"},{"name":"items_start_ns","comment":" This class maps to this CSS definition:\n\n .items-start-ns{align-items:flex-start}\n\n","type":"String.String"},{"name":"items_stretch","comment":" This class maps to this CSS definition:\n\n .items-stretch{align-items:stretch}\n\n","type":"String.String"},{"name":"items_stretch_l","comment":" This class maps to this CSS definition:\n\n .items-stretch-l{align-items:stretch}\n\n","type":"String.String"},{"name":"items_stretch_m","comment":" This class maps to this CSS definition:\n\n .items-stretch-m{align-items:stretch}\n\n","type":"String.String"},{"name":"items_stretch_ns","comment":" This class maps to this CSS definition:\n\n .items-stretch-ns{align-items:stretch}\n\n","type":"String.String"},{"name":"justify_around","comment":" This class maps to this CSS definition:\n\n .justify-around{justify-content:space-around}\n\n","type":"String.String"},{"name":"justify_around_l","comment":" This class maps to this CSS definition:\n\n .justify-around-l{justify-content:space-around}\n\n","type":"String.String"},{"name":"justify_around_m","comment":" This class maps to this CSS definition:\n\n .justify-around-m{justify-content:space-around}\n\n","type":"String.String"},{"name":"justify_around_ns","comment":" This class maps to this CSS definition:\n\n .justify-around-ns{justify-content:space-around}\n\n","type":"String.String"},{"name":"justify_between","comment":" This class maps to this CSS definition:\n\n .justify-between{justify-content:space-between}\n\n","type":"String.String"},{"name":"justify_between_l","comment":" This class maps to this CSS definition:\n\n .justify-between-l{justify-content:space-between}\n\n","type":"String.String"},{"name":"justify_between_m","comment":" This class maps to this CSS definition:\n\n .justify-between-m{justify-content:space-between}\n\n","type":"String.String"},{"name":"justify_between_ns","comment":" This class maps to this CSS definition:\n\n .justify-between-ns{justify-content:space-between}\n\n","type":"String.String"},{"name":"justify_center","comment":" This class maps to this CSS definition:\n\n .justify-center{justify-content:center}\n\n","type":"String.String"},{"name":"justify_center_l","comment":" This class maps to this CSS definition:\n\n .justify-center-l{justify-content:center}\n\n","type":"String.String"},{"name":"justify_center_m","comment":" This class maps to this CSS definition:\n\n .justify-center-m{justify-content:center}\n\n","type":"String.String"},{"name":"justify_center_ns","comment":" This class maps to this CSS definition:\n\n .justify-center-ns{justify-content:center}\n\n","type":"String.String"},{"name":"justify_end","comment":" This class maps to this CSS definition:\n\n .justify-end{justify-content:flex-end}\n\n","type":"String.String"},{"name":"justify_end_l","comment":" This class maps to this CSS definition:\n\n .justify-end-l{justify-content:flex-end}\n\n","type":"String.String"},{"name":"justify_end_m","comment":" This class maps to this CSS definition:\n\n .justify-end-m{justify-content:flex-end}\n\n","type":"String.String"},{"name":"justify_end_ns","comment":" This class maps to this CSS definition:\n\n .justify-end-ns{justify-content:flex-end}\n\n","type":"String.String"},{"name":"justify_start","comment":" This class maps to this CSS definition:\n\n .justify-start{justify-content:flex-start}\n\n","type":"String.String"},{"name":"justify_start_l","comment":" This class maps to this CSS definition:\n\n .justify-start-l{justify-content:flex-start}\n\n","type":"String.String"},{"name":"justify_start_m","comment":" This class maps to this CSS definition:\n\n .justify-start-m{justify-content:flex-start}\n\n","type":"String.String"},{"name":"justify_start_ns","comment":" This class maps to this CSS definition:\n\n .justify-start-ns{justify-content:flex-start}\n\n","type":"String.String"},{"name":"left_0","comment":" This class maps to this CSS definition:\n\n .left - 0 { left = 0 }\n\n","type":"String.String"},{"name":"left_0_l","comment":" This class maps to this CSS definition:\n\n .left - 0 - l { left = 0 }\n\n","type":"String.String"},{"name":"left_0_m","comment":" This class maps to this CSS definition:\n\n .left - 0 - m { left = 0 }\n\n","type":"String.String"},{"name":"left_0_ns","comment":" This class maps to this CSS definition:\n\n .left - 0 - ns { left = 0 }\n\n","type":"String.String"},{"name":"left_1","comment":" This class maps to this CSS definition:\n\n .left - 1 { left = 1 rem }\n\n","type":"String.String"},{"name":"left_1_l","comment":" This class maps to this CSS definition:\n\n .left - 1 - l { left = 1 rem }\n\n","type":"String.String"},{"name":"left_1_m","comment":" This class maps to this CSS definition:\n\n .left - 1 - m { left = 1 rem }\n\n","type":"String.String"},{"name":"left_1_ns","comment":" This class maps to this CSS definition:\n\n .left - 1 - ns { left = 1 rem }\n\n","type":"String.String"},{"name":"left_2","comment":" This class maps to this CSS definition:\n\n .left - 2 { left = 2 rem }\n\n","type":"String.String"},{"name":"left_2_l","comment":" This class maps to this CSS definition:\n\n .left - 2 - l { left = 2 rem }\n\n","type":"String.String"},{"name":"left_2_m","comment":" This class maps to this CSS definition:\n\n .left - 2 - m { left = 2 rem }\n\n","type":"String.String"},{"name":"left_2_ns","comment":" This class maps to this CSS definition:\n\n .left - 2 - ns { left = 2 rem }\n\n","type":"String.String"},{"name":"left__1","comment":" This class maps to this CSS definition:\n\n .left --1{left:-1rem}\n\n","type":"String.String"},{"name":"left__1_l","comment":" This class maps to this CSS definition:\n\n .left --1-l{left:-1rem}\n\n","type":"String.String"},{"name":"left__1_m","comment":" This class maps to this CSS definition:\n\n .left --1-m{left:-1rem}\n\n","type":"String.String"},{"name":"left__1_ns","comment":" This class maps to this CSS definition:\n\n .left --1-ns{left:-1rem}\n\n","type":"String.String"},{"name":"left__2","comment":" This class maps to this CSS definition:\n\n .left --2{left:-2rem}\n\n","type":"String.String"},{"name":"left__2_l","comment":" This class maps to this CSS definition:\n\n .left --2-l{left:-2rem}\n\n","type":"String.String"},{"name":"left__2_m","comment":" This class maps to this CSS definition:\n\n .left --2-m{left:-2rem}\n\n","type":"String.String"},{"name":"left__2_ns","comment":" This class maps to this CSS definition:\n\n .left --2-ns{left:-2rem}\n\n","type":"String.String"},{"name":"lh_copy","comment":" This class maps to this CSS definition:\n\n .lh-copy{line-height:1.5}\n\n","type":"String.String"},{"name":"lh_copy_l","comment":" This class maps to this CSS definition:\n\n .lh-copy-l{line-height:1.5}\n\n","type":"String.String"},{"name":"lh_copy_m","comment":" This class maps to this CSS definition:\n\n .lh-copy-m{line-height:1.5}\n\n","type":"String.String"},{"name":"lh_copy_ns","comment":" This class maps to this CSS definition:\n\n .lh-copy-ns{line-height:1.5}\n\n","type":"String.String"},{"name":"lh_solid","comment":" This class maps to this CSS definition:\n\n .lh-solid{line-height:1}\n\n","type":"String.String"},{"name":"lh_solid_l","comment":" This class maps to this CSS definition:\n\n .lh-solid-l{line-height:1}\n\n","type":"String.String"},{"name":"lh_solid_m","comment":" This class maps to this CSS definition:\n\n .lh-solid-m{line-height:1}\n\n","type":"String.String"},{"name":"lh_solid_ns","comment":" This class maps to this CSS definition:\n\n .lh-solid-ns{line-height:1}\n\n","type":"String.String"},{"name":"lh_title","comment":" This class maps to this CSS definition:\n\n .lh-title{line-height:1.25}\n\n","type":"String.String"},{"name":"lh_title_l","comment":" This class maps to this CSS definition:\n\n .lh-title-l{line-height:1.25}\n\n","type":"String.String"},{"name":"lh_title_m","comment":" This class maps to this CSS definition:\n\n .lh-title-m{line-height:1.25}\n\n","type":"String.String"},{"name":"lh_title_ns","comment":" This class maps to this CSS definition:\n\n .lh-title-ns{line-height:1.25}\n\n","type":"String.String"},{"name":"light_blue","comment":" This class maps to this CSS definition:\n\n .light-blue{color:#96ccff}\n\n","type":"String.String"},{"name":"light_gray","comment":" This class maps to this CSS definition:\n\n .light-gray{color:#eee}\n\n","type":"String.String"},{"name":"light_green","comment":" This class maps to this CSS definition:\n\n .light-green{color:#9eebcf}\n\n","type":"String.String"},{"name":"light_pink","comment":" This class maps to this CSS definition:\n\n .light-pink{color:#ffa3d7}\n\n","type":"String.String"},{"name":"light_purple","comment":" This class maps to this CSS definition:\n\n .light-purple{color:#a463f2}\n\n","type":"String.String"},{"name":"light_red","comment":" This class maps to this CSS definition:\n\n .light-red{color:#ff725c}\n\n","type":"String.String"},{"name":"light_silver","comment":" This class maps to this CSS definition:\n\n .light-silver{color:#aaa}\n\n","type":"String.String"},{"name":"light_yellow","comment":" This class maps to this CSS definition:\n\n .light-yellow{color:#fbf1a9}\n\n","type":"String.String"},{"name":"lightest_blue","comment":" This class maps to this CSS definition:\n\n .lightest-blue{color:#cdecff}\n\n","type":"String.String"},{"name":"link","comment":" This class maps to this CSS definition:\n\n .link{text-decoration:none}\n .link,.link:active,.link:focus,.link:hover,.link:link,.link:visited{transition:color .15s ease-in}\n .link:focus{outline:1px dotted currentColor}\n\n","type":"String.String"},{"name":"list","comment":" This class maps to this CSS definition:\n\n .list{list-style-type:none}\n\n","type":"String.String"},{"name":"ma0","comment":" This class maps to this CSS definition:\n\n .ma0 { margin = 0 }\n\n","type":"String.String"},{"name":"ma0_l","comment":" This class maps to this CSS definition:\n\n .ma0 - l { margin = 0 }\n\n","type":"String.String"},{"name":"ma0_m","comment":" This class maps to this CSS definition:\n\n .ma0 - m { margin = 0 }\n\n","type":"String.String"},{"name":"ma0_ns","comment":" This class maps to this CSS definition:\n\n .ma0 - ns { margin = 0 }\n\n","type":"String.String"},{"name":"ma1","comment":" This class maps to this CSS definition:\n\n .ma1{margin:.25rem}\n\n","type":"String.String"},{"name":"ma1_l","comment":" This class maps to this CSS definition:\n\n .ma1-l{margin:.25rem}\n\n","type":"String.String"},{"name":"ma1_m","comment":" This class maps to this CSS definition:\n\n .ma1-m{margin:.25rem}\n\n","type":"String.String"},{"name":"ma1_ns","comment":" This class maps to this CSS definition:\n\n .ma1-ns{margin:.25rem}\n\n","type":"String.String"},{"name":"ma2","comment":" This class maps to this CSS definition:\n\n .ma2{margin:.5rem}\n\n","type":"String.String"},{"name":"ma2_l","comment":" This class maps to this CSS definition:\n\n .ma2-l{margin:.5rem}\n\n","type":"String.String"},{"name":"ma2_m","comment":" This class maps to this CSS definition:\n\n .ma2-m{margin:.5rem}\n\n","type":"String.String"},{"name":"ma2_ns","comment":" This class maps to this CSS definition:\n\n .ma2-ns{margin:.5rem}\n\n","type":"String.String"},{"name":"ma3","comment":" This class maps to this CSS definition:\n\n .ma3 { margin = 1 rem }\n\n","type":"String.String"},{"name":"ma3_l","comment":" This class maps to this CSS definition:\n\n .ma3 - l { margin = 1 rem }\n\n","type":"String.String"},{"name":"ma3_m","comment":" This class maps to this CSS definition:\n\n .ma3 - m { margin = 1 rem }\n\n","type":"String.String"},{"name":"ma3_ns","comment":" This class maps to this CSS definition:\n\n .ma3 - ns { margin = 1 rem }\n\n","type":"String.String"},{"name":"ma4","comment":" This class maps to this CSS definition:\n\n .ma4 { margin = 2 rem }\n\n","type":"String.String"},{"name":"ma4_l","comment":" This class maps to this CSS definition:\n\n .ma4 - l { margin = 2 rem }\n\n","type":"String.String"},{"name":"ma4_m","comment":" This class maps to this CSS definition:\n\n .ma4 - m { margin = 2 rem }\n\n","type":"String.String"},{"name":"ma4_ns","comment":" This class maps to this CSS definition:\n\n .ma4 - ns { margin = 2 rem }\n\n","type":"String.String"},{"name":"ma5","comment":" This class maps to this CSS definition:\n\n .ma5 { margin = 4 rem }\n\n","type":"String.String"},{"name":"ma5_l","comment":" This class maps to this CSS definition:\n\n .ma5 - l { margin = 4 rem }\n\n","type":"String.String"},{"name":"ma5_m","comment":" This class maps to this CSS definition:\n\n .ma5 - m { margin = 4 rem }\n\n","type":"String.String"},{"name":"ma5_ns","comment":" This class maps to this CSS definition:\n\n .ma5 - ns { margin = 4 rem }\n\n","type":"String.String"},{"name":"ma6","comment":" This class maps to this CSS definition:\n\n .ma6 { margin = 8 rem }\n\n","type":"String.String"},{"name":"ma6_l","comment":" This class maps to this CSS definition:\n\n .ma6 - l { margin = 8 rem }\n\n","type":"String.String"},{"name":"ma6_m","comment":" This class maps to this CSS definition:\n\n .ma6 - m { margin = 8 rem }\n\n","type":"String.String"},{"name":"ma6_ns","comment":" This class maps to this CSS definition:\n\n .ma6 - ns { margin = 8 rem }\n\n","type":"String.String"},{"name":"ma7","comment":" This class maps to this CSS definition:\n\n .ma7 { margin = 16 rem }\n\n","type":"String.String"},{"name":"ma7_l","comment":" This class maps to this CSS definition:\n\n .ma7 - l { margin = 16 rem }\n\n","type":"String.String"},{"name":"ma7_m","comment":" This class maps to this CSS definition:\n\n .ma7 - m { margin = 16 rem }\n\n","type":"String.String"},{"name":"ma7_ns","comment":" This class maps to this CSS definition:\n\n .ma7 - ns { margin = 16 rem }\n\n","type":"String.String"},{"name":"mb0","comment":" This class maps to this CSS definition:\n\n .mb0{margin-bottom:0}\n\n","type":"String.String"},{"name":"mb0_l","comment":" This class maps to this CSS definition:\n\n .mb0-l{margin-bottom:0}\n\n","type":"String.String"},{"name":"mb0_m","comment":" This class maps to this CSS definition:\n\n .mb0-m{margin-bottom:0}\n\n","type":"String.String"},{"name":"mb0_ns","comment":" This class maps to this CSS definition:\n\n .mb0-ns{margin-bottom:0}\n\n","type":"String.String"},{"name":"mb1","comment":" This class maps to this CSS definition:\n\n .mb1{margin-bottom:.25rem}\n\n","type":"String.String"},{"name":"mb1_l","comment":" This class maps to this CSS definition:\n\n .mb1-l{margin-bottom:.25rem}\n\n","type":"String.String"},{"name":"mb1_m","comment":" This class maps to this CSS definition:\n\n .mb1-m{margin-bottom:.25rem}\n\n","type":"String.String"},{"name":"mb1_ns","comment":" This class maps to this CSS definition:\n\n .mb1-ns{margin-bottom:.25rem}\n\n","type":"String.String"},{"name":"mb2","comment":" This class maps to this CSS definition:\n\n .mb2{margin-bottom:.5rem}\n\n","type":"String.String"},{"name":"mb2_l","comment":" This class maps to this CSS definition:\n\n .mb2-l{margin-bottom:.5rem}\n\n","type":"String.String"},{"name":"mb2_m","comment":" This class maps to this CSS definition:\n\n .mb2-m{margin-bottom:.5rem}\n\n","type":"String.String"},{"name":"mb2_ns","comment":" This class maps to this CSS definition:\n\n .mb2-ns{margin-bottom:.5rem}\n\n","type":"String.String"},{"name":"mb3","comment":" This class maps to this CSS definition:\n\n .mb3{margin-bottom:1rem}\n\n","type":"String.String"},{"name":"mb3_l","comment":" This class maps to this CSS definition:\n\n .mb3-l{margin-bottom:1rem}\n\n","type":"String.String"},{"name":"mb3_m","comment":" This class maps to this CSS definition:\n\n .mb3-m{margin-bottom:1rem}\n\n","type":"String.String"},{"name":"mb3_ns","comment":" This class maps to this CSS definition:\n\n .mb3-ns{margin-bottom:1rem}\n\n","type":"String.String"},{"name":"mb4","comment":" This class maps to this CSS definition:\n\n .mb4{margin-bottom:2rem}\n\n","type":"String.String"},{"name":"mb4_l","comment":" This class maps to this CSS definition:\n\n .mb4-l{margin-bottom:2rem}\n\n","type":"String.String"},{"name":"mb4_m","comment":" This class maps to this CSS definition:\n\n .mb4-m{margin-bottom:2rem}\n\n","type":"String.String"},{"name":"mb4_ns","comment":" This class maps to this CSS definition:\n\n .mb4-ns{margin-bottom:2rem}\n\n","type":"String.String"},{"name":"mb5","comment":" This class maps to this CSS definition:\n\n .mb5{margin-bottom:4rem}\n\n","type":"String.String"},{"name":"mb5_l","comment":" This class maps to this CSS definition:\n\n .mb5-l{margin-bottom:4rem}\n\n","type":"String.String"},{"name":"mb5_m","comment":" This class maps to this CSS definition:\n\n .mb5-m{margin-bottom:4rem}\n\n","type":"String.String"},{"name":"mb5_ns","comment":" This class maps to this CSS definition:\n\n .mb5-ns{margin-bottom:4rem}\n\n","type":"String.String"},{"name":"mb6","comment":" This class maps to this CSS definition:\n\n .mb6{margin-bottom:8rem}\n\n","type":"String.String"},{"name":"mb6_l","comment":" This class maps to this CSS definition:\n\n .mb6-l{margin-bottom:8rem}\n\n","type":"String.String"},{"name":"mb6_m","comment":" This class maps to this CSS definition:\n\n .mb6-m{margin-bottom:8rem}\n\n","type":"String.String"},{"name":"mb6_ns","comment":" This class maps to this CSS definition:\n\n .mb6-ns{margin-bottom:8rem}\n\n","type":"String.String"},{"name":"mb7","comment":" This class maps to this CSS definition:\n\n .mb7{margin-bottom:16rem}\n\n","type":"String.String"},{"name":"mb7_l","comment":" This class maps to this CSS definition:\n\n .mb7-l{margin-bottom:16rem}\n\n","type":"String.String"},{"name":"mb7_m","comment":" This class maps to this CSS definition:\n\n .mb7-m{margin-bottom:16rem}\n\n","type":"String.String"},{"name":"mb7_ns","comment":" This class maps to this CSS definition:\n\n .mb7-ns{margin-bottom:16rem}\n\n","type":"String.String"},{"name":"measure","comment":" This class maps to this CSS definition:\n\n .measure{max-width:30em}\n\n","type":"String.String"},{"name":"measure_l","comment":" This class maps to this CSS definition:\n\n .measure-l{max-width:30em}\n\n","type":"String.String"},{"name":"measure_m","comment":" This class maps to this CSS definition:\n\n .measure-m{max-width:30em}\n\n","type":"String.String"},{"name":"measure_narrow","comment":" This class maps to this CSS definition:\n\n .measure-narrow{max-width:20em}\n\n","type":"String.String"},{"name":"measure_narrow_l","comment":" This class maps to this CSS definition:\n\n .measure-narrow-l{max-width:20em}\n\n","type":"String.String"},{"name":"measure_narrow_m","comment":" This class maps to this CSS definition:\n\n .measure-narrow-m{max-width:20em}\n\n","type":"String.String"},{"name":"measure_narrow_ns","comment":" This class maps to this CSS definition:\n\n .measure-narrow-ns{max-width:20em}\n\n","type":"String.String"},{"name":"measure_ns","comment":" This class maps to this CSS definition:\n\n .measure-ns{max-width:30em}\n\n","type":"String.String"},{"name":"measure_wide","comment":" This class maps to this CSS definition:\n\n .measure-wide{max-width:34em}\n\n","type":"String.String"},{"name":"measure_wide_l","comment":" This class maps to this CSS definition:\n\n .measure-wide-l{max-width:34em}\n\n","type":"String.String"},{"name":"measure_wide_m","comment":" This class maps to this CSS definition:\n\n .measure-wide-m{max-width:34em}\n\n","type":"String.String"},{"name":"measure_wide_ns","comment":" This class maps to this CSS definition:\n\n .measure-wide-ns{max-width:34em}\n\n","type":"String.String"},{"name":"mh0","comment":" This class maps to this CSS definition:\n\n .mh0{margin-left:0;margin-right:0}\n\n","type":"String.String"},{"name":"mh0_l","comment":" This class maps to this CSS definition:\n\n .mh0-l{margin-left:0;margin-right:0}\n\n","type":"String.String"},{"name":"mh0_m","comment":" This class maps to this CSS definition:\n\n .mh0-m{margin-left:0;margin-right:0}\n\n","type":"String.String"},{"name":"mh0_ns","comment":" This class maps to this CSS definition:\n\n .mh0-ns{margin-left:0;margin-right:0}\n\n","type":"String.String"},{"name":"mh1","comment":" This class maps to this CSS definition:\n\n .mh1{margin-left:.25rem;margin-right:.25rem}\n\n","type":"String.String"},{"name":"mh1_l","comment":" This class maps to this CSS definition:\n\n .mh1-l{margin-left:.25rem;margin-right:.25rem}\n\n","type":"String.String"},{"name":"mh1_m","comment":" This class maps to this CSS definition:\n\n .mh1-m{margin-left:.25rem;margin-right:.25rem}\n\n","type":"String.String"},{"name":"mh1_ns","comment":" This class maps to this CSS definition:\n\n .mh1-ns{margin-left:.25rem;margin-right:.25rem}\n\n","type":"String.String"},{"name":"mh2","comment":" This class maps to this CSS definition:\n\n .mh2{margin-left:.5rem;margin-right:.5rem}\n\n","type":"String.String"},{"name":"mh2_l","comment":" This class maps to this CSS definition:\n\n .mh2-l{margin-left:.5rem;margin-right:.5rem}\n\n","type":"String.String"},{"name":"mh2_m","comment":" This class maps to this CSS definition:\n\n .mh2-m{margin-left:.5rem;margin-right:.5rem}\n\n","type":"String.String"},{"name":"mh2_ns","comment":" This class maps to this CSS definition:\n\n .mh2-ns{margin-left:.5rem;margin-right:.5rem}\n\n","type":"String.String"},{"name":"mh3","comment":" This class maps to this CSS definition:\n\n .mh3{margin-left:1rem;margin-right:1rem}\n\n","type":"String.String"},{"name":"mh3_l","comment":" This class maps to this CSS definition:\n\n .mh3-l{margin-left:1rem;margin-right:1rem}\n\n","type":"String.String"},{"name":"mh3_m","comment":" This class maps to this CSS definition:\n\n .mh3-m{margin-left:1rem;margin-right:1rem}\n\n","type":"String.String"},{"name":"mh3_ns","comment":" This class maps to this CSS definition:\n\n .mh3-ns{margin-left:1rem;margin-right:1rem}\n\n","type":"String.String"},{"name":"mh4","comment":" This class maps to this CSS definition:\n\n .mh4{margin-left:2rem;margin-right:2rem}\n\n","type":"String.String"},{"name":"mh4_l","comment":" This class maps to this CSS definition:\n\n .mh4-l{margin-left:2rem;margin-right:2rem}\n\n","type":"String.String"},{"name":"mh4_m","comment":" This class maps to this CSS definition:\n\n .mh4-m{margin-left:2rem;margin-right:2rem}\n\n","type":"String.String"},{"name":"mh4_ns","comment":" This class maps to this CSS definition:\n\n .mh4-ns{margin-left:2rem;margin-right:2rem}\n\n","type":"String.String"},{"name":"mh5","comment":" This class maps to this CSS definition:\n\n .mh5{margin-left:4rem;margin-right:4rem}\n\n","type":"String.String"},{"name":"mh5_l","comment":" This class maps to this CSS definition:\n\n .mh5-l{margin-left:4rem;margin-right:4rem}\n\n","type":"String.String"},{"name":"mh5_m","comment":" This class maps to this CSS definition:\n\n .mh5-m{margin-left:4rem;margin-right:4rem}\n\n","type":"String.String"},{"name":"mh5_ns","comment":" This class maps to this CSS definition:\n\n .mh5-ns{margin-left:4rem;margin-right:4rem}\n\n","type":"String.String"},{"name":"mh6","comment":" This class maps to this CSS definition:\n\n .mh6{margin-left:8rem;margin-right:8rem}\n\n","type":"String.String"},{"name":"mh6_l","comment":" This class maps to this CSS definition:\n\n .mh6-l{margin-left:8rem;margin-right:8rem}\n\n","type":"String.String"},{"name":"mh6_m","comment":" This class maps to this CSS definition:\n\n .mh6-m{margin-left:8rem;margin-right:8rem}\n\n","type":"String.String"},{"name":"mh6_ns","comment":" This class maps to this CSS definition:\n\n .mh6-ns{margin-left:8rem;margin-right:8rem}\n\n","type":"String.String"},{"name":"mh7","comment":" This class maps to this CSS definition:\n\n .mh7{margin-left:16rem;margin-right:16rem}\n\n","type":"String.String"},{"name":"mh7_l","comment":" This class maps to this CSS definition:\n\n .mh7-l{margin-left:16rem;margin-right:16rem}\n\n","type":"String.String"},{"name":"mh7_m","comment":" This class maps to this CSS definition:\n\n .mh7-m{margin-left:16rem;margin-right:16rem}\n\n","type":"String.String"},{"name":"mh7_ns","comment":" This class maps to this CSS definition:\n\n .mh7-ns{margin-left:16rem;margin-right:16rem}\n\n","type":"String.String"},{"name":"mid_gray","comment":" This class maps to this CSS definition:\n\n .mid-gray{color:#555}\n\n","type":"String.String"},{"name":"min_h_100","comment":" This class maps to this CSS definition:\n\n .min-h-100{min-height:100%}\n\n","type":"String.String"},{"name":"min_h_100_l","comment":" This class maps to this CSS definition:\n\n .min-h-100-l{min-height:100%}\n\n","type":"String.String"},{"name":"min_h_100_m","comment":" This class maps to this CSS definition:\n\n .min-h-100-m{min-height:100%}\n\n","type":"String.String"},{"name":"min_h_100_ns","comment":" This class maps to this CSS definition:\n\n .min-h-100-ns{min-height:100%}\n\n","type":"String.String"},{"name":"min_vh_100","comment":" This class maps to this CSS definition:\n\n .min-vh-100{min-height:100vh}\n\n","type":"String.String"},{"name":"min_vh_100_l","comment":" This class maps to this CSS definition:\n\n .min-vh-100-l{min-height:100vh}\n\n","type":"String.String"},{"name":"min_vh_100_m","comment":" This class maps to this CSS definition:\n\n .min-vh-100-m{min-height:100vh}\n\n","type":"String.String"},{"name":"min_vh_100_ns","comment":" This class maps to this CSS definition:\n\n .min-vh-100-ns{min-height:100vh}\n\n","type":"String.String"},{"name":"ml0","comment":" This class maps to this CSS definition:\n\n .ml0{margin-left:0}\n\n","type":"String.String"},{"name":"ml0_l","comment":" This class maps to this CSS definition:\n\n .ml0-l{margin-left:0}\n\n","type":"String.String"},{"name":"ml0_m","comment":" This class maps to this CSS definition:\n\n .ml0-m{margin-left:0}\n\n","type":"String.String"},{"name":"ml0_ns","comment":" This class maps to this CSS definition:\n\n .ml0-ns{margin-left:0}\n\n","type":"String.String"},{"name":"ml1","comment":" This class maps to this CSS definition:\n\n .ml1{margin-left:.25rem}\n\n","type":"String.String"},{"name":"ml1_l","comment":" This class maps to this CSS definition:\n\n .ml1-l{margin-left:.25rem}\n\n","type":"String.String"},{"name":"ml1_m","comment":" This class maps to this CSS definition:\n\n .ml1-m{margin-left:.25rem}\n\n","type":"String.String"},{"name":"ml1_ns","comment":" This class maps to this CSS definition:\n\n .ml1-ns{margin-left:.25rem}\n\n","type":"String.String"},{"name":"ml2","comment":" This class maps to this CSS definition:\n\n .ml2{margin-left:.5rem}\n\n","type":"String.String"},{"name":"ml2_l","comment":" This class maps to this CSS definition:\n\n .ml2-l{margin-left:.5rem}\n\n","type":"String.String"},{"name":"ml2_m","comment":" This class maps to this CSS definition:\n\n .ml2-m{margin-left:.5rem}\n\n","type":"String.String"},{"name":"ml2_ns","comment":" This class maps to this CSS definition:\n\n .ml2-ns{margin-left:.5rem}\n\n","type":"String.String"},{"name":"ml3","comment":" This class maps to this CSS definition:\n\n .ml3{margin-left:1rem}\n\n","type":"String.String"},{"name":"ml3_l","comment":" This class maps to this CSS definition:\n\n .ml3-l{margin-left:1rem}\n\n","type":"String.String"},{"name":"ml3_m","comment":" This class maps to this CSS definition:\n\n .ml3-m{margin-left:1rem}\n\n","type":"String.String"},{"name":"ml3_ns","comment":" This class maps to this CSS definition:\n\n .ml3-ns{margin-left:1rem}\n\n","type":"String.String"},{"name":"ml4","comment":" This class maps to this CSS definition:\n\n .ml4{margin-left:2rem}\n\n","type":"String.String"},{"name":"ml4_l","comment":" This class maps to this CSS definition:\n\n .ml4-l{margin-left:2rem}\n\n","type":"String.String"},{"name":"ml4_m","comment":" This class maps to this CSS definition:\n\n .ml4-m{margin-left:2rem}\n\n","type":"String.String"},{"name":"ml4_ns","comment":" This class maps to this CSS definition:\n\n .ml4-ns{margin-left:2rem}\n\n","type":"String.String"},{"name":"ml5","comment":" This class maps to this CSS definition:\n\n .ml5{margin-left:4rem}\n\n","type":"String.String"},{"name":"ml5_l","comment":" This class maps to this CSS definition:\n\n .ml5-l{margin-left:4rem}\n\n","type":"String.String"},{"name":"ml5_m","comment":" This class maps to this CSS definition:\n\n .ml5-m{margin-left:4rem}\n\n","type":"String.String"},{"name":"ml5_ns","comment":" This class maps to this CSS definition:\n\n .ml5-ns{margin-left:4rem}\n\n","type":"String.String"},{"name":"ml6","comment":" This class maps to this CSS definition:\n\n .ml6{margin-left:8rem}\n\n","type":"String.String"},{"name":"ml6_l","comment":" This class maps to this CSS definition:\n\n .ml6-l{margin-left:8rem}\n\n","type":"String.String"},{"name":"ml6_m","comment":" This class maps to this CSS definition:\n\n .ml6-m{margin-left:8rem}\n\n","type":"String.String"},{"name":"ml6_ns","comment":" This class maps to this CSS definition:\n\n .ml6-ns{margin-left:8rem}\n\n","type":"String.String"},{"name":"ml7","comment":" This class maps to this CSS definition:\n\n .ml7{margin-left:16rem}\n\n","type":"String.String"},{"name":"ml7_l","comment":" This class maps to this CSS definition:\n\n .ml7-l{margin-left:16rem}\n\n","type":"String.String"},{"name":"ml7_m","comment":" This class maps to this CSS definition:\n\n .ml7-m{margin-left:16rem}\n\n","type":"String.String"},{"name":"ml7_ns","comment":" This class maps to this CSS definition:\n\n .ml7-ns{margin-left:16rem}\n\n","type":"String.String"},{"name":"ml_auto","comment":" This class maps to this CSS definition:\n\n .ml-auto{margin-left:auto}\n\n","type":"String.String"},{"name":"ml_auto_l","comment":" This class maps to this CSS definition:\n\n .ml-auto-l{margin-left:auto}\n\n","type":"String.String"},{"name":"ml_auto_m","comment":" This class maps to this CSS definition:\n\n .ml-auto-m{margin-left:auto}\n\n","type":"String.String"},{"name":"ml_auto_ns","comment":" This class maps to this CSS definition:\n\n .ml-auto-ns{margin-left:auto}\n\n","type":"String.String"},{"name":"moon_gray","comment":" This class maps to this CSS definition:\n\n .moon-gray{color:#ccc}\n\n","type":"String.String"},{"name":"mr0","comment":" This class maps to this CSS definition:\n\n .mr0{margin-right:0}\n\n","type":"String.String"},{"name":"mr0_l","comment":" This class maps to this CSS definition:\n\n .mr0-l{margin-right:0}\n\n","type":"String.String"},{"name":"mr0_m","comment":" This class maps to this CSS definition:\n\n .mr0-m{margin-right:0}\n\n","type":"String.String"},{"name":"mr0_ns","comment":" This class maps to this CSS definition:\n\n .mr0-ns{margin-right:0}\n\n","type":"String.String"},{"name":"mr1","comment":" This class maps to this CSS definition:\n\n .mr1{margin-right:.25rem}\n\n","type":"String.String"},{"name":"mr1_l","comment":" This class maps to this CSS definition:\n\n .mr1-l{margin-right:.25rem}\n\n","type":"String.String"},{"name":"mr1_m","comment":" This class maps to this CSS definition:\n\n .mr1-m{margin-right:.25rem}\n\n","type":"String.String"},{"name":"mr1_ns","comment":" This class maps to this CSS definition:\n\n .mr1-ns{margin-right:.25rem}\n\n","type":"String.String"},{"name":"mr2","comment":" This class maps to this CSS definition:\n\n .mr2{margin-right:.5rem}\n\n","type":"String.String"},{"name":"mr2_l","comment":" This class maps to this CSS definition:\n\n .mr2-l{margin-right:.5rem}\n\n","type":"String.String"},{"name":"mr2_m","comment":" This class maps to this CSS definition:\n\n .mr2-m{margin-right:.5rem}\n\n","type":"String.String"},{"name":"mr2_ns","comment":" This class maps to this CSS definition:\n\n .mr2-ns{margin-right:.5rem}\n\n","type":"String.String"},{"name":"mr3","comment":" This class maps to this CSS definition:\n\n .mr3{margin-right:1rem}\n\n","type":"String.String"},{"name":"mr3_l","comment":" This class maps to this CSS definition:\n\n .mr3-l{margin-right:1rem}\n\n","type":"String.String"},{"name":"mr3_m","comment":" This class maps to this CSS definition:\n\n .mr3-m{margin-right:1rem}\n\n","type":"String.String"},{"name":"mr3_ns","comment":" This class maps to this CSS definition:\n\n .mr3-ns{margin-right:1rem}\n\n","type":"String.String"},{"name":"mr4","comment":" This class maps to this CSS definition:\n\n .mr4{margin-right:2rem}\n\n","type":"String.String"},{"name":"mr4_l","comment":" This class maps to this CSS definition:\n\n .mr4-l{margin-right:2rem}\n\n","type":"String.String"},{"name":"mr4_m","comment":" This class maps to this CSS definition:\n\n .mr4-m{margin-right:2rem}\n\n","type":"String.String"},{"name":"mr4_ns","comment":" This class maps to this CSS definition:\n\n .mr4-ns{margin-right:2rem}\n\n","type":"String.String"},{"name":"mr5","comment":" This class maps to this CSS definition:\n\n .mr5{margin-right:4rem}\n\n","type":"String.String"},{"name":"mr5_l","comment":" This class maps to this CSS definition:\n\n .mr5-l{margin-right:4rem}\n\n","type":"String.String"},{"name":"mr5_m","comment":" This class maps to this CSS definition:\n\n .mr5-m{margin-right:4rem}\n\n","type":"String.String"},{"name":"mr5_ns","comment":" This class maps to this CSS definition:\n\n .mr5-ns{margin-right:4rem}\n\n","type":"String.String"},{"name":"mr6","comment":" This class maps to this CSS definition:\n\n .mr6{margin-right:8rem}\n\n","type":"String.String"},{"name":"mr6_l","comment":" This class maps to this CSS definition:\n\n .mr6-l{margin-right:8rem}\n\n","type":"String.String"},{"name":"mr6_m","comment":" This class maps to this CSS definition:\n\n .mr6-m{margin-right:8rem}\n\n","type":"String.String"},{"name":"mr6_ns","comment":" This class maps to this CSS definition:\n\n .mr6-ns{margin-right:8rem}\n\n","type":"String.String"},{"name":"mr7","comment":" This class maps to this CSS definition:\n\n .mr7{margin-right:16rem}\n\n","type":"String.String"},{"name":"mr7_l","comment":" This class maps to this CSS definition:\n\n .mr7-l{margin-right:16rem}\n\n","type":"String.String"},{"name":"mr7_m","comment":" This class maps to this CSS definition:\n\n .mr7-m{margin-right:16rem}\n\n","type":"String.String"},{"name":"mr7_ns","comment":" This class maps to this CSS definition:\n\n .mr7-ns{margin-right:16rem}\n\n","type":"String.String"},{"name":"mr_auto","comment":" This class maps to this CSS definition:\n\n .center,.mr-auto{margin-right:auto}\n\n","type":"String.String"},{"name":"mr_auto_l","comment":" This class maps to this CSS definition:\n\n .center-l,.mr-auto-l{margin-right:auto}\n\n","type":"String.String"},{"name":"mr_auto_m","comment":" This class maps to this CSS definition:\n\n .center-m,.mr-auto-m{margin-right:auto}\n\n","type":"String.String"},{"name":"mr_auto_ns","comment":" This class maps to this CSS definition:\n\n .center-ns,.mr-auto-ns{margin-right:auto}\n\n","type":"String.String"},{"name":"mt0","comment":" This class maps to this CSS definition:\n\n .mt0{margin-top:0}\n\n","type":"String.String"},{"name":"mt0_l","comment":" This class maps to this CSS definition:\n\n .mt0-l{margin-top:0}\n\n","type":"String.String"},{"name":"mt0_m","comment":" This class maps to this CSS definition:\n\n .mt0-m{margin-top:0}\n\n","type":"String.String"},{"name":"mt0_ns","comment":" This class maps to this CSS definition:\n\n .mt0-ns{margin-top:0}\n\n","type":"String.String"},{"name":"mt1","comment":" This class maps to this CSS definition:\n\n .mt1{margin-top:.25rem}\n\n","type":"String.String"},{"name":"mt1_l","comment":" This class maps to this CSS definition:\n\n .mt1-l{margin-top:.25rem}\n\n","type":"String.String"},{"name":"mt1_m","comment":" This class maps to this CSS definition:\n\n .mt1-m{margin-top:.25rem}\n\n","type":"String.String"},{"name":"mt1_ns","comment":" This class maps to this CSS definition:\n\n .mt1-ns{margin-top:.25rem}\n\n","type":"String.String"},{"name":"mt2","comment":" This class maps to this CSS definition:\n\n .mt2{margin-top:.5rem}\n\n","type":"String.String"},{"name":"mt2_l","comment":" This class maps to this CSS definition:\n\n .mt2-l{margin-top:.5rem}\n\n","type":"String.String"},{"name":"mt2_m","comment":" This class maps to this CSS definition:\n\n .mt2-m{margin-top:.5rem}\n\n","type":"String.String"},{"name":"mt2_ns","comment":" This class maps to this CSS definition:\n\n .mt2-ns{margin-top:.5rem}\n\n","type":"String.String"},{"name":"mt3","comment":" This class maps to this CSS definition:\n\n .mt3{margin-top:1rem}\n\n","type":"String.String"},{"name":"mt3_l","comment":" This class maps to this CSS definition:\n\n .mt3-l{margin-top:1rem}\n\n","type":"String.String"},{"name":"mt3_m","comment":" This class maps to this CSS definition:\n\n .mt3-m{margin-top:1rem}\n\n","type":"String.String"},{"name":"mt3_ns","comment":" This class maps to this CSS definition:\n\n .mt3-ns{margin-top:1rem}\n\n","type":"String.String"},{"name":"mt4","comment":" This class maps to this CSS definition:\n\n .mt4{margin-top:2rem}\n\n","type":"String.String"},{"name":"mt4_l","comment":" This class maps to this CSS definition:\n\n .mt4-l{margin-top:2rem}\n\n","type":"String.String"},{"name":"mt4_m","comment":" This class maps to this CSS definition:\n\n .mt4-m{margin-top:2rem}\n\n","type":"String.String"},{"name":"mt4_ns","comment":" This class maps to this CSS definition:\n\n .mt4-ns{margin-top:2rem}\n\n","type":"String.String"},{"name":"mt5","comment":" This class maps to this CSS definition:\n\n .mt5{margin-top:4rem}\n\n","type":"String.String"},{"name":"mt5_l","comment":" This class maps to this CSS definition:\n\n .mt5-l{margin-top:4rem}\n\n","type":"String.String"},{"name":"mt5_m","comment":" This class maps to this CSS definition:\n\n .mt5-m{margin-top:4rem}\n\n","type":"String.String"},{"name":"mt5_ns","comment":" This class maps to this CSS definition:\n\n .mt5-ns{margin-top:4rem}\n\n","type":"String.String"},{"name":"mt6","comment":" This class maps to this CSS definition:\n\n .mt6{margin-top:8rem}\n\n","type":"String.String"},{"name":"mt6_l","comment":" This class maps to this CSS definition:\n\n .mt6-l{margin-top:8rem}\n\n","type":"String.String"},{"name":"mt6_m","comment":" This class maps to this CSS definition:\n\n .mt6-m{margin-top:8rem}\n\n","type":"String.String"},{"name":"mt6_ns","comment":" This class maps to this CSS definition:\n\n .mt6-ns{margin-top:8rem}\n\n","type":"String.String"},{"name":"mt7","comment":" This class maps to this CSS definition:\n\n .mt7{margin-top:16rem}\n\n","type":"String.String"},{"name":"mt7_l","comment":" This class maps to this CSS definition:\n\n .mt7-l{margin-top:16rem}\n\n","type":"String.String"},{"name":"mt7_m","comment":" This class maps to this CSS definition:\n\n .mt7-m{margin-top:16rem}\n\n","type":"String.String"},{"name":"mt7_ns","comment":" This class maps to this CSS definition:\n\n .mt7-ns{margin-top:16rem}\n\n","type":"String.String"},{"name":"mv0","comment":" This class maps to this CSS definition:\n\n .mv0{margin-top:0;margin-bottom:0}\n\n","type":"String.String"},{"name":"mv0_l","comment":" This class maps to this CSS definition:\n\n .mv0-l{margin-top:0;margin-bottom:0}\n\n","type":"String.String"},{"name":"mv0_m","comment":" This class maps to this CSS definition:\n\n .mv0-m{margin-top:0;margin-bottom:0}\n\n","type":"String.String"},{"name":"mv0_ns","comment":" This class maps to this CSS definition:\n\n .mv0-ns{margin-top:0;margin-bottom:0}\n\n","type":"String.String"},{"name":"mv1","comment":" This class maps to this CSS definition:\n\n .mv1{margin-top:.25rem;margin-bottom:.25rem}\n\n","type":"String.String"},{"name":"mv1_l","comment":" This class maps to this CSS definition:\n\n .mv1-l{margin-top:.25rem;margin-bottom:.25rem}\n\n","type":"String.String"},{"name":"mv1_m","comment":" This class maps to this CSS definition:\n\n .mv1-m{margin-top:.25rem;margin-bottom:.25rem}\n\n","type":"String.String"},{"name":"mv1_ns","comment":" This class maps to this CSS definition:\n\n .mv1-ns{margin-top:.25rem;margin-bottom:.25rem}\n\n","type":"String.String"},{"name":"mv2","comment":" This class maps to this CSS definition:\n\n .mv2{margin-top:.5rem;margin-bottom:.5rem}\n\n","type":"String.String"},{"name":"mv2_l","comment":" This class maps to this CSS definition:\n\n .mv2-l{margin-top:.5rem;margin-bottom:.5rem}\n\n","type":"String.String"},{"name":"mv2_m","comment":" This class maps to this CSS definition:\n\n .mv2-m{margin-top:.5rem;margin-bottom:.5rem}\n\n","type":"String.String"},{"name":"mv2_ns","comment":" This class maps to this CSS definition:\n\n .mv2-ns{margin-top:.5rem;margin-bottom:.5rem}\n\n","type":"String.String"},{"name":"mv3","comment":" This class maps to this CSS definition:\n\n .mv3{margin-top:1rem;margin-bottom:1rem}\n\n","type":"String.String"},{"name":"mv3_l","comment":" This class maps to this CSS definition:\n\n .mv3-l{margin-top:1rem;margin-bottom:1rem}\n\n","type":"String.String"},{"name":"mv3_m","comment":" This class maps to this CSS definition:\n\n .mv3-m{margin-top:1rem;margin-bottom:1rem}\n\n","type":"String.String"},{"name":"mv3_ns","comment":" This class maps to this CSS definition:\n\n .mv3-ns{margin-top:1rem;margin-bottom:1rem}\n\n","type":"String.String"},{"name":"mv4","comment":" This class maps to this CSS definition:\n\n .mv4{margin-top:2rem;margin-bottom:2rem}\n\n","type":"String.String"},{"name":"mv4_l","comment":" This class maps to this CSS definition:\n\n .mv4-l{margin-top:2rem;margin-bottom:2rem}\n\n","type":"String.String"},{"name":"mv4_m","comment":" This class maps to this CSS definition:\n\n .mv4-m{margin-top:2rem;margin-bottom:2rem}\n\n","type":"String.String"},{"name":"mv4_ns","comment":" This class maps to this CSS definition:\n\n .mv4-ns{margin-top:2rem;margin-bottom:2rem}\n\n","type":"String.String"},{"name":"mv5","comment":" This class maps to this CSS definition:\n\n .mv5{margin-top:4rem;margin-bottom:4rem}\n\n","type":"String.String"},{"name":"mv5_l","comment":" This class maps to this CSS definition:\n\n .mv5-l{margin-top:4rem;margin-bottom:4rem}\n\n","type":"String.String"},{"name":"mv5_m","comment":" This class maps to this CSS definition:\n\n .mv5-m{margin-top:4rem;margin-bottom:4rem}\n\n","type":"String.String"},{"name":"mv5_ns","comment":" This class maps to this CSS definition:\n\n .mv5-ns{margin-top:4rem;margin-bottom:4rem}\n\n","type":"String.String"},{"name":"mv6","comment":" This class maps to this CSS definition:\n\n .mv6{margin-top:8rem;margin-bottom:8rem}\n\n","type":"String.String"},{"name":"mv6_l","comment":" This class maps to this CSS definition:\n\n .mv6-l{margin-top:8rem;margin-bottom:8rem}\n\n","type":"String.String"},{"name":"mv6_m","comment":" This class maps to this CSS definition:\n\n .mv6-m{margin-top:8rem;margin-bottom:8rem}\n\n","type":"String.String"},{"name":"mv6_ns","comment":" This class maps to this CSS definition:\n\n .mv6-ns{margin-top:8rem;margin-bottom:8rem}\n\n","type":"String.String"},{"name":"mv7","comment":" This class maps to this CSS definition:\n\n .mv7{margin-top:16rem;margin-bottom:16rem}\n\n","type":"String.String"},{"name":"mv7_l","comment":" This class maps to this CSS definition:\n\n .mv7-l{margin-top:16rem;margin-bottom:16rem}\n\n","type":"String.String"},{"name":"mv7_m","comment":" This class maps to this CSS definition:\n\n .mv7-m{margin-top:16rem;margin-bottom:16rem}\n\n","type":"String.String"},{"name":"mv7_ns","comment":" This class maps to this CSS definition:\n\n .mv7-ns{margin-top:16rem;margin-bottom:16rem}\n\n","type":"String.String"},{"name":"mw1","comment":" This class maps to this CSS definition:\n\n .mw1{max-width:1rem}\n\n","type":"String.String"},{"name":"mw1_l","comment":" This class maps to this CSS definition:\n\n .mw1-l{max-width:1rem}\n\n","type":"String.String"},{"name":"mw1_m","comment":" This class maps to this CSS definition:\n\n .mw1-m{max-width:1rem}\n\n","type":"String.String"},{"name":"mw1_ns","comment":" This class maps to this CSS definition:\n\n .mw1-ns{max-width:1rem}\n\n","type":"String.String"},{"name":"mw2","comment":" This class maps to this CSS definition:\n\n .mw2{max-width:2rem}\n\n","type":"String.String"},{"name":"mw2_l","comment":" This class maps to this CSS definition:\n\n .mw2-l{max-width:2rem}\n\n","type":"String.String"},{"name":"mw2_m","comment":" This class maps to this CSS definition:\n\n .mw2-m{max-width:2rem}\n\n","type":"String.String"},{"name":"mw2_ns","comment":" This class maps to this CSS definition:\n\n .mw2-ns{max-width:2rem}\n\n","type":"String.String"},{"name":"mw3","comment":" This class maps to this CSS definition:\n\n .mw3{max-width:4rem}\n\n","type":"String.String"},{"name":"mw3_l","comment":" This class maps to this CSS definition:\n\n .mw3-l{max-width:4rem}\n\n","type":"String.String"},{"name":"mw3_m","comment":" This class maps to this CSS definition:\n\n .mw3-m{max-width:4rem}\n\n","type":"String.String"},{"name":"mw3_ns","comment":" This class maps to this CSS definition:\n\n .mw3-ns{max-width:4rem}\n\n","type":"String.String"},{"name":"mw4","comment":" This class maps to this CSS definition:\n\n .mw4{max-width:8rem}\n\n","type":"String.String"},{"name":"mw4_l","comment":" This class maps to this CSS definition:\n\n .mw4-l{max-width:8rem}\n\n","type":"String.String"},{"name":"mw4_m","comment":" This class maps to this CSS definition:\n\n .mw4-m{max-width:8rem}\n\n","type":"String.String"},{"name":"mw4_ns","comment":" This class maps to this CSS definition:\n\n .mw4-ns{max-width:8rem}\n\n","type":"String.String"},{"name":"mw5","comment":" This class maps to this CSS definition:\n\n .mw5{max-width:16rem}\n\n","type":"String.String"},{"name":"mw5_l","comment":" This class maps to this CSS definition:\n\n .mw5-l{max-width:16rem}\n\n","type":"String.String"},{"name":"mw5_m","comment":" This class maps to this CSS definition:\n\n .mw5-m{max-width:16rem}\n\n","type":"String.String"},{"name":"mw5_ns","comment":" This class maps to this CSS definition:\n\n .mw5-ns{max-width:16rem}\n\n","type":"String.String"},{"name":"mw6","comment":" This class maps to this CSS definition:\n\n .mw6{max-width:32rem}\n\n","type":"String.String"},{"name":"mw6_l","comment":" This class maps to this CSS definition:\n\n .mw6-l{max-width:32rem}\n\n","type":"String.String"},{"name":"mw6_m","comment":" This class maps to this CSS definition:\n\n .mw6-m{max-width:32rem}\n\n","type":"String.String"},{"name":"mw6_ns","comment":" This class maps to this CSS definition:\n\n .mw6-ns{max-width:32rem}\n\n","type":"String.String"},{"name":"mw7","comment":" This class maps to this CSS definition:\n\n .mw7{max-width:48rem}\n\n","type":"String.String"},{"name":"mw7_l","comment":" This class maps to this CSS definition:\n\n .mw7-l{max-width:48rem}\n\n","type":"String.String"},{"name":"mw7_m","comment":" This class maps to this CSS definition:\n\n .mw7-m{max-width:48rem}\n\n","type":"String.String"},{"name":"mw7_ns","comment":" This class maps to this CSS definition:\n\n .mw7-ns{max-width:48rem}\n\n","type":"String.String"},{"name":"mw8","comment":" This class maps to this CSS definition:\n\n .mw8{max-width:64rem}\n\n","type":"String.String"},{"name":"mw8_l","comment":" This class maps to this CSS definition:\n\n .mw8-l{max-width:64rem}\n\n","type":"String.String"},{"name":"mw8_m","comment":" This class maps to this CSS definition:\n\n .mw8-m{max-width:64rem}\n\n","type":"String.String"},{"name":"mw8_ns","comment":" This class maps to this CSS definition:\n\n .mw8-ns{max-width:64rem}\n\n","type":"String.String"},{"name":"mw9","comment":" This class maps to this CSS definition:\n\n .mw9{max-width:96rem}\n\n","type":"String.String"},{"name":"mw9_l","comment":" This class maps to this CSS definition:\n\n .mw9-l{max-width:96rem}\n\n","type":"String.String"},{"name":"mw9_m","comment":" This class maps to this CSS definition:\n\n .mw9-m{max-width:96rem}\n\n","type":"String.String"},{"name":"mw9_ns","comment":" This class maps to this CSS definition:\n\n .mw9-ns{max-width:96rem}\n\n","type":"String.String"},{"name":"mw_100","comment":" This class maps to this CSS definition:\n\n .mw-100{max-width:100%}\n\n","type":"String.String"},{"name":"mw_100_l","comment":" This class maps to this CSS definition:\n\n .mw-100-l{max-width:100%}\n\n","type":"String.String"},{"name":"mw_100_m","comment":" This class maps to this CSS definition:\n\n .mw-100-m{max-width:100%}\n\n","type":"String.String"},{"name":"mw_100_ns","comment":" This class maps to this CSS definition:\n\n .mw-100-ns{max-width:100%}\n\n","type":"String.String"},{"name":"mw_none","comment":" This class maps to this CSS definition:\n\n .mw-none{max-width:none}\n\n","type":"String.String"},{"name":"mw_none_l","comment":" This class maps to this CSS definition:\n\n .mw-none-l{max-width:none}\n\n","type":"String.String"},{"name":"mw_none_m","comment":" This class maps to this CSS definition:\n\n .mw-none-m{max-width:none}\n\n","type":"String.String"},{"name":"mw_none_ns","comment":" This class maps to this CSS definition:\n\n .mw-none-ns{max-width:none}\n\n","type":"String.String"},{"name":"na1","comment":" This class maps to this CSS definition:\n\n .na1{margin:-.25rem}\n\n","type":"String.String"},{"name":"na1_l","comment":" This class maps to this CSS definition:\n\n .na1-l{margin:-.25rem}\n\n","type":"String.String"},{"name":"na1_m","comment":" This class maps to this CSS definition:\n\n .na1-m{margin:-.25rem}\n\n","type":"String.String"},{"name":"na1_ns","comment":" This class maps to this CSS definition:\n\n .na1-ns{margin:-.25rem}\n\n","type":"String.String"},{"name":"na2","comment":" This class maps to this CSS definition:\n\n .na2{margin:-.5rem}\n\n","type":"String.String"},{"name":"na2_l","comment":" This class maps to this CSS definition:\n\n .na2-l{margin:-.5rem}\n\n","type":"String.String"},{"name":"na2_m","comment":" This class maps to this CSS definition:\n\n .na2-m{margin:-.5rem}\n\n","type":"String.String"},{"name":"na2_ns","comment":" This class maps to this CSS definition:\n\n .na2-ns{margin:-.5rem}\n\n","type":"String.String"},{"name":"na3","comment":" This class maps to this CSS definition:\n\n .na3 { margin = -1 rem }\n\n","type":"String.String"},{"name":"na3_l","comment":" This class maps to this CSS definition:\n\n .na3 - l { margin = -1 rem }\n\n","type":"String.String"},{"name":"na3_m","comment":" This class maps to this CSS definition:\n\n .na3 - m { margin = -1 rem }\n\n","type":"String.String"},{"name":"na3_ns","comment":" This class maps to this CSS definition:\n\n .na3 - ns { margin = -1 rem }\n\n","type":"String.String"},{"name":"na4","comment":" This class maps to this CSS definition:\n\n .na4 { margin = -2 rem }\n\n","type":"String.String"},{"name":"na4_l","comment":" This class maps to this CSS definition:\n\n .na4 - l { margin = -2 rem }\n\n","type":"String.String"},{"name":"na4_m","comment":" This class maps to this CSS definition:\n\n .na4 - m { margin = -2 rem }\n\n","type":"String.String"},{"name":"na4_ns","comment":" This class maps to this CSS definition:\n\n .na4 - ns { margin = -2 rem }\n\n","type":"String.String"},{"name":"na5","comment":" This class maps to this CSS definition:\n\n .na5 { margin = -4 rem }\n\n","type":"String.String"},{"name":"na5_l","comment":" This class maps to this CSS definition:\n\n .na5 - l { margin = -4 rem }\n\n","type":"String.String"},{"name":"na5_m","comment":" This class maps to this CSS definition:\n\n .na5 - m { margin = -4 rem }\n\n","type":"String.String"},{"name":"na5_ns","comment":" This class maps to this CSS definition:\n\n .na5 - ns { margin = -4 rem }\n\n","type":"String.String"},{"name":"na6","comment":" This class maps to this CSS definition:\n\n .na6 { margin = -8 rem }\n\n","type":"String.String"},{"name":"na6_l","comment":" This class maps to this CSS definition:\n\n .na6 - l { margin = -8 rem }\n\n","type":"String.String"},{"name":"na6_m","comment":" This class maps to this CSS definition:\n\n .na6 - m { margin = -8 rem }\n\n","type":"String.String"},{"name":"na6_ns","comment":" This class maps to this CSS definition:\n\n .na6 - ns { margin = -8 rem }\n\n","type":"String.String"},{"name":"na7","comment":" This class maps to this CSS definition:\n\n .na7 { margin = -16 rem }\n\n","type":"String.String"},{"name":"na7_l","comment":" This class maps to this CSS definition:\n\n .na7 - l { margin = -16 rem }\n\n","type":"String.String"},{"name":"na7_m","comment":" This class maps to this CSS definition:\n\n .na7 - m { margin = -16 rem }\n\n","type":"String.String"},{"name":"na7_ns","comment":" This class maps to this CSS definition:\n\n .na7 - ns { margin = -16 rem }\n\n","type":"String.String"},{"name":"navy","comment":" This class maps to this CSS definition:\n\n .navy{color:#001b44}\n\n","type":"String.String"},{"name":"nb1","comment":" This class maps to this CSS definition:\n\n .nb1{margin-bottom:-.25rem}\n\n","type":"String.String"},{"name":"nb1_l","comment":" This class maps to this CSS definition:\n\n .nb1-l{margin-bottom:-.25rem}\n\n","type":"String.String"},{"name":"nb1_m","comment":" This class maps to this CSS definition:\n\n .nb1-m{margin-bottom:-.25rem}\n\n","type":"String.String"},{"name":"nb1_ns","comment":" This class maps to this CSS definition:\n\n .nb1-ns{margin-bottom:-.25rem}\n\n","type":"String.String"},{"name":"nb2","comment":" This class maps to this CSS definition:\n\n .nb2{margin-bottom:-.5rem}\n\n","type":"String.String"},{"name":"nb2_l","comment":" This class maps to this CSS definition:\n\n .nb2-l{margin-bottom:-.5rem}\n\n","type":"String.String"},{"name":"nb2_m","comment":" This class maps to this CSS definition:\n\n .nb2-m{margin-bottom:-.5rem}\n\n","type":"String.String"},{"name":"nb2_ns","comment":" This class maps to this CSS definition:\n\n .nb2-ns{margin-bottom:-.5rem}\n\n","type":"String.String"},{"name":"nb3","comment":" This class maps to this CSS definition:\n\n .nb3{margin-bottom:-1rem}\n\n","type":"String.String"},{"name":"nb3_l","comment":" This class maps to this CSS definition:\n\n .nb3-l{margin-bottom:-1rem}\n\n","type":"String.String"},{"name":"nb3_m","comment":" This class maps to this CSS definition:\n\n .nb3-m{margin-bottom:-1rem}\n\n","type":"String.String"},{"name":"nb3_ns","comment":" This class maps to this CSS definition:\n\n .nb3-ns{margin-bottom:-1rem}\n\n","type":"String.String"},{"name":"nb4","comment":" This class maps to this CSS definition:\n\n .nb4{margin-bottom:-2rem}\n\n","type":"String.String"},{"name":"nb4_l","comment":" This class maps to this CSS definition:\n\n .nb4-l{margin-bottom:-2rem}\n\n","type":"String.String"},{"name":"nb4_m","comment":" This class maps to this CSS definition:\n\n .nb4-m{margin-bottom:-2rem}\n\n","type":"String.String"},{"name":"nb4_ns","comment":" This class maps to this CSS definition:\n\n .nb4-ns{margin-bottom:-2rem}\n\n","type":"String.String"},{"name":"nb5","comment":" This class maps to this CSS definition:\n\n .nb5{margin-bottom:-4rem}\n\n","type":"String.String"},{"name":"nb5_l","comment":" This class maps to this CSS definition:\n\n .nb5-l{margin-bottom:-4rem}\n\n","type":"String.String"},{"name":"nb5_m","comment":" This class maps to this CSS definition:\n\n .nb5-m{margin-bottom:-4rem}\n\n","type":"String.String"},{"name":"nb5_ns","comment":" This class maps to this CSS definition:\n\n .nb5-ns{margin-bottom:-4rem}\n\n","type":"String.String"},{"name":"nb6","comment":" This class maps to this CSS definition:\n\n .nb6{margin-bottom:-8rem}\n\n","type":"String.String"},{"name":"nb6_l","comment":" This class maps to this CSS definition:\n\n .nb6-l{margin-bottom:-8rem}\n\n","type":"String.String"},{"name":"nb6_m","comment":" This class maps to this CSS definition:\n\n .nb6-m{margin-bottom:-8rem}\n\n","type":"String.String"},{"name":"nb6_ns","comment":" This class maps to this CSS definition:\n\n .nb6-ns{margin-bottom:-8rem}\n\n","type":"String.String"},{"name":"nb7","comment":" This class maps to this CSS definition:\n\n .nb7{margin-bottom:-16rem}\n\n","type":"String.String"},{"name":"nb7_l","comment":" This class maps to this CSS definition:\n\n .nb7-l{margin-bottom:-16rem}\n\n","type":"String.String"},{"name":"nb7_m","comment":" This class maps to this CSS definition:\n\n .nb7-m{margin-bottom:-16rem}\n\n","type":"String.String"},{"name":"nb7_ns","comment":" This class maps to this CSS definition:\n\n .nb7-ns{margin-bottom:-16rem}\n\n","type":"String.String"},{"name":"near_black","comment":" This class maps to this CSS definition:\n\n .near-black{color:#111}\n\n","type":"String.String"},{"name":"near_white","comment":" This class maps to this CSS definition:\n\n .near-white{color:#f4f4f4}\n\n","type":"String.String"},{"name":"nested_copy_indent","comment":" This class maps to this CSS definition:\n\n .nested-copy-indent p+p{text-indent:1em;margin-top:0;margin-bottom:0}\n\n","type":"String.String"},{"name":"nested_copy_line_height","comment":" This class maps to this CSS definition:\n\n .nested-copy-line-height ol,.nested-copy-line-height p,.nested-copy-line-height ul{line-height:1.5}\n\n","type":"String.String"},{"name":"nested_copy_separator","comment":" This class maps to this CSS definition:\n\n .nested-copy-separator p+p{margin-top:1.5em}\n\n","type":"String.String"},{"name":"nested_headline_line_height","comment":" This class maps to this CSS definition:\n\n .nested-headline-line-height h1,.nested-headline-line-height h2,.nested-headline-line-height h3,.nested-headline-line-height h4,.nested-headline-line-height h5,.nested-headline-line-height h6{line-height:1.25}\n\n","type":"String.String"},{"name":"nested_img","comment":" This class maps to this CSS definition:\n\n .nested-img img{width:100%;max-width:100%;display:block}\n\n","type":"String.String"},{"name":"nested_links","comment":" This class maps to this CSS definition:\n\n .nested-links a{color:#357edd;transition:color .15s ease-in}\n .nested-links a:focus,.nested-links a:hover{color:#96ccff;transition:color .15s ease-in}\n\n","type":"String.String"},{"name":"nested_list_reset","comment":" This class maps to this CSS definition:\n\n .nested-list-reset ol,.nested-list-reset ul{padding-left:0;margin-left:0;list-style-type:none}\n\n","type":"String.String"},{"name":"nl1","comment":" This class maps to this CSS definition:\n\n .nl1{margin-left:-.25rem}\n\n","type":"String.String"},{"name":"nl1_l","comment":" This class maps to this CSS definition:\n\n .nl1-l{margin-left:-.25rem}\n\n","type":"String.String"},{"name":"nl1_m","comment":" This class maps to this CSS definition:\n\n .nl1-m{margin-left:-.25rem}\n\n","type":"String.String"},{"name":"nl1_ns","comment":" This class maps to this CSS definition:\n\n .nl1-ns{margin-left:-.25rem}\n\n","type":"String.String"},{"name":"nl2","comment":" This class maps to this CSS definition:\n\n .nl2{margin-left:-.5rem}\n\n","type":"String.String"},{"name":"nl2_l","comment":" This class maps to this CSS definition:\n\n .nl2-l{margin-left:-.5rem}\n\n","type":"String.String"},{"name":"nl2_m","comment":" This class maps to this CSS definition:\n\n .nl2-m{margin-left:-.5rem}\n\n","type":"String.String"},{"name":"nl2_ns","comment":" This class maps to this CSS definition:\n\n .nl2-ns{margin-left:-.5rem}\n\n","type":"String.String"},{"name":"nl3","comment":" This class maps to this CSS definition:\n\n .nl3{margin-left:-1rem}\n\n","type":"String.String"},{"name":"nl3_l","comment":" This class maps to this CSS definition:\n\n .nl3-l{margin-left:-1rem}\n\n","type":"String.String"},{"name":"nl3_m","comment":" This class maps to this CSS definition:\n\n .nl3-m{margin-left:-1rem}\n\n","type":"String.String"},{"name":"nl3_ns","comment":" This class maps to this CSS definition:\n\n .nl3-ns{margin-left:-1rem}\n\n","type":"String.String"},{"name":"nl4","comment":" This class maps to this CSS definition:\n\n .nl4{margin-left:-2rem}\n\n","type":"String.String"},{"name":"nl4_l","comment":" This class maps to this CSS definition:\n\n .nl4-l{margin-left:-2rem}\n\n","type":"String.String"},{"name":"nl4_m","comment":" This class maps to this CSS definition:\n\n .nl4-m{margin-left:-2rem}\n\n","type":"String.String"},{"name":"nl4_ns","comment":" This class maps to this CSS definition:\n\n .nl4-ns{margin-left:-2rem}\n\n","type":"String.String"},{"name":"nl5","comment":" This class maps to this CSS definition:\n\n .nl5{margin-left:-4rem}\n\n","type":"String.String"},{"name":"nl5_l","comment":" This class maps to this CSS definition:\n\n .nl5-l{margin-left:-4rem}\n\n","type":"String.String"},{"name":"nl5_m","comment":" This class maps to this CSS definition:\n\n .nl5-m{margin-left:-4rem}\n\n","type":"String.String"},{"name":"nl5_ns","comment":" This class maps to this CSS definition:\n\n .nl5-ns{margin-left:-4rem}\n\n","type":"String.String"},{"name":"nl6","comment":" This class maps to this CSS definition:\n\n .nl6{margin-left:-8rem}\n\n","type":"String.String"},{"name":"nl6_l","comment":" This class maps to this CSS definition:\n\n .nl6-l{margin-left:-8rem}\n\n","type":"String.String"},{"name":"nl6_m","comment":" This class maps to this CSS definition:\n\n .nl6-m{margin-left:-8rem}\n\n","type":"String.String"},{"name":"nl6_ns","comment":" This class maps to this CSS definition:\n\n .nl6-ns{margin-left:-8rem}\n\n","type":"String.String"},{"name":"nl7","comment":" This class maps to this CSS definition:\n\n .nl7{margin-left:-16rem}\n\n","type":"String.String"},{"name":"nl7_l","comment":" This class maps to this CSS definition:\n\n .nl7-l{margin-left:-16rem}\n\n","type":"String.String"},{"name":"nl7_m","comment":" This class maps to this CSS definition:\n\n .nl7-m{margin-left:-16rem}\n\n","type":"String.String"},{"name":"nl7_ns","comment":" This class maps to this CSS definition:\n\n .nl7-ns{margin-left:-16rem}\n\n","type":"String.String"},{"name":"no_underline","comment":" This class maps to this CSS definition:\n\n .no-underline{text-decoration:none}\n\n","type":"String.String"},{"name":"no_underline_l","comment":" This class maps to this CSS definition:\n\n .no-underline-l{text-decoration:none}\n\n","type":"String.String"},{"name":"no_underline_m","comment":" This class maps to this CSS definition:\n\n .no-underline-m{text-decoration:none}\n\n","type":"String.String"},{"name":"no_underline_ns","comment":" This class maps to this CSS definition:\n\n .no-underline-ns{text-decoration:none}\n\n","type":"String.String"},{"name":"normal","comment":" This class maps to this CSS definition:\n\n .normal{font-weight:400}\n\n","type":"String.String"},{"name":"normal_l","comment":" This class maps to this CSS definition:\n\n .normal-l{font-weight:400}\n\n","type":"String.String"},{"name":"normal_m","comment":" This class maps to this CSS definition:\n\n .normal-m{font-weight:400}\n\n","type":"String.String"},{"name":"normal_ns","comment":" This class maps to this CSS definition:\n\n .normal-ns{font-weight:400}\n\n","type":"String.String"},{"name":"nowrap","comment":" This class maps to this CSS definition:\n\n .nowrap{white-space:nowrap}\n\n","type":"String.String"},{"name":"nowrap_l","comment":" This class maps to this CSS definition:\n\n .nowrap-l{white-space:nowrap}\n\n","type":"String.String"},{"name":"nowrap_m","comment":" This class maps to this CSS definition:\n\n .nowrap-m{white-space:nowrap}\n\n","type":"String.String"},{"name":"nowrap_ns","comment":" This class maps to this CSS definition:\n\n .nowrap-ns{white-space:nowrap}\n\n","type":"String.String"},{"name":"nr1","comment":" This class maps to this CSS definition:\n\n .nr1{margin-right:-.25rem}\n\n","type":"String.String"},{"name":"nr1_l","comment":" This class maps to this CSS definition:\n\n .nr1-l{margin-right:-.25rem}\n\n","type":"String.String"},{"name":"nr1_m","comment":" This class maps to this CSS definition:\n\n .nr1-m{margin-right:-.25rem}\n\n","type":"String.String"},{"name":"nr1_ns","comment":" This class maps to this CSS definition:\n\n .nr1-ns{margin-right:-.25rem}\n\n","type":"String.String"},{"name":"nr2","comment":" This class maps to this CSS definition:\n\n .nr2{margin-right:-.5rem}\n\n","type":"String.String"},{"name":"nr2_l","comment":" This class maps to this CSS definition:\n\n .nr2-l{margin-right:-.5rem}\n\n","type":"String.String"},{"name":"nr2_m","comment":" This class maps to this CSS definition:\n\n .nr2-m{margin-right:-.5rem}\n\n","type":"String.String"},{"name":"nr2_ns","comment":" This class maps to this CSS definition:\n\n .nr2-ns{margin-right:-.5rem}\n\n","type":"String.String"},{"name":"nr3","comment":" This class maps to this CSS definition:\n\n .nr3{margin-right:-1rem}\n\n","type":"String.String"},{"name":"nr3_l","comment":" This class maps to this CSS definition:\n\n .nr3-l{margin-right:-1rem}\n\n","type":"String.String"},{"name":"nr3_m","comment":" This class maps to this CSS definition:\n\n .nr3-m{margin-right:-1rem}\n\n","type":"String.String"},{"name":"nr3_ns","comment":" This class maps to this CSS definition:\n\n .nr3-ns{margin-right:-1rem}\n\n","type":"String.String"},{"name":"nr4","comment":" This class maps to this CSS definition:\n\n .nr4{margin-right:-2rem}\n\n","type":"String.String"},{"name":"nr4_l","comment":" This class maps to this CSS definition:\n\n .nr4-l{margin-right:-2rem}\n\n","type":"String.String"},{"name":"nr4_m","comment":" This class maps to this CSS definition:\n\n .nr4-m{margin-right:-2rem}\n\n","type":"String.String"},{"name":"nr4_ns","comment":" This class maps to this CSS definition:\n\n .nr4-ns{margin-right:-2rem}\n\n","type":"String.String"},{"name":"nr5","comment":" This class maps to this CSS definition:\n\n .nr5{margin-right:-4rem}\n\n","type":"String.String"},{"name":"nr5_l","comment":" This class maps to this CSS definition:\n\n .nr5-l{margin-right:-4rem}\n\n","type":"String.String"},{"name":"nr5_m","comment":" This class maps to this CSS definition:\n\n .nr5-m{margin-right:-4rem}\n\n","type":"String.String"},{"name":"nr5_ns","comment":" This class maps to this CSS definition:\n\n .nr5-ns{margin-right:-4rem}\n\n","type":"String.String"},{"name":"nr6","comment":" This class maps to this CSS definition:\n\n .nr6{margin-right:-8rem}\n\n","type":"String.String"},{"name":"nr6_l","comment":" This class maps to this CSS definition:\n\n .nr6-l{margin-right:-8rem}\n\n","type":"String.String"},{"name":"nr6_m","comment":" This class maps to this CSS definition:\n\n .nr6-m{margin-right:-8rem}\n\n","type":"String.String"},{"name":"nr6_ns","comment":" This class maps to this CSS definition:\n\n .nr6-ns{margin-right:-8rem}\n\n","type":"String.String"},{"name":"nr7","comment":" This class maps to this CSS definition:\n\n .nr7{margin-right:-16rem}\n\n","type":"String.String"},{"name":"nr7_l","comment":" This class maps to this CSS definition:\n\n .nr7-l{margin-right:-16rem}\n\n","type":"String.String"},{"name":"nr7_m","comment":" This class maps to this CSS definition:\n\n .nr7-m{margin-right:-16rem}\n\n","type":"String.String"},{"name":"nr7_ns","comment":" This class maps to this CSS definition:\n\n .nr7-ns{margin-right:-16rem}\n\n","type":"String.String"},{"name":"nt1","comment":" This class maps to this CSS definition:\n\n .nt1{margin-top:-.25rem}\n\n","type":"String.String"},{"name":"nt1_l","comment":" This class maps to this CSS definition:\n\n .nt1-l{margin-top:-.25rem}\n\n","type":"String.String"},{"name":"nt1_m","comment":" This class maps to this CSS definition:\n\n .nt1-m{margin-top:-.25rem}\n\n","type":"String.String"},{"name":"nt1_ns","comment":" This class maps to this CSS definition:\n\n .nt1-ns{margin-top:-.25rem}\n\n","type":"String.String"},{"name":"nt2","comment":" This class maps to this CSS definition:\n\n .nt2{margin-top:-.5rem}\n\n","type":"String.String"},{"name":"nt2_l","comment":" This class maps to this CSS definition:\n\n .nt2-l{margin-top:-.5rem}\n\n","type":"String.String"},{"name":"nt2_m","comment":" This class maps to this CSS definition:\n\n .nt2-m{margin-top:-.5rem}\n\n","type":"String.String"},{"name":"nt2_ns","comment":" This class maps to this CSS definition:\n\n .nt2-ns{margin-top:-.5rem}\n\n","type":"String.String"},{"name":"nt3","comment":" This class maps to this CSS definition:\n\n .nt3{margin-top:-1rem}\n\n","type":"String.String"},{"name":"nt3_l","comment":" This class maps to this CSS definition:\n\n .nt3-l{margin-top:-1rem}\n\n","type":"String.String"},{"name":"nt3_m","comment":" This class maps to this CSS definition:\n\n .nt3-m{margin-top:-1rem}\n\n","type":"String.String"},{"name":"nt3_ns","comment":" This class maps to this CSS definition:\n\n .nt3-ns{margin-top:-1rem}\n\n","type":"String.String"},{"name":"nt4","comment":" This class maps to this CSS definition:\n\n .nt4{margin-top:-2rem}\n\n","type":"String.String"},{"name":"nt4_l","comment":" This class maps to this CSS definition:\n\n .nt4-l{margin-top:-2rem}\n\n","type":"String.String"},{"name":"nt4_m","comment":" This class maps to this CSS definition:\n\n .nt4-m{margin-top:-2rem}\n\n","type":"String.String"},{"name":"nt4_ns","comment":" This class maps to this CSS definition:\n\n .nt4-ns{margin-top:-2rem}\n\n","type":"String.String"},{"name":"nt5","comment":" This class maps to this CSS definition:\n\n .nt5{margin-top:-4rem}\n\n","type":"String.String"},{"name":"nt5_l","comment":" This class maps to this CSS definition:\n\n .nt5-l{margin-top:-4rem}\n\n","type":"String.String"},{"name":"nt5_m","comment":" This class maps to this CSS definition:\n\n .nt5-m{margin-top:-4rem}\n\n","type":"String.String"},{"name":"nt5_ns","comment":" This class maps to this CSS definition:\n\n .nt5-ns{margin-top:-4rem}\n\n","type":"String.String"},{"name":"nt6","comment":" This class maps to this CSS definition:\n\n .nt6{margin-top:-8rem}\n\n","type":"String.String"},{"name":"nt6_l","comment":" This class maps to this CSS definition:\n\n .nt6-l{margin-top:-8rem}\n\n","type":"String.String"},{"name":"nt6_m","comment":" This class maps to this CSS definition:\n\n .nt6-m{margin-top:-8rem}\n\n","type":"String.String"},{"name":"nt6_ns","comment":" This class maps to this CSS definition:\n\n .nt6-ns{margin-top:-8rem}\n\n","type":"String.String"},{"name":"nt7","comment":" This class maps to this CSS definition:\n\n .nt7{margin-top:-16rem}\n\n","type":"String.String"},{"name":"nt7_l","comment":" This class maps to this CSS definition:\n\n .nt7-l{margin-top:-16rem}\n\n","type":"String.String"},{"name":"nt7_m","comment":" This class maps to this CSS definition:\n\n .nt7-m{margin-top:-16rem}\n\n","type":"String.String"},{"name":"nt7_ns","comment":" This class maps to this CSS definition:\n\n .nt7-ns{margin-top:-16rem}\n\n","type":"String.String"},{"name":"o_0","comment":" This class maps to this CSS definition:\n\n .o - 0 { opacity = 0 }\n\n","type":"String.String"},{"name":"o_025","comment":" This class maps to this CSS definition:\n\n .o-025{opacity:.025}\n\n","type":"String.String"},{"name":"o_05","comment":" This class maps to this CSS definition:\n\n .o-05{opacity:.05}\n\n","type":"String.String"},{"name":"o_10","comment":" This class maps to this CSS definition:\n\n .o-10{opacity:.1}\n\n","type":"String.String"},{"name":"o_100","comment":" This class maps to this CSS definition:\n\n .o - 100 { opacity = 1 }\n\n","type":"String.String"},{"name":"o_20","comment":" This class maps to this CSS definition:\n\n .o-20{opacity:.2}\n\n","type":"String.String"},{"name":"o_30","comment":" This class maps to this CSS definition:\n\n .o-30{opacity:.3}\n\n","type":"String.String"},{"name":"o_40","comment":" This class maps to this CSS definition:\n\n .o-40{opacity:.4}\n\n","type":"String.String"},{"name":"o_50","comment":" This class maps to this CSS definition:\n\n .o-50{opacity:.5}\n\n","type":"String.String"},{"name":"o_60","comment":" This class maps to this CSS definition:\n\n .o-60{opacity:.6}\n\n","type":"String.String"},{"name":"o_70","comment":" This class maps to this CSS definition:\n\n .o-70{opacity:.7}\n\n","type":"String.String"},{"name":"o_80","comment":" This class maps to this CSS definition:\n\n .o-80{opacity:.8}\n\n","type":"String.String"},{"name":"o_90","comment":" This class maps to this CSS definition:\n\n .o-90{opacity:.9}\n\n","type":"String.String"},{"name":"orange","comment":" This class maps to this CSS definition:\n\n .orange{color:#ff6300}\n\n","type":"String.String"},{"name":"order_0","comment":" This class maps to this CSS definition:\n\n .order - 0 { order = 0 }\n\n","type":"String.String"},{"name":"order_0_l","comment":" This class maps to this CSS definition:\n\n .order - 0 - l { order = 0 }\n\n","type":"String.String"},{"name":"order_0_m","comment":" This class maps to this CSS definition:\n\n .order - 0 - m { order = 0 }\n\n","type":"String.String"},{"name":"order_0_ns","comment":" This class maps to this CSS definition:\n\n .order - 0 - ns { order = 0 }\n\n","type":"String.String"},{"name":"order_1","comment":" This class maps to this CSS definition:\n\n .order - 1 { order = 1 }\n\n","type":"String.String"},{"name":"order_1_l","comment":" This class maps to this CSS definition:\n\n .order - 1 - l { order = 1 }\n\n","type":"String.String"},{"name":"order_1_m","comment":" This class maps to this CSS definition:\n\n .order - 1 - m { order = 1 }\n\n","type":"String.String"},{"name":"order_1_ns","comment":" This class maps to this CSS definition:\n\n .order - 1 - ns { order = 1 }\n\n","type":"String.String"},{"name":"order_2","comment":" This class maps to this CSS definition:\n\n .order - 2 { order = 2 }\n\n","type":"String.String"},{"name":"order_2_l","comment":" This class maps to this CSS definition:\n\n .order - 2 - l { order = 2 }\n\n","type":"String.String"},{"name":"order_2_m","comment":" This class maps to this CSS definition:\n\n .order - 2 - m { order = 2 }\n\n","type":"String.String"},{"name":"order_2_ns","comment":" This class maps to this CSS definition:\n\n .order - 2 - ns { order = 2 }\n\n","type":"String.String"},{"name":"order_3","comment":" This class maps to this CSS definition:\n\n .order - 3 { order = 3 }\n\n","type":"String.String"},{"name":"order_3_l","comment":" This class maps to this CSS definition:\n\n .order - 3 - l { order = 3 }\n\n","type":"String.String"},{"name":"order_3_m","comment":" This class maps to this CSS definition:\n\n .order - 3 - m { order = 3 }\n\n","type":"String.String"},{"name":"order_3_ns","comment":" This class maps to this CSS definition:\n\n .order - 3 - ns { order = 3 }\n\n","type":"String.String"},{"name":"order_4","comment":" This class maps to this CSS definition:\n\n .order - 4 { order = 4 }\n\n","type":"String.String"},{"name":"order_4_l","comment":" This class maps to this CSS definition:\n\n .order - 4 - l { order = 4 }\n\n","type":"String.String"},{"name":"order_4_m","comment":" This class maps to this CSS definition:\n\n .order - 4 - m { order = 4 }\n\n","type":"String.String"},{"name":"order_4_ns","comment":" This class maps to this CSS definition:\n\n .order - 4 - ns { order = 4 }\n\n","type":"String.String"},{"name":"order_5","comment":" This class maps to this CSS definition:\n\n .order - 5 { order = 5 }\n\n","type":"String.String"},{"name":"order_5_l","comment":" This class maps to this CSS definition:\n\n .order - 5 - l { order = 5 }\n\n","type":"String.String"},{"name":"order_5_m","comment":" This class maps to this CSS definition:\n\n .order - 5 - m { order = 5 }\n\n","type":"String.String"},{"name":"order_5_ns","comment":" This class maps to this CSS definition:\n\n .order - 5 - ns { order = 5 }\n\n","type":"String.String"},{"name":"order_6","comment":" This class maps to this CSS definition:\n\n .order - 6 { order = 6 }\n\n","type":"String.String"},{"name":"order_6_l","comment":" This class maps to this CSS definition:\n\n .order - 6 - l { order = 6 }\n\n","type":"String.String"},{"name":"order_6_m","comment":" This class maps to this CSS definition:\n\n .order - 6 - m { order = 6 }\n\n","type":"String.String"},{"name":"order_6_ns","comment":" This class maps to this CSS definition:\n\n .order - 6 - ns { order = 6 }\n\n","type":"String.String"},{"name":"order_7","comment":" This class maps to this CSS definition:\n\n .order - 7 { order = 7 }\n\n","type":"String.String"},{"name":"order_7_l","comment":" This class maps to this CSS definition:\n\n .order - 7 - l { order = 7 }\n\n","type":"String.String"},{"name":"order_7_m","comment":" This class maps to this CSS definition:\n\n .order - 7 - m { order = 7 }\n\n","type":"String.String"},{"name":"order_7_ns","comment":" This class maps to this CSS definition:\n\n .order - 7 - ns { order = 7 }\n\n","type":"String.String"},{"name":"order_8","comment":" This class maps to this CSS definition:\n\n .order - 8 { order = 8 }\n\n","type":"String.String"},{"name":"order_8_l","comment":" This class maps to this CSS definition:\n\n .order - 8 - l { order = 8 }\n\n","type":"String.String"},{"name":"order_8_m","comment":" This class maps to this CSS definition:\n\n .order - 8 - m { order = 8 }\n\n","type":"String.String"},{"name":"order_8_ns","comment":" This class maps to this CSS definition:\n\n .order - 8 - ns { order = 8 }\n\n","type":"String.String"},{"name":"order_last","comment":" This class maps to this CSS definition:\n\n .order - last { order = 99999 }\n\n","type":"String.String"},{"name":"order_last_l","comment":" This class maps to this CSS definition:\n\n .order - last - l { order = 99999 }\n\n","type":"String.String"},{"name":"order_last_m","comment":" This class maps to this CSS definition:\n\n .order - last - m { order = 99999 }\n\n","type":"String.String"},{"name":"order_last_ns","comment":" This class maps to this CSS definition:\n\n .order - last - ns { order = 99999 }\n\n","type":"String.String"},{"name":"outline","comment":" This class maps to this CSS definition:\n\n .outline { outline = 1 px solid }\n\n","type":"String.String"},{"name":"outline_0","comment":" This class maps to this CSS definition:\n\n .outline - 0 { outline = 0 }\n\n","type":"String.String"},{"name":"outline_0_l","comment":" This class maps to this CSS definition:\n\n .outline - 0 - l { outline = 0 }\n\n","type":"String.String"},{"name":"outline_0_m","comment":" This class maps to this CSS definition:\n\n .outline - 0 - m { outline = 0 }\n\n","type":"String.String"},{"name":"outline_0_ns","comment":" This class maps to this CSS definition:\n\n .outline - 0 - ns { outline = 0 }\n\n","type":"String.String"},{"name":"outline_l","comment":" This class maps to this CSS definition:\n\n .outline - l { outline = 1 px solid }\n\n","type":"String.String"},{"name":"outline_m","comment":" This class maps to this CSS definition:\n\n .outline - m { outline = 1 px solid }\n\n","type":"String.String"},{"name":"outline_ns","comment":" This class maps to this CSS definition:\n\n .outline - ns { outline = 1 px solid }\n\n","type":"String.String"},{"name":"outline_transparent","comment":" This class maps to this CSS definition:\n\n .outline - transparent { outline = 1 px solid transparent }\n\n","type":"String.String"},{"name":"outline_transparent_l","comment":" This class maps to this CSS definition:\n\n .outline - transparent - l { outline = 1 px solid transparent }\n\n","type":"String.String"},{"name":"outline_transparent_m","comment":" This class maps to this CSS definition:\n\n .outline - transparent - m { outline = 1 px solid transparent }\n\n","type":"String.String"},{"name":"outline_transparent_ns","comment":" This class maps to this CSS definition:\n\n .outline - transparent - ns { outline = 1 px solid transparent }\n\n","type":"String.String"},{"name":"overflow_auto","comment":" This class maps to this CSS definition:\n\n .overflow - auto { overflow = auto }\n\n","type":"String.String"},{"name":"overflow_auto_l","comment":" This class maps to this CSS definition:\n\n .overflow - auto - l { overflow = auto }\n\n","type":"String.String"},{"name":"overflow_auto_m","comment":" This class maps to this CSS definition:\n\n .overflow - auto - m { overflow = auto }\n\n","type":"String.String"},{"name":"overflow_auto_ns","comment":" This class maps to this CSS definition:\n\n .overflow - auto - ns { overflow = auto }\n\n","type":"String.String"},{"name":"overflow_container","comment":" This class maps to this CSS definition:\n\n .overflow-container{overflow-y:scroll}\n\n","type":"String.String"},{"name":"overflow_hidden","comment":" This class maps to this CSS definition:\n\n .overflow - hidden { overflow = hidden }\n\n","type":"String.String"},{"name":"overflow_hidden_l","comment":" This class maps to this CSS definition:\n\n .overflow - hidden - l { overflow = hidden }\n\n","type":"String.String"},{"name":"overflow_hidden_m","comment":" This class maps to this CSS definition:\n\n .overflow - hidden - m { overflow = hidden }\n\n","type":"String.String"},{"name":"overflow_hidden_ns","comment":" This class maps to this CSS definition:\n\n .overflow - hidden - ns { overflow = hidden }\n\n","type":"String.String"},{"name":"overflow_scroll","comment":" This class maps to this CSS definition:\n\n .overflow - scroll { overflow = scroll }\n\n","type":"String.String"},{"name":"overflow_scroll_l","comment":" This class maps to this CSS definition:\n\n .overflow - scroll - l { overflow = scroll }\n\n","type":"String.String"},{"name":"overflow_scroll_m","comment":" This class maps to this CSS definition:\n\n .overflow - scroll - m { overflow = scroll }\n\n","type":"String.String"},{"name":"overflow_scroll_ns","comment":" This class maps to this CSS definition:\n\n .overflow - scroll - ns { overflow = scroll }\n\n","type":"String.String"},{"name":"overflow_visible","comment":" This class maps to this CSS definition:\n\n .overflow - visible { overflow = visible }\n\n","type":"String.String"},{"name":"overflow_visible_l","comment":" This class maps to this CSS definition:\n\n .overflow - visible - l { overflow = visible }\n\n","type":"String.String"},{"name":"overflow_visible_m","comment":" This class maps to this CSS definition:\n\n .overflow - visible - m { overflow = visible }\n\n","type":"String.String"},{"name":"overflow_visible_ns","comment":" This class maps to this CSS definition:\n\n .overflow - visible - ns { overflow = visible }\n\n","type":"String.String"},{"name":"overflow_x_auto","comment":" This class maps to this CSS definition:\n\n .overflow-x-auto{overflow-x:auto}\n\n","type":"String.String"},{"name":"overflow_x_auto_l","comment":" This class maps to this CSS definition:\n\n .overflow-x-auto-l{overflow-x:auto}\n\n","type":"String.String"},{"name":"overflow_x_auto_m","comment":" This class maps to this CSS definition:\n\n .overflow-x-auto-m{overflow-x:auto}\n\n","type":"String.String"},{"name":"overflow_x_auto_ns","comment":" This class maps to this CSS definition:\n\n .overflow-x-auto-ns{overflow-x:auto}\n\n","type":"String.String"},{"name":"overflow_x_hidden","comment":" This class maps to this CSS definition:\n\n .overflow-x-hidden{overflow-x:hidden}\n\n","type":"String.String"},{"name":"overflow_x_hidden_l","comment":" This class maps to this CSS definition:\n\n .overflow-x-hidden-l{overflow-x:hidden}\n\n","type":"String.String"},{"name":"overflow_x_hidden_m","comment":" This class maps to this CSS definition:\n\n .overflow-x-hidden-m{overflow-x:hidden}\n\n","type":"String.String"},{"name":"overflow_x_hidden_ns","comment":" This class maps to this CSS definition:\n\n .overflow-x-hidden-ns{overflow-x:hidden}\n\n","type":"String.String"},{"name":"overflow_x_scroll","comment":" This class maps to this CSS definition:\n\n .overflow-x-scroll{overflow-x:scroll}\n\n","type":"String.String"},{"name":"overflow_x_scroll_l","comment":" This class maps to this CSS definition:\n\n .overflow-x-scroll-l{overflow-x:scroll}\n\n","type":"String.String"},{"name":"overflow_x_scroll_m","comment":" This class maps to this CSS definition:\n\n .overflow-x-scroll-m{overflow-x:scroll}\n\n","type":"String.String"},{"name":"overflow_x_scroll_ns","comment":" This class maps to this CSS definition:\n\n .overflow-x-scroll-ns{overflow-x:scroll}\n\n","type":"String.String"},{"name":"overflow_x_visible","comment":" This class maps to this CSS definition:\n\n .overflow-x-visible{overflow-x:visible}\n\n","type":"String.String"},{"name":"overflow_x_visible_l","comment":" This class maps to this CSS definition:\n\n .overflow-x-visible-l{overflow-x:visible}\n\n","type":"String.String"},{"name":"overflow_x_visible_m","comment":" This class maps to this CSS definition:\n\n .overflow-x-visible-m{overflow-x:visible}\n\n","type":"String.String"},{"name":"overflow_x_visible_ns","comment":" This class maps to this CSS definition:\n\n .overflow-x-visible-ns{overflow-x:visible}\n\n","type":"String.String"},{"name":"overflow_y_auto","comment":" This class maps to this CSS definition:\n\n .overflow-y-auto{overflow-y:auto}\n\n","type":"String.String"},{"name":"overflow_y_auto_l","comment":" This class maps to this CSS definition:\n\n .overflow-y-auto-l{overflow-y:auto}\n\n","type":"String.String"},{"name":"overflow_y_auto_m","comment":" This class maps to this CSS definition:\n\n .overflow-y-auto-m{overflow-y:auto}\n\n","type":"String.String"},{"name":"overflow_y_auto_ns","comment":" This class maps to this CSS definition:\n\n .overflow-y-auto-ns{overflow-y:auto}\n\n","type":"String.String"},{"name":"overflow_y_hidden","comment":" This class maps to this CSS definition:\n\n .overflow-y-hidden{overflow-y:hidden}\n\n","type":"String.String"},{"name":"overflow_y_hidden_l","comment":" This class maps to this CSS definition:\n\n .overflow-y-hidden-l{overflow-y:hidden}\n\n","type":"String.String"},{"name":"overflow_y_hidden_m","comment":" This class maps to this CSS definition:\n\n .overflow-y-hidden-m{overflow-y:hidden}\n\n","type":"String.String"},{"name":"overflow_y_hidden_ns","comment":" This class maps to this CSS definition:\n\n .overflow-y-hidden-ns{overflow-y:hidden}\n\n","type":"String.String"},{"name":"overflow_y_scroll","comment":" This class maps to this CSS definition:\n\n .overflow-y-scroll{overflow-y:scroll}\n\n","type":"String.String"},{"name":"overflow_y_scroll_l","comment":" This class maps to this CSS definition:\n\n .overflow-y-scroll-l{overflow-y:scroll}\n\n","type":"String.String"},{"name":"overflow_y_scroll_m","comment":" This class maps to this CSS definition:\n\n .overflow-y-scroll-m{overflow-y:scroll}\n\n","type":"String.String"},{"name":"overflow_y_scroll_ns","comment":" This class maps to this CSS definition:\n\n .overflow-y-scroll-ns{overflow-y:scroll}\n\n","type":"String.String"},{"name":"overflow_y_visible","comment":" This class maps to this CSS definition:\n\n .overflow-y-visible{overflow-y:visible}\n\n","type":"String.String"},{"name":"overflow_y_visible_l","comment":" This class maps to this CSS definition:\n\n .overflow-y-visible-l{overflow-y:visible}\n\n","type":"String.String"},{"name":"overflow_y_visible_m","comment":" This class maps to this CSS definition:\n\n .overflow-y-visible-m{overflow-y:visible}\n\n","type":"String.String"},{"name":"overflow_y_visible_ns","comment":" This class maps to this CSS definition:\n\n .overflow-y-visible-ns{overflow-y:visible}\n\n","type":"String.String"},{"name":"pa0","comment":" This class maps to this CSS definition:\n\n .pa0 { padding = 0 }\n\n","type":"String.String"},{"name":"pa0_l","comment":" This class maps to this CSS definition:\n\n .pa0 - l { padding = 0 }\n\n","type":"String.String"},{"name":"pa0_m","comment":" This class maps to this CSS definition:\n\n .pa0 - m { padding = 0 }\n\n","type":"String.String"},{"name":"pa0_ns","comment":" This class maps to this CSS definition:\n\n .pa0 - ns { padding = 0 }\n\n","type":"String.String"},{"name":"pa1","comment":" This class maps to this CSS definition:\n\n .pa1{padding:.25rem}\n\n","type":"String.String"},{"name":"pa1_l","comment":" This class maps to this CSS definition:\n\n .pa1-l{padding:.25rem}\n\n","type":"String.String"},{"name":"pa1_m","comment":" This class maps to this CSS definition:\n\n .pa1-m{padding:.25rem}\n\n","type":"String.String"},{"name":"pa1_ns","comment":" This class maps to this CSS definition:\n\n .pa1-ns{padding:.25rem}\n\n","type":"String.String"},{"name":"pa2","comment":" This class maps to this CSS definition:\n\n .pa2{padding:.5rem}\n\n","type":"String.String"},{"name":"pa2_l","comment":" This class maps to this CSS definition:\n\n .pa2-l{padding:.5rem}\n\n","type":"String.String"},{"name":"pa2_m","comment":" This class maps to this CSS definition:\n\n .pa2-m{padding:.5rem}\n\n","type":"String.String"},{"name":"pa2_ns","comment":" This class maps to this CSS definition:\n\n .pa2-ns{padding:.5rem}\n\n","type":"String.String"},{"name":"pa3","comment":" This class maps to this CSS definition:\n\n .pa3 { padding = 1 rem }\n\n","type":"String.String"},{"name":"pa3_l","comment":" This class maps to this CSS definition:\n\n .pa3 - l { padding = 1 rem }\n\n","type":"String.String"},{"name":"pa3_m","comment":" This class maps to this CSS definition:\n\n .pa3 - m { padding = 1 rem }\n\n","type":"String.String"},{"name":"pa3_ns","comment":" This class maps to this CSS definition:\n\n .pa3 - ns { padding = 1 rem }\n\n","type":"String.String"},{"name":"pa4","comment":" This class maps to this CSS definition:\n\n .pa4 { padding = 2 rem }\n\n","type":"String.String"},{"name":"pa4_l","comment":" This class maps to this CSS definition:\n\n .pa4 - l { padding = 2 rem }\n\n","type":"String.String"},{"name":"pa4_m","comment":" This class maps to this CSS definition:\n\n .pa4 - m { padding = 2 rem }\n\n","type":"String.String"},{"name":"pa4_ns","comment":" This class maps to this CSS definition:\n\n .pa4 - ns { padding = 2 rem }\n\n","type":"String.String"},{"name":"pa5","comment":" This class maps to this CSS definition:\n\n .pa5 { padding = 4 rem }\n\n","type":"String.String"},{"name":"pa5_l","comment":" This class maps to this CSS definition:\n\n .pa5 - l { padding = 4 rem }\n\n","type":"String.String"},{"name":"pa5_m","comment":" This class maps to this CSS definition:\n\n .pa5 - m { padding = 4 rem }\n\n","type":"String.String"},{"name":"pa5_ns","comment":" This class maps to this CSS definition:\n\n .pa5 - ns { padding = 4 rem }\n\n","type":"String.String"},{"name":"pa6","comment":" This class maps to this CSS definition:\n\n .pa6 { padding = 8 rem }\n\n","type":"String.String"},{"name":"pa6_l","comment":" This class maps to this CSS definition:\n\n .pa6 - l { padding = 8 rem }\n\n","type":"String.String"},{"name":"pa6_m","comment":" This class maps to this CSS definition:\n\n .pa6 - m { padding = 8 rem }\n\n","type":"String.String"},{"name":"pa6_ns","comment":" This class maps to this CSS definition:\n\n .pa6 - ns { padding = 8 rem }\n\n","type":"String.String"},{"name":"pa7","comment":" This class maps to this CSS definition:\n\n .pa7 { padding = 16 rem }\n\n","type":"String.String"},{"name":"pa7_l","comment":" This class maps to this CSS definition:\n\n .pa7 - l { padding = 16 rem }\n\n","type":"String.String"},{"name":"pa7_m","comment":" This class maps to this CSS definition:\n\n .pa7 - m { padding = 16 rem }\n\n","type":"String.String"},{"name":"pa7_ns","comment":" This class maps to this CSS definition:\n\n .pa7 - ns { padding = 16 rem }\n\n","type":"String.String"},{"name":"pb0","comment":" This class maps to this CSS definition:\n\n .pb0{padding-bottom:0}\n\n","type":"String.String"},{"name":"pb0_l","comment":" This class maps to this CSS definition:\n\n .pb0-l{padding-bottom:0}\n\n","type":"String.String"},{"name":"pb0_m","comment":" This class maps to this CSS definition:\n\n .pb0-m{padding-bottom:0}\n\n","type":"String.String"},{"name":"pb0_ns","comment":" This class maps to this CSS definition:\n\n .pb0-ns{padding-bottom:0}\n\n","type":"String.String"},{"name":"pb1","comment":" This class maps to this CSS definition:\n\n .pb1{padding-bottom:.25rem}\n\n","type":"String.String"},{"name":"pb1_l","comment":" This class maps to this CSS definition:\n\n .pb1-l{padding-bottom:.25rem}\n\n","type":"String.String"},{"name":"pb1_m","comment":" This class maps to this CSS definition:\n\n .pb1-m{padding-bottom:.25rem}\n\n","type":"String.String"},{"name":"pb1_ns","comment":" This class maps to this CSS definition:\n\n .pb1-ns{padding-bottom:.25rem}\n\n","type":"String.String"},{"name":"pb2","comment":" This class maps to this CSS definition:\n\n .pb2{padding-bottom:.5rem}\n\n","type":"String.String"},{"name":"pb2_l","comment":" This class maps to this CSS definition:\n\n .pb2-l{padding-bottom:.5rem}\n\n","type":"String.String"},{"name":"pb2_m","comment":" This class maps to this CSS definition:\n\n .pb2-m{padding-bottom:.5rem}\n\n","type":"String.String"},{"name":"pb2_ns","comment":" This class maps to this CSS definition:\n\n .pb2-ns{padding-bottom:.5rem}\n\n","type":"String.String"},{"name":"pb3","comment":" This class maps to this CSS definition:\n\n .pb3{padding-bottom:1rem}\n\n","type":"String.String"},{"name":"pb3_l","comment":" This class maps to this CSS definition:\n\n .pb3-l{padding-bottom:1rem}\n\n","type":"String.String"},{"name":"pb3_m","comment":" This class maps to this CSS definition:\n\n .pb3-m{padding-bottom:1rem}\n\n","type":"String.String"},{"name":"pb3_ns","comment":" This class maps to this CSS definition:\n\n .pb3-ns{padding-bottom:1rem}\n\n","type":"String.String"},{"name":"pb4","comment":" This class maps to this CSS definition:\n\n .pb4{padding-bottom:2rem}\n\n","type":"String.String"},{"name":"pb4_l","comment":" This class maps to this CSS definition:\n\n .pb4-l{padding-bottom:2rem}\n\n","type":"String.String"},{"name":"pb4_m","comment":" This class maps to this CSS definition:\n\n .pb4-m{padding-bottom:2rem}\n\n","type":"String.String"},{"name":"pb4_ns","comment":" This class maps to this CSS definition:\n\n .pb4-ns{padding-bottom:2rem}\n\n","type":"String.String"},{"name":"pb5","comment":" This class maps to this CSS definition:\n\n .pb5{padding-bottom:4rem}\n\n","type":"String.String"},{"name":"pb5_l","comment":" This class maps to this CSS definition:\n\n .pb5-l{padding-bottom:4rem}\n\n","type":"String.String"},{"name":"pb5_m","comment":" This class maps to this CSS definition:\n\n .pb5-m{padding-bottom:4rem}\n\n","type":"String.String"},{"name":"pb5_ns","comment":" This class maps to this CSS definition:\n\n .pb5-ns{padding-bottom:4rem}\n\n","type":"String.String"},{"name":"pb6","comment":" This class maps to this CSS definition:\n\n .pb6{padding-bottom:8rem}\n\n","type":"String.String"},{"name":"pb6_l","comment":" This class maps to this CSS definition:\n\n .pb6-l{padding-bottom:8rem}\n\n","type":"String.String"},{"name":"pb6_m","comment":" This class maps to this CSS definition:\n\n .pb6-m{padding-bottom:8rem}\n\n","type":"String.String"},{"name":"pb6_ns","comment":" This class maps to this CSS definition:\n\n .pb6-ns{padding-bottom:8rem}\n\n","type":"String.String"},{"name":"pb7","comment":" This class maps to this CSS definition:\n\n .pb7{padding-bottom:16rem}\n\n","type":"String.String"},{"name":"pb7_l","comment":" This class maps to this CSS definition:\n\n .pb7-l{padding-bottom:16rem}\n\n","type":"String.String"},{"name":"pb7_m","comment":" This class maps to this CSS definition:\n\n .pb7-m{padding-bottom:16rem}\n\n","type":"String.String"},{"name":"pb7_ns","comment":" This class maps to this CSS definition:\n\n .pb7-ns{padding-bottom:16rem}\n\n","type":"String.String"},{"name":"ph0","comment":" This class maps to this CSS definition:\n\n .ph0{padding-left:0;padding-right:0}\n\n","type":"String.String"},{"name":"ph0_l","comment":" This class maps to this CSS definition:\n\n .ph0-l{padding-left:0;padding-right:0}\n\n","type":"String.String"},{"name":"ph0_m","comment":" This class maps to this CSS definition:\n\n .ph0-m{padding-left:0;padding-right:0}\n\n","type":"String.String"},{"name":"ph0_ns","comment":" This class maps to this CSS definition:\n\n .ph0-ns{padding-left:0;padding-right:0}\n\n","type":"String.String"},{"name":"ph1","comment":" This class maps to this CSS definition:\n\n .ph1{padding-left:.25rem;padding-right:.25rem}\n\n","type":"String.String"},{"name":"ph1_l","comment":" This class maps to this CSS definition:\n\n .ph1-l{padding-left:.25rem;padding-right:.25rem}\n\n","type":"String.String"},{"name":"ph1_m","comment":" This class maps to this CSS definition:\n\n .ph1-m{padding-left:.25rem;padding-right:.25rem}\n\n","type":"String.String"},{"name":"ph1_ns","comment":" This class maps to this CSS definition:\n\n .ph1-ns{padding-left:.25rem;padding-right:.25rem}\n\n","type":"String.String"},{"name":"ph2","comment":" This class maps to this CSS definition:\n\n .ph2{padding-left:.5rem;padding-right:.5rem}\n\n","type":"String.String"},{"name":"ph2_l","comment":" This class maps to this CSS definition:\n\n .ph2-l{padding-left:.5rem;padding-right:.5rem}\n\n","type":"String.String"},{"name":"ph2_m","comment":" This class maps to this CSS definition:\n\n .ph2-m{padding-left:.5rem;padding-right:.5rem}\n\n","type":"String.String"},{"name":"ph2_ns","comment":" This class maps to this CSS definition:\n\n .ph2-ns{padding-left:.5rem;padding-right:.5rem}\n\n","type":"String.String"},{"name":"ph3","comment":" This class maps to this CSS definition:\n\n .ph3{padding-left:1rem;padding-right:1rem}\n\n","type":"String.String"},{"name":"ph3_l","comment":" This class maps to this CSS definition:\n\n .ph3-l{padding-left:1rem;padding-right:1rem}\n\n","type":"String.String"},{"name":"ph3_m","comment":" This class maps to this CSS definition:\n\n .ph3-m{padding-left:1rem;padding-right:1rem}\n\n","type":"String.String"},{"name":"ph3_ns","comment":" This class maps to this CSS definition:\n\n .ph3-ns{padding-left:1rem;padding-right:1rem}\n\n","type":"String.String"},{"name":"ph4","comment":" This class maps to this CSS definition:\n\n .ph4{padding-left:2rem;padding-right:2rem}\n\n","type":"String.String"},{"name":"ph4_l","comment":" This class maps to this CSS definition:\n\n .ph4-l{padding-left:2rem;padding-right:2rem}\n\n","type":"String.String"},{"name":"ph4_m","comment":" This class maps to this CSS definition:\n\n .ph4-m{padding-left:2rem;padding-right:2rem}\n\n","type":"String.String"},{"name":"ph4_ns","comment":" This class maps to this CSS definition:\n\n .ph4-ns{padding-left:2rem;padding-right:2rem}\n\n","type":"String.String"},{"name":"ph5","comment":" This class maps to this CSS definition:\n\n .ph5{padding-left:4rem;padding-right:4rem}\n\n","type":"String.String"},{"name":"ph5_l","comment":" This class maps to this CSS definition:\n\n .ph5-l{padding-left:4rem;padding-right:4rem}\n\n","type":"String.String"},{"name":"ph5_m","comment":" This class maps to this CSS definition:\n\n .ph5-m{padding-left:4rem;padding-right:4rem}\n\n","type":"String.String"},{"name":"ph5_ns","comment":" This class maps to this CSS definition:\n\n .ph5-ns{padding-left:4rem;padding-right:4rem}\n\n","type":"String.String"},{"name":"ph6","comment":" This class maps to this CSS definition:\n\n .ph6{padding-left:8rem;padding-right:8rem}\n\n","type":"String.String"},{"name":"ph6_l","comment":" This class maps to this CSS definition:\n\n .ph6-l{padding-left:8rem;padding-right:8rem}\n\n","type":"String.String"},{"name":"ph6_m","comment":" This class maps to this CSS definition:\n\n .ph6-m{padding-left:8rem;padding-right:8rem}\n\n","type":"String.String"},{"name":"ph6_ns","comment":" This class maps to this CSS definition:\n\n .ph6-ns{padding-left:8rem;padding-right:8rem}\n\n","type":"String.String"},{"name":"ph7","comment":" This class maps to this CSS definition:\n\n .ph7{padding-left:16rem;padding-right:16rem}\n\n","type":"String.String"},{"name":"ph7_l","comment":" This class maps to this CSS definition:\n\n .ph7-l{padding-left:16rem;padding-right:16rem}\n\n","type":"String.String"},{"name":"ph7_m","comment":" This class maps to this CSS definition:\n\n .ph7-m{padding-left:16rem;padding-right:16rem}\n\n","type":"String.String"},{"name":"ph7_ns","comment":" This class maps to this CSS definition:\n\n .ph7-ns{padding-left:16rem;padding-right:16rem}\n\n","type":"String.String"},{"name":"pink","comment":" This class maps to this CSS definition:\n\n .pink{color:#ff80cc}\n\n","type":"String.String"},{"name":"pl0","comment":" This class maps to this CSS definition:\n\n .pl0{padding-left:0}\n\n","type":"String.String"},{"name":"pl0_l","comment":" This class maps to this CSS definition:\n\n .pl0-l{padding-left:0}\n\n","type":"String.String"},{"name":"pl0_m","comment":" This class maps to this CSS definition:\n\n .pl0-m{padding-left:0}\n\n","type":"String.String"},{"name":"pl0_ns","comment":" This class maps to this CSS definition:\n\n .pl0-ns{padding-left:0}\n\n","type":"String.String"},{"name":"pl1","comment":" This class maps to this CSS definition:\n\n .pl1{padding-left:.25rem}\n\n","type":"String.String"},{"name":"pl1_l","comment":" This class maps to this CSS definition:\n\n .pl1-l{padding-left:.25rem}\n\n","type":"String.String"},{"name":"pl1_m","comment":" This class maps to this CSS definition:\n\n .pl1-m{padding-left:.25rem}\n\n","type":"String.String"},{"name":"pl1_ns","comment":" This class maps to this CSS definition:\n\n .pl1-ns{padding-left:.25rem}\n\n","type":"String.String"},{"name":"pl2","comment":" This class maps to this CSS definition:\n\n .pl2{padding-left:.5rem}\n\n","type":"String.String"},{"name":"pl2_l","comment":" This class maps to this CSS definition:\n\n .pl2-l{padding-left:.5rem}\n\n","type":"String.String"},{"name":"pl2_m","comment":" This class maps to this CSS definition:\n\n .pl2-m{padding-left:.5rem}\n\n","type":"String.String"},{"name":"pl2_ns","comment":" This class maps to this CSS definition:\n\n .pl2-ns{padding-left:.5rem}\n\n","type":"String.String"},{"name":"pl3","comment":" This class maps to this CSS definition:\n\n .pl3{padding-left:1rem}\n\n","type":"String.String"},{"name":"pl3_l","comment":" This class maps to this CSS definition:\n\n .pl3-l{padding-left:1rem}\n\n","type":"String.String"},{"name":"pl3_m","comment":" This class maps to this CSS definition:\n\n .pl3-m{padding-left:1rem}\n\n","type":"String.String"},{"name":"pl3_ns","comment":" This class maps to this CSS definition:\n\n .pl3-ns{padding-left:1rem}\n\n","type":"String.String"},{"name":"pl4","comment":" This class maps to this CSS definition:\n\n .pl4{padding-left:2rem}\n\n","type":"String.String"},{"name":"pl4_l","comment":" This class maps to this CSS definition:\n\n .pl4-l{padding-left:2rem}\n\n","type":"String.String"},{"name":"pl4_m","comment":" This class maps to this CSS definition:\n\n .pl4-m{padding-left:2rem}\n\n","type":"String.String"},{"name":"pl4_ns","comment":" This class maps to this CSS definition:\n\n .pl4-ns{padding-left:2rem}\n\n","type":"String.String"},{"name":"pl5","comment":" This class maps to this CSS definition:\n\n .pl5{padding-left:4rem}\n\n","type":"String.String"},{"name":"pl5_l","comment":" This class maps to this CSS definition:\n\n .pl5-l{padding-left:4rem}\n\n","type":"String.String"},{"name":"pl5_m","comment":" This class maps to this CSS definition:\n\n .pl5-m{padding-left:4rem}\n\n","type":"String.String"},{"name":"pl5_ns","comment":" This class maps to this CSS definition:\n\n .pl5-ns{padding-left:4rem}\n\n","type":"String.String"},{"name":"pl6","comment":" This class maps to this CSS definition:\n\n .pl6{padding-left:8rem}\n\n","type":"String.String"},{"name":"pl6_l","comment":" This class maps to this CSS definition:\n\n .pl6-l{padding-left:8rem}\n\n","type":"String.String"},{"name":"pl6_m","comment":" This class maps to this CSS definition:\n\n .pl6-m{padding-left:8rem}\n\n","type":"String.String"},{"name":"pl6_ns","comment":" This class maps to this CSS definition:\n\n .pl6-ns{padding-left:8rem}\n\n","type":"String.String"},{"name":"pl7","comment":" This class maps to this CSS definition:\n\n .pl7{padding-left:16rem}\n\n","type":"String.String"},{"name":"pl7_l","comment":" This class maps to this CSS definition:\n\n .pl7-l{padding-left:16rem}\n\n","type":"String.String"},{"name":"pl7_m","comment":" This class maps to this CSS definition:\n\n .pl7-m{padding-left:16rem}\n\n","type":"String.String"},{"name":"pl7_ns","comment":" This class maps to this CSS definition:\n\n .pl7-ns{padding-left:16rem}\n\n","type":"String.String"},{"name":"pointer","comment":" This class maps to this CSS definition:\n\n .pointer:hover,.shadow-hover{cursor:pointer}\n\n","type":"String.String"},{"name":"pr0","comment":" This class maps to this CSS definition:\n\n .pr0{padding-right:0}\n\n","type":"String.String"},{"name":"pr0_l","comment":" This class maps to this CSS definition:\n\n .pr0-l{padding-right:0}\n\n","type":"String.String"},{"name":"pr0_m","comment":" This class maps to this CSS definition:\n\n .pr0-m{padding-right:0}\n\n","type":"String.String"},{"name":"pr0_ns","comment":" This class maps to this CSS definition:\n\n .pr0-ns{padding-right:0}\n\n","type":"String.String"},{"name":"pr1","comment":" This class maps to this CSS definition:\n\n .pr1{padding-right:.25rem}\n\n","type":"String.String"},{"name":"pr1_l","comment":" This class maps to this CSS definition:\n\n .pr1-l{padding-right:.25rem}\n\n","type":"String.String"},{"name":"pr1_m","comment":" This class maps to this CSS definition:\n\n .pr1-m{padding-right:.25rem}\n\n","type":"String.String"},{"name":"pr1_ns","comment":" This class maps to this CSS definition:\n\n .pr1-ns{padding-right:.25rem}\n\n","type":"String.String"},{"name":"pr2","comment":" This class maps to this CSS definition:\n\n .pr2{padding-right:.5rem}\n\n","type":"String.String"},{"name":"pr2_l","comment":" This class maps to this CSS definition:\n\n .pr2-l{padding-right:.5rem}\n\n","type":"String.String"},{"name":"pr2_m","comment":" This class maps to this CSS definition:\n\n .pr2-m{padding-right:.5rem}\n\n","type":"String.String"},{"name":"pr2_ns","comment":" This class maps to this CSS definition:\n\n .pr2-ns{padding-right:.5rem}\n\n","type":"String.String"},{"name":"pr3","comment":" This class maps to this CSS definition:\n\n .pr3{padding-right:1rem}\n\n","type":"String.String"},{"name":"pr3_l","comment":" This class maps to this CSS definition:\n\n .pr3-l{padding-right:1rem}\n\n","type":"String.String"},{"name":"pr3_m","comment":" This class maps to this CSS definition:\n\n .pr3-m{padding-right:1rem}\n\n","type":"String.String"},{"name":"pr3_ns","comment":" This class maps to this CSS definition:\n\n .pr3-ns{padding-right:1rem}\n\n","type":"String.String"},{"name":"pr4","comment":" This class maps to this CSS definition:\n\n .pr4{padding-right:2rem}\n\n","type":"String.String"},{"name":"pr4_l","comment":" This class maps to this CSS definition:\n\n .pr4-l{padding-right:2rem}\n\n","type":"String.String"},{"name":"pr4_m","comment":" This class maps to this CSS definition:\n\n .pr4-m{padding-right:2rem}\n\n","type":"String.String"},{"name":"pr4_ns","comment":" This class maps to this CSS definition:\n\n .pr4-ns{padding-right:2rem}\n\n","type":"String.String"},{"name":"pr5","comment":" This class maps to this CSS definition:\n\n .pr5{padding-right:4rem}\n\n","type":"String.String"},{"name":"pr5_l","comment":" This class maps to this CSS definition:\n\n .pr5-l{padding-right:4rem}\n\n","type":"String.String"},{"name":"pr5_m","comment":" This class maps to this CSS definition:\n\n .pr5-m{padding-right:4rem}\n\n","type":"String.String"},{"name":"pr5_ns","comment":" This class maps to this CSS definition:\n\n .pr5-ns{padding-right:4rem}\n\n","type":"String.String"},{"name":"pr6","comment":" This class maps to this CSS definition:\n\n .pr6{padding-right:8rem}\n\n","type":"String.String"},{"name":"pr6_l","comment":" This class maps to this CSS definition:\n\n .pr6-l{padding-right:8rem}\n\n","type":"String.String"},{"name":"pr6_m","comment":" This class maps to this CSS definition:\n\n .pr6-m{padding-right:8rem}\n\n","type":"String.String"},{"name":"pr6_ns","comment":" This class maps to this CSS definition:\n\n .pr6-ns{padding-right:8rem}\n\n","type":"String.String"},{"name":"pr7","comment":" This class maps to this CSS definition:\n\n .pr7{padding-right:16rem}\n\n","type":"String.String"},{"name":"pr7_l","comment":" This class maps to this CSS definition:\n\n .pr7-l{padding-right:16rem}\n\n","type":"String.String"},{"name":"pr7_m","comment":" This class maps to this CSS definition:\n\n .pr7-m{padding-right:16rem}\n\n","type":"String.String"},{"name":"pr7_ns","comment":" This class maps to this CSS definition:\n\n .pr7-ns{padding-right:16rem}\n\n","type":"String.String"},{"name":"pre","comment":" This class maps to this CSS definition:\n\n .pre{overflow-x:auto;overflow-y:hidden;overflow:scroll}\n .pre{white-space:pre}\n\n","type":"String.String"},{"name":"pre_l","comment":" This class maps to this CSS definition:\n\n .pre-l{white-space:pre}\n\n","type":"String.String"},{"name":"pre_m","comment":" This class maps to this CSS definition:\n\n .pre-m{white-space:pre}\n\n","type":"String.String"},{"name":"pre_ns","comment":" This class maps to this CSS definition:\n\n .pre-ns{white-space:pre}\n\n","type":"String.String"},{"name":"pt0","comment":" This class maps to this CSS definition:\n\n .pt0{padding-top:0}\n\n","type":"String.String"},{"name":"pt0_l","comment":" This class maps to this CSS definition:\n\n .pt0-l{padding-top:0}\n\n","type":"String.String"},{"name":"pt0_m","comment":" This class maps to this CSS definition:\n\n .pt0-m{padding-top:0}\n\n","type":"String.String"},{"name":"pt0_ns","comment":" This class maps to this CSS definition:\n\n .pt0-ns{padding-top:0}\n\n","type":"String.String"},{"name":"pt1","comment":" This class maps to this CSS definition:\n\n .pt1{padding-top:.25rem}\n\n","type":"String.String"},{"name":"pt1_l","comment":" This class maps to this CSS definition:\n\n .pt1-l{padding-top:.25rem}\n\n","type":"String.String"},{"name":"pt1_m","comment":" This class maps to this CSS definition:\n\n .pt1-m{padding-top:.25rem}\n\n","type":"String.String"},{"name":"pt1_ns","comment":" This class maps to this CSS definition:\n\n .pt1-ns{padding-top:.25rem}\n\n","type":"String.String"},{"name":"pt2","comment":" This class maps to this CSS definition:\n\n .pt2{padding-top:.5rem}\n\n","type":"String.String"},{"name":"pt2_l","comment":" This class maps to this CSS definition:\n\n .pt2-l{padding-top:.5rem}\n\n","type":"String.String"},{"name":"pt2_m","comment":" This class maps to this CSS definition:\n\n .pt2-m{padding-top:.5rem}\n\n","type":"String.String"},{"name":"pt2_ns","comment":" This class maps to this CSS definition:\n\n .pt2-ns{padding-top:.5rem}\n\n","type":"String.String"},{"name":"pt3","comment":" This class maps to this CSS definition:\n\n .pt3{padding-top:1rem}\n\n","type":"String.String"},{"name":"pt3_l","comment":" This class maps to this CSS definition:\n\n .pt3-l{padding-top:1rem}\n\n","type":"String.String"},{"name":"pt3_m","comment":" This class maps to this CSS definition:\n\n .pt3-m{padding-top:1rem}\n\n","type":"String.String"},{"name":"pt3_ns","comment":" This class maps to this CSS definition:\n\n .pt3-ns{padding-top:1rem}\n\n","type":"String.String"},{"name":"pt4","comment":" This class maps to this CSS definition:\n\n .pt4{padding-top:2rem}\n\n","type":"String.String"},{"name":"pt4_l","comment":" This class maps to this CSS definition:\n\n .pt4-l{padding-top:2rem}\n\n","type":"String.String"},{"name":"pt4_m","comment":" This class maps to this CSS definition:\n\n .pt4-m{padding-top:2rem}\n\n","type":"String.String"},{"name":"pt4_ns","comment":" This class maps to this CSS definition:\n\n .pt4-ns{padding-top:2rem}\n\n","type":"String.String"},{"name":"pt5","comment":" This class maps to this CSS definition:\n\n .pt5{padding-top:4rem}\n\n","type":"String.String"},{"name":"pt5_l","comment":" This class maps to this CSS definition:\n\n .pt5-l{padding-top:4rem}\n\n","type":"String.String"},{"name":"pt5_m","comment":" This class maps to this CSS definition:\n\n .pt5-m{padding-top:4rem}\n\n","type":"String.String"},{"name":"pt5_ns","comment":" This class maps to this CSS definition:\n\n .pt5-ns{padding-top:4rem}\n\n","type":"String.String"},{"name":"pt6","comment":" This class maps to this CSS definition:\n\n .pt6{padding-top:8rem}\n\n","type":"String.String"},{"name":"pt6_l","comment":" This class maps to this CSS definition:\n\n .pt6-l{padding-top:8rem}\n\n","type":"String.String"},{"name":"pt6_m","comment":" This class maps to this CSS definition:\n\n .pt6-m{padding-top:8rem}\n\n","type":"String.String"},{"name":"pt6_ns","comment":" This class maps to this CSS definition:\n\n .pt6-ns{padding-top:8rem}\n\n","type":"String.String"},{"name":"pt7","comment":" This class maps to this CSS definition:\n\n .pt7{padding-top:16rem}\n\n","type":"String.String"},{"name":"pt7_l","comment":" This class maps to this CSS definition:\n\n .pt7-l{padding-top:16rem}\n\n","type":"String.String"},{"name":"pt7_m","comment":" This class maps to this CSS definition:\n\n .pt7-m{padding-top:16rem}\n\n","type":"String.String"},{"name":"pt7_ns","comment":" This class maps to this CSS definition:\n\n .pt7-ns{padding-top:16rem}\n\n","type":"String.String"},{"name":"purple","comment":" This class maps to this CSS definition:\n\n .purple{color:#5e2ca5}\n\n","type":"String.String"},{"name":"pv0","comment":" This class maps to this CSS definition:\n\n .pv0{padding-top:0;padding-bottom:0}\n\n","type":"String.String"},{"name":"pv0_l","comment":" This class maps to this CSS definition:\n\n .pv0-l{padding-top:0;padding-bottom:0}\n\n","type":"String.String"},{"name":"pv0_m","comment":" This class maps to this CSS definition:\n\n .pv0-m{padding-top:0;padding-bottom:0}\n\n","type":"String.String"},{"name":"pv0_ns","comment":" This class maps to this CSS definition:\n\n .pv0-ns{padding-top:0;padding-bottom:0}\n\n","type":"String.String"},{"name":"pv1","comment":" This class maps to this CSS definition:\n\n .pv1{padding-top:.25rem;padding-bottom:.25rem}\n\n","type":"String.String"},{"name":"pv1_l","comment":" This class maps to this CSS definition:\n\n .pv1-l{padding-top:.25rem;padding-bottom:.25rem}\n\n","type":"String.String"},{"name":"pv1_m","comment":" This class maps to this CSS definition:\n\n .pv1-m{padding-top:.25rem;padding-bottom:.25rem}\n\n","type":"String.String"},{"name":"pv1_ns","comment":" This class maps to this CSS definition:\n\n .pv1-ns{padding-top:.25rem;padding-bottom:.25rem}\n\n","type":"String.String"},{"name":"pv2","comment":" This class maps to this CSS definition:\n\n .pv2{padding-top:.5rem;padding-bottom:.5rem}\n\n","type":"String.String"},{"name":"pv2_l","comment":" This class maps to this CSS definition:\n\n .pv2-l{padding-top:.5rem;padding-bottom:.5rem}\n\n","type":"String.String"},{"name":"pv2_m","comment":" This class maps to this CSS definition:\n\n .pv2-m{padding-top:.5rem;padding-bottom:.5rem}\n\n","type":"String.String"},{"name":"pv2_ns","comment":" This class maps to this CSS definition:\n\n .pv2-ns{padding-top:.5rem;padding-bottom:.5rem}\n\n","type":"String.String"},{"name":"pv3","comment":" This class maps to this CSS definition:\n\n .pv3{padding-top:1rem;padding-bottom:1rem}\n\n","type":"String.String"},{"name":"pv3_l","comment":" This class maps to this CSS definition:\n\n .pv3-l{padding-top:1rem;padding-bottom:1rem}\n\n","type":"String.String"},{"name":"pv3_m","comment":" This class maps to this CSS definition:\n\n .pv3-m{padding-top:1rem;padding-bottom:1rem}\n\n","type":"String.String"},{"name":"pv3_ns","comment":" This class maps to this CSS definition:\n\n .pv3-ns{padding-top:1rem;padding-bottom:1rem}\n\n","type":"String.String"},{"name":"pv4","comment":" This class maps to this CSS definition:\n\n .pv4{padding-top:2rem;padding-bottom:2rem}\n\n","type":"String.String"},{"name":"pv4_l","comment":" This class maps to this CSS definition:\n\n .pv4-l{padding-top:2rem;padding-bottom:2rem}\n\n","type":"String.String"},{"name":"pv4_m","comment":" This class maps to this CSS definition:\n\n .pv4-m{padding-top:2rem;padding-bottom:2rem}\n\n","type":"String.String"},{"name":"pv4_ns","comment":" This class maps to this CSS definition:\n\n .pv4-ns{padding-top:2rem;padding-bottom:2rem}\n\n","type":"String.String"},{"name":"pv5","comment":" This class maps to this CSS definition:\n\n .pv5{padding-top:4rem;padding-bottom:4rem}\n\n","type":"String.String"},{"name":"pv5_l","comment":" This class maps to this CSS definition:\n\n .pv5-l{padding-top:4rem;padding-bottom:4rem}\n\n","type":"String.String"},{"name":"pv5_m","comment":" This class maps to this CSS definition:\n\n .pv5-m{padding-top:4rem;padding-bottom:4rem}\n\n","type":"String.String"},{"name":"pv5_ns","comment":" This class maps to this CSS definition:\n\n .pv5-ns{padding-top:4rem;padding-bottom:4rem}\n\n","type":"String.String"},{"name":"pv6","comment":" This class maps to this CSS definition:\n\n .pv6{padding-top:8rem;padding-bottom:8rem}\n\n","type":"String.String"},{"name":"pv6_l","comment":" This class maps to this CSS definition:\n\n .pv6-l{padding-top:8rem;padding-bottom:8rem}\n\n","type":"String.String"},{"name":"pv6_m","comment":" This class maps to this CSS definition:\n\n .pv6-m{padding-top:8rem;padding-bottom:8rem}\n\n","type":"String.String"},{"name":"pv6_ns","comment":" This class maps to this CSS definition:\n\n .pv6-ns{padding-top:8rem;padding-bottom:8rem}\n\n","type":"String.String"},{"name":"pv7","comment":" This class maps to this CSS definition:\n\n .pv7{padding-top:16rem;padding-bottom:16rem}\n\n","type":"String.String"},{"name":"pv7_l","comment":" This class maps to this CSS definition:\n\n .pv7-l{padding-top:16rem;padding-bottom:16rem}\n\n","type":"String.String"},{"name":"pv7_m","comment":" This class maps to this CSS definition:\n\n .pv7-m{padding-top:16rem;padding-bottom:16rem}\n\n","type":"String.String"},{"name":"pv7_ns","comment":" This class maps to this CSS definition:\n\n .pv7-ns{padding-top:16rem;padding-bottom:16rem}\n\n","type":"String.String"},{"name":"red","comment":" This class maps to this CSS definition:\n\n .red{color:#ff4136}\n\n","type":"String.String"},{"name":"relative","comment":" This class maps to this CSS definition:\n\n .relative { position = relative }\n\n","type":"String.String"},{"name":"relative_l","comment":" This class maps to this CSS definition:\n\n .relative - l { position = relative }\n\n","type":"String.String"},{"name":"relative_m","comment":" This class maps to this CSS definition:\n\n .relative - m { position = relative }\n\n","type":"String.String"},{"name":"relative_ns","comment":" This class maps to this CSS definition:\n\n .relative - ns { position = relative }\n\n","type":"String.String"},{"name":"right_0","comment":" This class maps to this CSS definition:\n\n .right - 0 { right = 0 }\n\n","type":"String.String"},{"name":"right_0_l","comment":" This class maps to this CSS definition:\n\n .right - 0 - l { right = 0 }\n\n","type":"String.String"},{"name":"right_0_m","comment":" This class maps to this CSS definition:\n\n .right - 0 - m { right = 0 }\n\n","type":"String.String"},{"name":"right_0_ns","comment":" This class maps to this CSS definition:\n\n .right - 0 - ns { right = 0 }\n\n","type":"String.String"},{"name":"right_1","comment":" This class maps to this CSS definition:\n\n .right - 1 { right = 1 rem }\n\n","type":"String.String"},{"name":"right_1_l","comment":" This class maps to this CSS definition:\n\n .right - 1 - l { right = 1 rem }\n\n","type":"String.String"},{"name":"right_1_m","comment":" This class maps to this CSS definition:\n\n .right - 1 - m { right = 1 rem }\n\n","type":"String.String"},{"name":"right_1_ns","comment":" This class maps to this CSS definition:\n\n .right - 1 - ns { right = 1 rem }\n\n","type":"String.String"},{"name":"right_2","comment":" This class maps to this CSS definition:\n\n .right - 2 { right = 2 rem }\n\n","type":"String.String"},{"name":"right_2_l","comment":" This class maps to this CSS definition:\n\n .right - 2 - l { right = 2 rem }\n\n","type":"String.String"},{"name":"right_2_m","comment":" This class maps to this CSS definition:\n\n .right - 2 - m { right = 2 rem }\n\n","type":"String.String"},{"name":"right_2_ns","comment":" This class maps to this CSS definition:\n\n .right - 2 - ns { right = 2 rem }\n\n","type":"String.String"},{"name":"right__1","comment":" This class maps to this CSS definition:\n\n .right --1{right:-1rem}\n\n","type":"String.String"},{"name":"right__1_l","comment":" This class maps to this CSS definition:\n\n .right --1-l{right:-1rem}\n\n","type":"String.String"},{"name":"right__1_m","comment":" This class maps to this CSS definition:\n\n .right --1-m{right:-1rem}\n\n","type":"String.String"},{"name":"right__1_ns","comment":" This class maps to this CSS definition:\n\n .right --1-ns{right:-1rem}\n\n","type":"String.String"},{"name":"right__2","comment":" This class maps to this CSS definition:\n\n .right --2{right:-2rem}\n\n","type":"String.String"},{"name":"right__2_l","comment":" This class maps to this CSS definition:\n\n .right --2-l{right:-2rem}\n\n","type":"String.String"},{"name":"right__2_m","comment":" This class maps to this CSS definition:\n\n .right --2-m{right:-2rem}\n\n","type":"String.String"},{"name":"right__2_ns","comment":" This class maps to this CSS definition:\n\n .right --2-ns{right:-2rem}\n\n","type":"String.String"},{"name":"rotate_135","comment":" This class maps to this CSS definition:\n\n .rotate-135{ -webkit-transform:rotate(135deg);transform:rotate(135deg)}\n\n","type":"String.String"},{"name":"rotate_135_l","comment":" This class maps to this CSS definition:\n\n .rotate-135-l{ -webkit-transform:rotate(135deg);transform:rotate(135deg)}\n\n","type":"String.String"},{"name":"rotate_135_m","comment":" This class maps to this CSS definition:\n\n .rotate-135-m{ -webkit-transform:rotate(135deg);transform:rotate(135deg)}\n\n","type":"String.String"},{"name":"rotate_135_ns","comment":" This class maps to this CSS definition:\n\n .rotate-135-ns{ -webkit-transform:rotate(135deg);transform:rotate(135deg)}\n\n","type":"String.String"},{"name":"rotate_180","comment":" This class maps to this CSS definition:\n\n .rotate-180{ -webkit-transform:rotate(180deg);transform:rotate(180deg)}\n\n","type":"String.String"},{"name":"rotate_180_l","comment":" This class maps to this CSS definition:\n\n .rotate-180-l{ -webkit-transform:rotate(180deg);transform:rotate(180deg)}\n\n","type":"String.String"},{"name":"rotate_180_m","comment":" This class maps to this CSS definition:\n\n .rotate-180-m{ -webkit-transform:rotate(180deg);transform:rotate(180deg)}\n\n","type":"String.String"},{"name":"rotate_180_ns","comment":" This class maps to this CSS definition:\n\n .rotate-180-ns{ -webkit-transform:rotate(180deg);transform:rotate(180deg)}\n\n","type":"String.String"},{"name":"rotate_225","comment":" This class maps to this CSS definition:\n\n .rotate-225{ -webkit-transform:rotate(225deg);transform:rotate(225deg)}\n\n","type":"String.String"},{"name":"rotate_225_l","comment":" This class maps to this CSS definition:\n\n .rotate-225-l{ -webkit-transform:rotate(225deg);transform:rotate(225deg)}\n\n","type":"String.String"},{"name":"rotate_225_m","comment":" This class maps to this CSS definition:\n\n .rotate-225-m{ -webkit-transform:rotate(225deg);transform:rotate(225deg)}\n\n","type":"String.String"},{"name":"rotate_225_ns","comment":" This class maps to this CSS definition:\n\n .rotate-225-ns{ -webkit-transform:rotate(225deg);transform:rotate(225deg)}\n\n","type":"String.String"},{"name":"rotate_270","comment":" This class maps to this CSS definition:\n\n .rotate-270{ -webkit-transform:rotate(270deg);transform:rotate(270deg)}\n\n","type":"String.String"},{"name":"rotate_270_l","comment":" This class maps to this CSS definition:\n\n .rotate-270-l{ -webkit-transform:rotate(270deg);transform:rotate(270deg)}\n\n","type":"String.String"},{"name":"rotate_270_m","comment":" This class maps to this CSS definition:\n\n .rotate-270-m{ -webkit-transform:rotate(270deg);transform:rotate(270deg)}\n\n","type":"String.String"},{"name":"rotate_270_ns","comment":" This class maps to this CSS definition:\n\n .rotate-270-ns{ -webkit-transform:rotate(270deg);transform:rotate(270deg)}\n\n","type":"String.String"},{"name":"rotate_315","comment":" This class maps to this CSS definition:\n\n .rotate-315{ -webkit-transform:rotate(315deg);transform:rotate(315deg)}\n\n","type":"String.String"},{"name":"rotate_315_l","comment":" This class maps to this CSS definition:\n\n .rotate-315-l{ -webkit-transform:rotate(315deg);transform:rotate(315deg)}\n\n","type":"String.String"},{"name":"rotate_315_m","comment":" This class maps to this CSS definition:\n\n .rotate-315-m{ -webkit-transform:rotate(315deg);transform:rotate(315deg)}\n\n","type":"String.String"},{"name":"rotate_315_ns","comment":" This class maps to this CSS definition:\n\n .rotate-315-ns{ -webkit-transform:rotate(315deg);transform:rotate(315deg)}\n\n","type":"String.String"},{"name":"rotate_45","comment":" This class maps to this CSS definition:\n\n .rotate-45{ -webkit-transform:rotate(45deg);transform:rotate(45deg)}\n\n","type":"String.String"},{"name":"rotate_45_l","comment":" This class maps to this CSS definition:\n\n .rotate-45-l{ -webkit-transform:rotate(45deg);transform:rotate(45deg)}\n\n","type":"String.String"},{"name":"rotate_45_m","comment":" This class maps to this CSS definition:\n\n .rotate-45-m{ -webkit-transform:rotate(45deg);transform:rotate(45deg)}\n\n","type":"String.String"},{"name":"rotate_45_ns","comment":" This class maps to this CSS definition:\n\n .rotate-45-ns{ -webkit-transform:rotate(45deg);transform:rotate(45deg)}\n\n","type":"String.String"},{"name":"rotate_90","comment":" This class maps to this CSS definition:\n\n .rotate-90{ -webkit-transform:rotate(90deg);transform:rotate(90deg)}\n\n","type":"String.String"},{"name":"rotate_90_l","comment":" This class maps to this CSS definition:\n\n .rotate-90-l{ -webkit-transform:rotate(90deg);transform:rotate(90deg)}\n\n","type":"String.String"},{"name":"rotate_90_m","comment":" This class maps to this CSS definition:\n\n .rotate-90-m{ -webkit-transform:rotate(90deg);transform:rotate(90deg)}\n\n","type":"String.String"},{"name":"rotate_90_ns","comment":" This class maps to this CSS definition:\n\n .rotate-90-ns{ -webkit-transform:rotate(90deg);transform:rotate(90deg)}\n\n","type":"String.String"},{"name":"sans_serif","comment":" This class maps to this CSS definition:\n\n .sans-serif{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}\n\n","type":"String.String"},{"name":"self_baseline","comment":" This class maps to this CSS definition:\n\n .self-baseline{align-self:baseline}\n\n","type":"String.String"},{"name":"self_baseline_l","comment":" This class maps to this CSS definition:\n\n .self-baseline-l{align-self:baseline}\n\n","type":"String.String"},{"name":"self_baseline_m","comment":" This class maps to this CSS definition:\n\n .self-baseline-m{align-self:baseline}\n\n","type":"String.String"},{"name":"self_baseline_ns","comment":" This class maps to this CSS definition:\n\n .self-baseline-ns{align-self:baseline}\n\n","type":"String.String"},{"name":"self_center","comment":" This class maps to this CSS definition:\n\n .self-center{align-self:center}\n\n","type":"String.String"},{"name":"self_center_l","comment":" This class maps to this CSS definition:\n\n .self-center-l{align-self:center}\n\n","type":"String.String"},{"name":"self_center_m","comment":" This class maps to this CSS definition:\n\n .self-center-m{align-self:center}\n\n","type":"String.String"},{"name":"self_center_ns","comment":" This class maps to this CSS definition:\n\n .self-center-ns{align-self:center}\n\n","type":"String.String"},{"name":"self_end","comment":" This class maps to this CSS definition:\n\n .self-end{align-self:flex-end}\n\n","type":"String.String"},{"name":"self_end_l","comment":" This class maps to this CSS definition:\n\n .self-end-l{align-self:flex-end}\n\n","type":"String.String"},{"name":"self_end_m","comment":" This class maps to this CSS definition:\n\n .self-end-m{align-self:flex-end}\n\n","type":"String.String"},{"name":"self_end_ns","comment":" This class maps to this CSS definition:\n\n .self-end-ns{align-self:flex-end}\n\n","type":"String.String"},{"name":"self_start","comment":" This class maps to this CSS definition:\n\n .self-start{align-self:flex-start}\n\n","type":"String.String"},{"name":"self_start_l","comment":" This class maps to this CSS definition:\n\n .self-start-l{align-self:flex-start}\n\n","type":"String.String"},{"name":"self_start_m","comment":" This class maps to this CSS definition:\n\n .self-start-m{align-self:flex-start}\n\n","type":"String.String"},{"name":"self_start_ns","comment":" This class maps to this CSS definition:\n\n .self-start-ns{align-self:flex-start}\n\n","type":"String.String"},{"name":"self_stretch","comment":" This class maps to this CSS definition:\n\n .self-stretch{align-self:stretch}\n\n","type":"String.String"},{"name":"self_stretch_l","comment":" This class maps to this CSS definition:\n\n .self-stretch-l{align-self:stretch}\n\n","type":"String.String"},{"name":"self_stretch_m","comment":" This class maps to this CSS definition:\n\n .self-stretch-m{align-self:stretch}\n\n","type":"String.String"},{"name":"self_stretch_ns","comment":" This class maps to this CSS definition:\n\n .self-stretch-ns{align-self:stretch}\n\n","type":"String.String"},{"name":"serif","comment":" This class maps to this CSS definition:\n\n .serif{font-family:georgia,times,serif}\n\n","type":"String.String"},{"name":"shadow_1","comment":" This class maps to this CSS definition:\n\n .shadow-1{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_1_l","comment":" This class maps to this CSS definition:\n\n .shadow-1-l{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_1_m","comment":" This class maps to this CSS definition:\n\n .shadow-1-m{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_1_ns","comment":" This class maps to this CSS definition:\n\n .shadow-1-ns{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_2","comment":" This class maps to this CSS definition:\n\n .shadow-2{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_2_l","comment":" This class maps to this CSS definition:\n\n .shadow-2-l{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_2_m","comment":" This class maps to this CSS definition:\n\n .shadow-2-m{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_2_ns","comment":" This class maps to this CSS definition:\n\n .shadow-2-ns{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_3","comment":" This class maps to this CSS definition:\n\n .shadow-3{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_3_l","comment":" This class maps to this CSS definition:\n\n .shadow-3-l{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_3_m","comment":" This class maps to this CSS definition:\n\n .shadow-3-m{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_3_ns","comment":" This class maps to this CSS definition:\n\n .shadow-3-ns{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_4","comment":" This class maps to this CSS definition:\n\n .shadow-4{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_4_l","comment":" This class maps to this CSS definition:\n\n .shadow-4-l{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_4_m","comment":" This class maps to this CSS definition:\n\n .shadow-4-m{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_4_ns","comment":" This class maps to this CSS definition:\n\n .shadow-4-ns{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_5","comment":" This class maps to this CSS definition:\n\n .shadow-5{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_5_l","comment":" This class maps to this CSS definition:\n\n .shadow-5-l{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_5_m","comment":" This class maps to this CSS definition:\n\n .shadow-5-m{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_5_ns","comment":" This class maps to this CSS definition:\n\n .shadow-5-ns{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}\n\n","type":"String.String"},{"name":"shadow_hover","comment":" This class maps to this CSS definition:\n\n .pointer:hover,.shadow-hover{cursor:pointer}\n .shadow-hover{position:relative;transition:all .5s cubic-bezier(.165,.84,.44,1)}\n .shadow-hover:after{content:\"\";box-shadow:0 0 16px 2px rgba(0,0,0,.2);border-radius:inherit;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transition:opacity .5s cubic-bezier(.165,.84,.44,1)}\n .shadow-hover:focus:after,.shadow-hover:hover:after{opacity:1}\n\n","type":"String.String"},{"name":"silver","comment":" This class maps to this CSS definition:\n\n .silver{color:#999}\n\n","type":"String.String"},{"name":"small_caps","comment":" This class maps to this CSS definition:\n\n .small-caps{font-variant:small-caps}\n\n","type":"String.String"},{"name":"small_caps_l","comment":" This class maps to this CSS definition:\n\n .small-caps-l{font-variant:small-caps}\n\n","type":"String.String"},{"name":"small_caps_m","comment":" This class maps to this CSS definition:\n\n .small-caps-m{font-variant:small-caps}\n\n","type":"String.String"},{"name":"small_caps_ns","comment":" This class maps to this CSS definition:\n\n .small-caps-ns{font-variant:small-caps}\n\n","type":"String.String"},{"name":"static","comment":" This class maps to this CSS definition:\n\n .static { position = static }\n\n","type":"String.String"},{"name":"static_l","comment":" This class maps to this CSS definition:\n\n .static - l { position = static }\n\n","type":"String.String"},{"name":"static_m","comment":" This class maps to this CSS definition:\n\n .static - m { position = static }\n\n","type":"String.String"},{"name":"static_ns","comment":" This class maps to this CSS definition:\n\n .static - ns { position = static }\n\n","type":"String.String"},{"name":"strike","comment":" This class maps to this CSS definition:\n\n .strike{text-decoration:line-through}\n\n","type":"String.String"},{"name":"strike_l","comment":" This class maps to this CSS definition:\n\n .strike-l{text-decoration:line-through}\n\n","type":"String.String"},{"name":"strike_m","comment":" This class maps to this CSS definition:\n\n .strike-m{text-decoration:line-through}\n\n","type":"String.String"},{"name":"strike_ns","comment":" This class maps to this CSS definition:\n\n .strike-ns{text-decoration:line-through}\n\n","type":"String.String"},{"name":"stripe_dark","comment":" This class maps to this CSS definition:\n\n .stripe-dark:nth-child(odd){background-color:rgba(0,0,0,.1)}\n\n","type":"String.String"},{"name":"stripe_light","comment":" This class maps to this CSS definition:\n\n .stripe-light:nth-child(odd){background-color:hsla(0,0%,100%,.1)}\n\n","type":"String.String"},{"name":"striped__light_gray","comment":" This class maps to this CSS definition:\n\n .striped --light-gray:nth-child(odd){background-color:#eee}\n\n","type":"String.String"},{"name":"striped__light_silver","comment":" This class maps to this CSS definition:\n\n .striped --light-silver:nth-child(odd){background-color:#aaa}\n\n","type":"String.String"},{"name":"striped__moon_gray","comment":" This class maps to this CSS definition:\n\n .striped --moon-gray:nth-child(odd){background-color:#ccc}\n\n","type":"String.String"},{"name":"striped__near_white","comment":" This class maps to this CSS definition:\n\n .striped --near-white:nth-child(odd){background-color:#f4f4f4}\n\n","type":"String.String"},{"name":"system_sans_serif","comment":" This class maps to this CSS definition:\n\n .system-sans-serif{font-family:sans-serif}\n\n","type":"String.String"},{"name":"system_serif","comment":" This class maps to this CSS definition:\n\n .system-serif{font-family:serif}\n\n","type":"String.String"},{"name":"tc","comment":" This class maps to this CSS definition:\n\n .tc{text-align:center}\n\n","type":"String.String"},{"name":"tc_l","comment":" This class maps to this CSS definition:\n\n .tc-l{text-align:center}\n\n","type":"String.String"},{"name":"tc_m","comment":" This class maps to this CSS definition:\n\n .tc-m{text-align:center}\n\n","type":"String.String"},{"name":"tc_ns","comment":" This class maps to this CSS definition:\n\n .tc-ns{text-align:center}\n\n","type":"String.String"},{"name":"times","comment":" This class maps to this CSS definition:\n\n .times{font-family:times,serif}\n\n","type":"String.String"},{"name":"tj","comment":" This class maps to this CSS definition:\n\n .tj{text-align:justify}\n\n","type":"String.String"},{"name":"tj_l","comment":" This class maps to this CSS definition:\n\n .tj-l{text-align:justify}\n\n","type":"String.String"},{"name":"tj_m","comment":" This class maps to this CSS definition:\n\n .tj-m{text-align:justify}\n\n","type":"String.String"},{"name":"tj_ns","comment":" This class maps to this CSS definition:\n\n .tj-ns{text-align:justify}\n\n","type":"String.String"},{"name":"tl","comment":" This class maps to this CSS definition:\n\n .tl{text-align:left}\n\n","type":"String.String"},{"name":"tl_l","comment":" This class maps to this CSS definition:\n\n .tl-l{text-align:left}\n\n","type":"String.String"},{"name":"tl_m","comment":" This class maps to this CSS definition:\n\n .tl-m{text-align:left}\n\n","type":"String.String"},{"name":"tl_ns","comment":" This class maps to this CSS definition:\n\n .tl-ns{text-align:left}\n\n","type":"String.String"},{"name":"top_0","comment":" This class maps to this CSS definition:\n\n .top - 0 { top = 0 }\n\n","type":"String.String"},{"name":"top_0_l","comment":" This class maps to this CSS definition:\n\n .top - 0 - l { top = 0 }\n\n","type":"String.String"},{"name":"top_0_m","comment":" This class maps to this CSS definition:\n\n .top - 0 - m { top = 0 }\n\n","type":"String.String"},{"name":"top_0_ns","comment":" This class maps to this CSS definition:\n\n .top - 0 - ns { top = 0 }\n\n","type":"String.String"},{"name":"top_1","comment":" This class maps to this CSS definition:\n\n .top - 1 { top = 1 rem }\n\n","type":"String.String"},{"name":"top_1_l","comment":" This class maps to this CSS definition:\n\n .top - 1 - l { top = 1 rem }\n\n","type":"String.String"},{"name":"top_1_m","comment":" This class maps to this CSS definition:\n\n .top - 1 - m { top = 1 rem }\n\n","type":"String.String"},{"name":"top_1_ns","comment":" This class maps to this CSS definition:\n\n .top - 1 - ns { top = 1 rem }\n\n","type":"String.String"},{"name":"top_2","comment":" This class maps to this CSS definition:\n\n .top - 2 { top = 2 rem }\n\n","type":"String.String"},{"name":"top_2_l","comment":" This class maps to this CSS definition:\n\n .top - 2 - l { top = 2 rem }\n\n","type":"String.String"},{"name":"top_2_m","comment":" This class maps to this CSS definition:\n\n .top - 2 - m { top = 2 rem }\n\n","type":"String.String"},{"name":"top_2_ns","comment":" This class maps to this CSS definition:\n\n .top - 2 - ns { top = 2 rem }\n\n","type":"String.String"},{"name":"top__1","comment":" This class maps to this CSS definition:\n\n .top --1{top:-1rem}\n\n","type":"String.String"},{"name":"top__1_l","comment":" This class maps to this CSS definition:\n\n .top --1-l{top:-1rem}\n\n","type":"String.String"},{"name":"top__1_m","comment":" This class maps to this CSS definition:\n\n .top --1-m{top:-1rem}\n\n","type":"String.String"},{"name":"top__1_ns","comment":" This class maps to this CSS definition:\n\n .top --1-ns{top:-1rem}\n\n","type":"String.String"},{"name":"top__2","comment":" This class maps to this CSS definition:\n\n .top --2{top:-2rem}\n\n","type":"String.String"},{"name":"top__2_l","comment":" This class maps to this CSS definition:\n\n .top --2-l{top:-2rem}\n\n","type":"String.String"},{"name":"top__2_m","comment":" This class maps to this CSS definition:\n\n .top --2-m{top:-2rem}\n\n","type":"String.String"},{"name":"top__2_ns","comment":" This class maps to this CSS definition:\n\n .top --2-ns{top:-2rem}\n\n","type":"String.String"},{"name":"tr","comment":" This class maps to this CSS definition:\n\n .tr{text-align:right}\n\n","type":"String.String"},{"name":"tr_l","comment":" This class maps to this CSS definition:\n\n .tr-l{text-align:right}\n\n","type":"String.String"},{"name":"tr_m","comment":" This class maps to this CSS definition:\n\n .tr-m{text-align:right}\n\n","type":"String.String"},{"name":"tr_ns","comment":" This class maps to this CSS definition:\n\n .tr-ns{text-align:right}\n\n","type":"String.String"},{"name":"tracked","comment":" This class maps to this CSS definition:\n\n .tracked{letter-spacing:.1em}\n\n","type":"String.String"},{"name":"tracked_l","comment":" This class maps to this CSS definition:\n\n .tracked-l{letter-spacing:.1em}\n\n","type":"String.String"},{"name":"tracked_m","comment":" This class maps to this CSS definition:\n\n .tracked-m{letter-spacing:.1em}\n\n","type":"String.String"},{"name":"tracked_mega","comment":" This class maps to this CSS definition:\n\n .tracked-mega{letter-spacing:.25em}\n\n","type":"String.String"},{"name":"tracked_mega_l","comment":" This class maps to this CSS definition:\n\n .tracked-mega-l{letter-spacing:.25em}\n\n","type":"String.String"},{"name":"tracked_mega_m","comment":" This class maps to this CSS definition:\n\n .tracked-mega-m{letter-spacing:.25em}\n\n","type":"String.String"},{"name":"tracked_mega_ns","comment":" This class maps to this CSS definition:\n\n .tracked-mega-ns{letter-spacing:.25em}\n\n","type":"String.String"},{"name":"tracked_ns","comment":" This class maps to this CSS definition:\n\n .tracked-ns{letter-spacing:.1em}\n\n","type":"String.String"},{"name":"tracked_tight","comment":" This class maps to this CSS definition:\n\n .tracked-tight{letter-spacing:-.05em}\n\n","type":"String.String"},{"name":"tracked_tight_l","comment":" This class maps to this CSS definition:\n\n .tracked-tight-l{letter-spacing:-.05em}\n\n","type":"String.String"},{"name":"tracked_tight_m","comment":" This class maps to this CSS definition:\n\n .tracked-tight-m{letter-spacing:-.05em}\n\n","type":"String.String"},{"name":"tracked_tight_ns","comment":" This class maps to this CSS definition:\n\n .tracked-tight-ns{letter-spacing:-.05em}\n\n","type":"String.String"},{"name":"truncate","comment":" This class maps to this CSS definition:\n\n .truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n\n","type":"String.String"},{"name":"truncate_l","comment":" This class maps to this CSS definition:\n\n .truncate-l{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n\n","type":"String.String"},{"name":"truncate_m","comment":" This class maps to this CSS definition:\n\n .truncate-m{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n\n","type":"String.String"},{"name":"truncate_ns","comment":" This class maps to this CSS definition:\n\n .truncate-ns{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n\n","type":"String.String"},{"name":"ttc","comment":" This class maps to this CSS definition:\n\n .ttc{text-transform:capitalize}\n\n","type":"String.String"},{"name":"ttc_l","comment":" This class maps to this CSS definition:\n\n .ttc-l{text-transform:capitalize}\n\n","type":"String.String"},{"name":"ttc_m","comment":" This class maps to this CSS definition:\n\n .ttc-m{text-transform:capitalize}\n\n","type":"String.String"},{"name":"ttc_ns","comment":" This class maps to this CSS definition:\n\n .ttc-ns{text-transform:capitalize}\n\n","type":"String.String"},{"name":"ttl","comment":" This class maps to this CSS definition:\n\n .ttl{text-transform:lowercase}\n\n","type":"String.String"},{"name":"ttl_l","comment":" This class maps to this CSS definition:\n\n .ttl-l{text-transform:lowercase}\n\n","type":"String.String"},{"name":"ttl_m","comment":" This class maps to this CSS definition:\n\n .ttl-m{text-transform:lowercase}\n\n","type":"String.String"},{"name":"ttl_ns","comment":" This class maps to this CSS definition:\n\n .ttl-ns{text-transform:lowercase}\n\n","type":"String.String"},{"name":"ttn","comment":" This class maps to this CSS definition:\n\n .ttn{text-transform:none}\n\n","type":"String.String"},{"name":"ttn_l","comment":" This class maps to this CSS definition:\n\n .ttn-l{text-transform:none}\n\n","type":"String.String"},{"name":"ttn_m","comment":" This class maps to this CSS definition:\n\n .ttn-m{text-transform:none}\n\n","type":"String.String"},{"name":"ttn_ns","comment":" This class maps to this CSS definition:\n\n .ttn-ns{text-transform:none}\n\n","type":"String.String"},{"name":"ttu","comment":" This class maps to this CSS definition:\n\n .ttu{text-transform:uppercase}\n\n","type":"String.String"},{"name":"ttu_l","comment":" This class maps to this CSS definition:\n\n .ttu-l{text-transform:uppercase}\n\n","type":"String.String"},{"name":"ttu_m","comment":" This class maps to this CSS definition:\n\n .ttu-m{text-transform:uppercase}\n\n","type":"String.String"},{"name":"ttu_ns","comment":" This class maps to this CSS definition:\n\n .ttu-ns{text-transform:uppercase}\n\n","type":"String.String"},{"name":"underline","comment":" This class maps to this CSS definition:\n\n .underline{text-decoration:underline}\n\n","type":"String.String"},{"name":"underline_hover","comment":" This class maps to this CSS definition:\n\n .underline-hover:focus,.underline-hover:hover{text-decoration:underline}\n\n","type":"String.String"},{"name":"underline_l","comment":" This class maps to this CSS definition:\n\n .underline-l{text-decoration:underline}\n\n","type":"String.String"},{"name":"underline_m","comment":" This class maps to this CSS definition:\n\n .underline-m{text-decoration:underline}\n\n","type":"String.String"},{"name":"underline_ns","comment":" This class maps to this CSS definition:\n\n .underline-ns{text-decoration:underline}\n\n","type":"String.String"},{"name":"v_base","comment":" This class maps to this CSS definition:\n\n .v-base{vertical-align:baseline}\n\n","type":"String.String"},{"name":"v_base_l","comment":" This class maps to this CSS definition:\n\n .v-base-l{vertical-align:baseline}\n\n","type":"String.String"},{"name":"v_base_m","comment":" This class maps to this CSS definition:\n\n .v-base-m{vertical-align:baseline}\n\n","type":"String.String"},{"name":"v_base_ns","comment":" This class maps to this CSS definition:\n\n .v-base-ns{vertical-align:baseline}\n\n","type":"String.String"},{"name":"v_btm","comment":" This class maps to this CSS definition:\n\n .v-btm{vertical-align:bottom}\n\n","type":"String.String"},{"name":"v_btm_l","comment":" This class maps to this CSS definition:\n\n .v-btm-l{vertical-align:bottom}\n\n","type":"String.String"},{"name":"v_btm_m","comment":" This class maps to this CSS definition:\n\n .v-btm-m{vertical-align:bottom}\n\n","type":"String.String"},{"name":"v_btm_ns","comment":" This class maps to this CSS definition:\n\n .v-btm-ns{vertical-align:bottom}\n\n","type":"String.String"},{"name":"v_mid","comment":" This class maps to this CSS definition:\n\n .v-mid{vertical-align:middle}\n\n","type":"String.String"},{"name":"v_mid_l","comment":" This class maps to this CSS definition:\n\n .v-mid-l{vertical-align:middle}\n\n","type":"String.String"},{"name":"v_mid_m","comment":" This class maps to this CSS definition:\n\n .v-mid-m{vertical-align:middle}\n\n","type":"String.String"},{"name":"v_mid_ns","comment":" This class maps to this CSS definition:\n\n .v-mid-ns{vertical-align:middle}\n\n","type":"String.String"},{"name":"v_top","comment":" This class maps to this CSS definition:\n\n .v-top{vertical-align:top}\n\n","type":"String.String"},{"name":"v_top_l","comment":" This class maps to this CSS definition:\n\n .v-top-l{vertical-align:top}\n\n","type":"String.String"},{"name":"v_top_m","comment":" This class maps to this CSS definition:\n\n .v-top-m{vertical-align:top}\n\n","type":"String.String"},{"name":"v_top_ns","comment":" This class maps to this CSS definition:\n\n .v-top-ns{vertical-align:top}\n\n","type":"String.String"},{"name":"vh_100","comment":" This class maps to this CSS definition:\n\n .vh - 100 { height = 100 vh }\n\n","type":"String.String"},{"name":"vh_100_l","comment":" This class maps to this CSS definition:\n\n .vh - 100 - l { height = 100 vh }\n\n","type":"String.String"},{"name":"vh_100_m","comment":" This class maps to this CSS definition:\n\n .vh - 100 - m { height = 100 vh }\n\n","type":"String.String"},{"name":"vh_100_ns","comment":" This class maps to this CSS definition:\n\n .vh - 100 - ns { height = 100 vh }\n\n","type":"String.String"},{"name":"vh_25","comment":" This class maps to this CSS definition:\n\n .vh - 25 { height = 25 vh }\n\n","type":"String.String"},{"name":"vh_25_l","comment":" This class maps to this CSS definition:\n\n .vh - 25 - l { height = 25 vh }\n\n","type":"String.String"},{"name":"vh_25_m","comment":" This class maps to this CSS definition:\n\n .vh - 25 - m { height = 25 vh }\n\n","type":"String.String"},{"name":"vh_25_ns","comment":" This class maps to this CSS definition:\n\n .vh - 25 - ns { height = 25 vh }\n\n","type":"String.String"},{"name":"vh_50","comment":" This class maps to this CSS definition:\n\n .vh - 50 { height = 50 vh }\n\n","type":"String.String"},{"name":"vh_50_l","comment":" This class maps to this CSS definition:\n\n .vh - 50 - l { height = 50 vh }\n\n","type":"String.String"},{"name":"vh_50_m","comment":" This class maps to this CSS definition:\n\n .vh - 50 - m { height = 50 vh }\n\n","type":"String.String"},{"name":"vh_50_ns","comment":" This class maps to this CSS definition:\n\n .vh - 50 - ns { height = 50 vh }\n\n","type":"String.String"},{"name":"vh_75","comment":" This class maps to this CSS definition:\n\n .vh - 75 { height = 75 vh }\n\n","type":"String.String"},{"name":"vh_75_l","comment":" This class maps to this CSS definition:\n\n .vh - 75 - l { height = 75 vh }\n\n","type":"String.String"},{"name":"vh_75_m","comment":" This class maps to this CSS definition:\n\n .vh - 75 - m { height = 75 vh }\n\n","type":"String.String"},{"name":"vh_75_ns","comment":" This class maps to this CSS definition:\n\n .vh - 75 - ns { height = 75 vh }\n\n","type":"String.String"},{"name":"w1","comment":" This class maps to this CSS definition:\n\n .w1 { width = 1 rem }\n\n","type":"String.String"},{"name":"w1_l","comment":" This class maps to this CSS definition:\n\n .w1 - l { width = 1 rem }\n\n","type":"String.String"},{"name":"w1_m","comment":" This class maps to this CSS definition:\n\n .w1 - m { width = 1 rem }\n\n","type":"String.String"},{"name":"w1_ns","comment":" This class maps to this CSS definition:\n\n .w1 - ns { width = 1 rem }\n\n","type":"String.String"},{"name":"w2","comment":" This class maps to this CSS definition:\n\n .w2 { width = 2 rem }\n\n","type":"String.String"},{"name":"w2_l","comment":" This class maps to this CSS definition:\n\n .w2 - l { width = 2 rem }\n\n","type":"String.String"},{"name":"w2_m","comment":" This class maps to this CSS definition:\n\n .w2 - m { width = 2 rem }\n\n","type":"String.String"},{"name":"w2_ns","comment":" This class maps to this CSS definition:\n\n .w2 - ns { width = 2 rem }\n\n","type":"String.String"},{"name":"w3","comment":" This class maps to this CSS definition:\n\n .w3 { width = 4 rem }\n\n","type":"String.String"},{"name":"w3_l","comment":" This class maps to this CSS definition:\n\n .w3 - l { width = 4 rem }\n\n","type":"String.String"},{"name":"w3_m","comment":" This class maps to this CSS definition:\n\n .w3 - m { width = 4 rem }\n\n","type":"String.String"},{"name":"w3_ns","comment":" This class maps to this CSS definition:\n\n .w3 - ns { width = 4 rem }\n\n","type":"String.String"},{"name":"w4","comment":" This class maps to this CSS definition:\n\n .w4 { width = 8 rem }\n\n","type":"String.String"},{"name":"w4_l","comment":" This class maps to this CSS definition:\n\n .w4 - l { width = 8 rem }\n\n","type":"String.String"},{"name":"w4_m","comment":" This class maps to this CSS definition:\n\n .w4 - m { width = 8 rem }\n\n","type":"String.String"},{"name":"w4_ns","comment":" This class maps to this CSS definition:\n\n .w4 - ns { width = 8 rem }\n\n","type":"String.String"},{"name":"w5","comment":" This class maps to this CSS definition:\n\n .w5 { width = 16 rem }\n\n","type":"String.String"},{"name":"w5_l","comment":" This class maps to this CSS definition:\n\n .w5 - l { width = 16 rem }\n\n","type":"String.String"},{"name":"w5_m","comment":" This class maps to this CSS definition:\n\n .w5 - m { width = 16 rem }\n\n","type":"String.String"},{"name":"w5_ns","comment":" This class maps to this CSS definition:\n\n .w5 - ns { width = 16 rem }\n\n","type":"String.String"},{"name":"w_10","comment":" This class maps to this CSS definition:\n\n .w-10{width:10%}\n\n","type":"String.String"},{"name":"w_100","comment":" This class maps to this CSS definition:\n\n .w-100{width:100%}\n\n","type":"String.String"},{"name":"w_100_l","comment":" This class maps to this CSS definition:\n\n .w-100-l{width:100%}\n\n","type":"String.String"},{"name":"w_100_m","comment":" This class maps to this CSS definition:\n\n .w-100-m{width:100%}\n\n","type":"String.String"},{"name":"w_100_ns","comment":" This class maps to this CSS definition:\n\n .w-100-ns{width:100%}\n\n","type":"String.String"},{"name":"w_10_l","comment":" This class maps to this CSS definition:\n\n .w-10-l{width:10%}\n\n","type":"String.String"},{"name":"w_10_m","comment":" This class maps to this CSS definition:\n\n .w-10-m{width:10%}\n\n","type":"String.String"},{"name":"w_10_ns","comment":" This class maps to this CSS definition:\n\n .w-10-ns{width:10%}\n\n","type":"String.String"},{"name":"w_20","comment":" This class maps to this CSS definition:\n\n .w-20{width:20%}\n\n","type":"String.String"},{"name":"w_20_l","comment":" This class maps to this CSS definition:\n\n .w-20-l{width:20%}\n\n","type":"String.String"},{"name":"w_20_m","comment":" This class maps to this CSS definition:\n\n .w-20-m{width:20%}\n\n","type":"String.String"},{"name":"w_20_ns","comment":" This class maps to this CSS definition:\n\n .w-20-ns{width:20%}\n\n","type":"String.String"},{"name":"w_25","comment":" This class maps to this CSS definition:\n\n .w-25{width:25%}\n\n","type":"String.String"},{"name":"w_25_l","comment":" This class maps to this CSS definition:\n\n .w-25-l{width:25%}\n\n","type":"String.String"},{"name":"w_25_m","comment":" This class maps to this CSS definition:\n\n .w-25-m{width:25%}\n\n","type":"String.String"},{"name":"w_25_ns","comment":" This class maps to this CSS definition:\n\n .w-25-ns{width:25%}\n\n","type":"String.String"},{"name":"w_30","comment":" This class maps to this CSS definition:\n\n .w-30{width:30%}\n\n","type":"String.String"},{"name":"w_30_l","comment":" This class maps to this CSS definition:\n\n .w-30-l{width:30%}\n\n","type":"String.String"},{"name":"w_30_m","comment":" This class maps to this CSS definition:\n\n .w-30-m{width:30%}\n\n","type":"String.String"},{"name":"w_30_ns","comment":" This class maps to this CSS definition:\n\n .w-30-ns{width:30%}\n\n","type":"String.String"},{"name":"w_33","comment":" This class maps to this CSS definition:\n\n .w-33{width:33%}\n\n","type":"String.String"},{"name":"w_33_l","comment":" This class maps to this CSS definition:\n\n .w-33-l{width:33%}\n\n","type":"String.String"},{"name":"w_33_m","comment":" This class maps to this CSS definition:\n\n .w-33-m{width:33%}\n\n","type":"String.String"},{"name":"w_33_ns","comment":" This class maps to this CSS definition:\n\n .w-33-ns{width:33%}\n\n","type":"String.String"},{"name":"w_34","comment":" This class maps to this CSS definition:\n\n .w-34{width:34%}\n\n","type":"String.String"},{"name":"w_34_l","comment":" This class maps to this CSS definition:\n\n .w-34-l{width:34%}\n\n","type":"String.String"},{"name":"w_34_m","comment":" This class maps to this CSS definition:\n\n .w-34-m{width:34%}\n\n","type":"String.String"},{"name":"w_34_ns","comment":" This class maps to this CSS definition:\n\n .w-34-ns{width:34%}\n\n","type":"String.String"},{"name":"w_40","comment":" This class maps to this CSS definition:\n\n .w-40{width:40%}\n\n","type":"String.String"},{"name":"w_40_l","comment":" This class maps to this CSS definition:\n\n .w-40-l{width:40%}\n\n","type":"String.String"},{"name":"w_40_m","comment":" This class maps to this CSS definition:\n\n .w-40-m{width:40%}\n\n","type":"String.String"},{"name":"w_40_ns","comment":" This class maps to this CSS definition:\n\n .w-40-ns{width:40%}\n\n","type":"String.String"},{"name":"w_50","comment":" This class maps to this CSS definition:\n\n .w-50{width:50%}\n\n","type":"String.String"},{"name":"w_50_l","comment":" This class maps to this CSS definition:\n\n .w-50-l{width:50%}\n\n","type":"String.String"},{"name":"w_50_m","comment":" This class maps to this CSS definition:\n\n .w-50-m{width:50%}\n\n","type":"String.String"},{"name":"w_50_ns","comment":" This class maps to this CSS definition:\n\n .w-50-ns{width:50%}\n\n","type":"String.String"},{"name":"w_60","comment":" This class maps to this CSS definition:\n\n .w-60{width:60%}\n\n","type":"String.String"},{"name":"w_60_l","comment":" This class maps to this CSS definition:\n\n .w-60-l{width:60%}\n\n","type":"String.String"},{"name":"w_60_m","comment":" This class maps to this CSS definition:\n\n .w-60-m{width:60%}\n\n","type":"String.String"},{"name":"w_60_ns","comment":" This class maps to this CSS definition:\n\n .w-60-ns{width:60%}\n\n","type":"String.String"},{"name":"w_70","comment":" This class maps to this CSS definition:\n\n .w-70{width:70%}\n\n","type":"String.String"},{"name":"w_70_l","comment":" This class maps to this CSS definition:\n\n .w-70-l{width:70%}\n\n","type":"String.String"},{"name":"w_70_m","comment":" This class maps to this CSS definition:\n\n .w-70-m{width:70%}\n\n","type":"String.String"},{"name":"w_70_ns","comment":" This class maps to this CSS definition:\n\n .w-70-ns{width:70%}\n\n","type":"String.String"},{"name":"w_75","comment":" This class maps to this CSS definition:\n\n .w-75{width:75%}\n\n","type":"String.String"},{"name":"w_75_l","comment":" This class maps to this CSS definition:\n\n .w-75-l{width:75%}\n\n","type":"String.String"},{"name":"w_75_m","comment":" This class maps to this CSS definition:\n\n .w-75-m{width:75%}\n\n","type":"String.String"},{"name":"w_75_ns","comment":" This class maps to this CSS definition:\n\n .w-75-ns{width:75%}\n\n","type":"String.String"},{"name":"w_80","comment":" This class maps to this CSS definition:\n\n .w-80{width:80%}\n\n","type":"String.String"},{"name":"w_80_l","comment":" This class maps to this CSS definition:\n\n .w-80-l{width:80%}\n\n","type":"String.String"},{"name":"w_80_m","comment":" This class maps to this CSS definition:\n\n .w-80-m{width:80%}\n\n","type":"String.String"},{"name":"w_80_ns","comment":" This class maps to this CSS definition:\n\n .w-80-ns{width:80%}\n\n","type":"String.String"},{"name":"w_90","comment":" This class maps to this CSS definition:\n\n .w-90{width:90%}\n\n","type":"String.String"},{"name":"w_90_l","comment":" This class maps to this CSS definition:\n\n .w-90-l{width:90%}\n\n","type":"String.String"},{"name":"w_90_m","comment":" This class maps to this CSS definition:\n\n .w-90-m{width:90%}\n\n","type":"String.String"},{"name":"w_90_ns","comment":" This class maps to this CSS definition:\n\n .w-90-ns{width:90%}\n\n","type":"String.String"},{"name":"w_auto","comment":" This class maps to this CSS definition:\n\n .w - auto { width = auto }\n\n","type":"String.String"},{"name":"w_auto_l","comment":" This class maps to this CSS definition:\n\n .w - auto - l { width = auto }\n\n","type":"String.String"},{"name":"w_auto_m","comment":" This class maps to this CSS definition:\n\n .w - auto - m { width = auto }\n\n","type":"String.String"},{"name":"w_auto_ns","comment":" This class maps to this CSS definition:\n\n .w - auto - ns { width = auto }\n\n","type":"String.String"},{"name":"w_third","comment":" This class maps to this CSS definition:\n\n .w-third{width:33.33333%}\n\n","type":"String.String"},{"name":"w_third_l","comment":" This class maps to this CSS definition:\n\n .w-third-l{width:33.33333%}\n\n","type":"String.String"},{"name":"w_third_m","comment":" This class maps to this CSS definition:\n\n .w-third-m{width:33.33333%}\n\n","type":"String.String"},{"name":"w_third_ns","comment":" This class maps to this CSS definition:\n\n .w-third-ns{width:33.33333%}\n\n","type":"String.String"},{"name":"w_two_thirds","comment":" This class maps to this CSS definition:\n\n .w-two-thirds{width:66.66667%}\n\n","type":"String.String"},{"name":"w_two_thirds_l","comment":" This class maps to this CSS definition:\n\n .w-two-thirds-l{width:66.66667%}\n\n","type":"String.String"},{"name":"w_two_thirds_m","comment":" This class maps to this CSS definition:\n\n .w-two-thirds-m{width:66.66667%}\n\n","type":"String.String"},{"name":"w_two_thirds_ns","comment":" This class maps to this CSS definition:\n\n .w-two-thirds-ns{width:66.66667%}\n\n","type":"String.String"},{"name":"washed_blue","comment":" This class maps to this CSS definition:\n\n .washed-blue{color:#f6fffe}\n\n","type":"String.String"},{"name":"washed_green","comment":" This class maps to this CSS definition:\n\n .washed-green{color:#e8fdf5}\n\n","type":"String.String"},{"name":"washed_red","comment":" This class maps to this CSS definition:\n\n .washed-red{color:#ffdfdf}\n\n","type":"String.String"},{"name":"washed_yellow","comment":" This class maps to this CSS definition:\n\n .washed-yellow{color:#fffceb}\n\n","type":"String.String"},{"name":"white","comment":" This class maps to this CSS definition:\n\n .white{color:#fff}\n\n","type":"String.String"},{"name":"white_10","comment":" This class maps to this CSS definition:\n\n .white-10{color:hsla(0,0%,100%,.1)}\n\n","type":"String.String"},{"name":"white_20","comment":" This class maps to this CSS definition:\n\n .white-20{color:hsla(0,0%,100%,.2)}\n\n","type":"String.String"},{"name":"white_30","comment":" This class maps to this CSS definition:\n\n .white-30{color:hsla(0,0%,100%,.3)}\n\n","type":"String.String"},{"name":"white_40","comment":" This class maps to this CSS definition:\n\n .white-40{color:hsla(0,0%,100%,.4)}\n\n","type":"String.String"},{"name":"white_50","comment":" This class maps to this CSS definition:\n\n .white-50{color:hsla(0,0%,100%,.5)}\n\n","type":"String.String"},{"name":"white_60","comment":" This class maps to this CSS definition:\n\n .white-60{color:hsla(0,0%,100%,.6)}\n\n","type":"String.String"},{"name":"white_70","comment":" This class maps to this CSS definition:\n\n .white-70{color:hsla(0,0%,100%,.7)}\n\n","type":"String.String"},{"name":"white_80","comment":" This class maps to this CSS definition:\n\n .white-80{color:hsla(0,0%,100%,.8)}\n\n","type":"String.String"},{"name":"white_90","comment":" This class maps to this CSS definition:\n\n .white-90{color:hsla(0,0%,100%,.9)}\n\n","type":"String.String"},{"name":"ws_normal","comment":" This class maps to this CSS definition:\n\n .ws-normal{white-space:normal}\n\n","type":"String.String"},{"name":"ws_normal_l","comment":" This class maps to this CSS definition:\n\n .ws-normal-l{white-space:normal}\n\n","type":"String.String"},{"name":"ws_normal_m","comment":" This class maps to this CSS definition:\n\n .ws-normal-m{white-space:normal}\n\n","type":"String.String"},{"name":"ws_normal_ns","comment":" This class maps to this CSS definition:\n\n .ws-normal-ns{white-space:normal}\n\n","type":"String.String"},{"name":"yellow","comment":" This class maps to this CSS definition:\n\n .yellow { color = gold }\n\n","type":"String.String"},{"name":"z_0","comment":" This class maps to this CSS definition:\n\n .z-0{z-index:0}\n\n","type":"String.String"},{"name":"z_1","comment":" This class maps to this CSS definition:\n\n .z-1{z-index:1}\n\n","type":"String.String"},{"name":"z_2","comment":" This class maps to this CSS definition:\n\n .z-2{z-index:2}\n\n","type":"String.String"},{"name":"z_3","comment":" This class maps to this CSS definition:\n\n .z-3{z-index:3}\n\n","type":"String.String"},{"name":"z_4","comment":" This class maps to this CSS definition:\n\n .z-4{z-index:4}\n\n","type":"String.String"},{"name":"z_5","comment":" This class maps to this CSS definition:\n\n .z-5{z-index:5}\n\n","type":"String.String"},{"name":"z_999","comment":" This class maps to this CSS definition:\n\n .z-999{z-index:999}\n\n","type":"String.String"},{"name":"z_9999","comment":" This class maps to this CSS definition:\n\n .z-9999{z-index:9999}\n\n","type":"String.String"},{"name":"z_inherit","comment":" This class maps to this CSS definition:\n\n .z-inherit{z-index:inherit}\n\n","type":"String.String"},{"name":"z_initial","comment":" This class maps to this CSS definition:\n\n .z-initial{z-index:auto}\n\n","type":"String.String"},{"name":"z_max","comment":" This class maps to this CSS definition:\n\n .z-max{z-index:2147483647}\n\n","type":"String.String"},{"name":"z_unset","comment":" This class maps to this CSS definition:\n\n .z-unset{z-index:unset}\n\n","type":"String.String"}],"binops":[]}]