From b33286fae8ea9feb76e66faf09cc25a69406681a Mon Sep 17 00:00:00 2001 From: TJ Egan Date: Fri, 12 May 2023 10:25:42 -0400 Subject: [PATCH] fix(Type): add v10 type tokens (#13776) * fix(Type): add v10 type tokens to v11 * test(Type): add style test to ensure v10 type tokens are exported * fix(Type): use correct namespace * test(snapshot): update snapshots --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- packages/styles/__tests__/compat-test.js | 21 + .../__tests__/__snapshots__/type-test.js.snap | 2928 +++++++++-------- packages/styles/scss/__tests__/type-test.js | 2 + packages/styles/scss/type/_index.scss | 1 + packages/type/scss/_styles.scss | 24 + 5 files changed, 1595 insertions(+), 1381 deletions(-) diff --git a/packages/styles/__tests__/compat-test.js b/packages/styles/__tests__/compat-test.js index 2cfdc50af803..e2559bcde660 100644 --- a/packages/styles/__tests__/compat-test.js +++ b/packages/styles/__tests__/compat-test.js @@ -63,4 +63,25 @@ describe('@carbon/styles/scss/compat', () => { expect(variable).toEqual(`var(--cds-background, ${theme['background']})`); }); + + it('should export v10 type tokens', async () => { + await expect( + render(` + @use '../../type'; + + div { + @include type.type-style('caption-01'); + @include type.type-style('caption-02'); + @include type.type-style('body-short-01'); + @include type.type-style('body-short-02'); + @include type.type-style('body-long-01'); + @include type.type-style('body-long-02'); + @include type.type-style('productive-heading-01'); + @include type.type-style('expressive-heading-01'); + @include type.type-style('expressive-heading-03', true); + @include type.type-style('display-01', true); + } + `) + ).resolves.not.toThrow(); + }); }); diff --git a/packages/styles/scss/__tests__/__snapshots__/type-test.js.snap b/packages/styles/scss/__tests__/__snapshots__/type-test.js.snap index 2ee3ef41ecaa..a27438b1dfd0 100644 --- a/packages/styles/scss/__tests__/__snapshots__/type-test.js.snap +++ b/packages/styles/scss/__tests__/__snapshots__/type-test.js.snap @@ -534,7 +534,7 @@ Object { Object { "position": Position { "end": Object { - "column": 52, + "column": 54, "line": 62, }, "source": undefined, @@ -545,12 +545,12 @@ Object { }, "property": "font-size", "type": "declaration", - "value": "var(--cds-label-01-font-size, 0.75rem)", + "value": "var(--cds-caption-01-font-size, 0.75rem)", }, Object { "position": Position { "end": Object { - "column": 52, + "column": 54, "line": 63, }, "source": undefined, @@ -561,12 +561,12 @@ Object { }, "property": "font-weight", "type": "declaration", - "value": "var(--cds-label-01-font-weight, 400)", + "value": "var(--cds-caption-01-font-weight, 400)", }, Object { "position": Position { "end": Object { - "column": 56, + "column": 58, "line": 64, }, "source": undefined, @@ -577,12 +577,12 @@ Object { }, "property": "line-height", "type": "declaration", - "value": "var(--cds-label-01-line-height, 1.33333)", + "value": "var(--cds-caption-01-line-height, 1.33333)", }, Object { "position": Position { "end": Object { - "column": 61, + "column": 63, "line": 65, }, "source": undefined, @@ -593,7 +593,7 @@ Object { }, "property": "letter-spacing", "type": "declaration", - "value": "var(--cds-label-01-letter-spacing, 0.32px)", + "value": "var(--cds-caption-01-letter-spacing, 0.32px)", }, ], "position": Position { @@ -608,7 +608,7 @@ Object { }, }, "selectors": Array [ - ".cds--type-label-01", + ".cds--type-caption-01", ], "type": "rule", }, @@ -617,7 +617,7 @@ Object { Object { "position": Position { "end": Object { - "column": 53, + "column": 55, "line": 69, }, "source": undefined, @@ -628,12 +628,12 @@ Object { }, "property": "font-size", "type": "declaration", - "value": "var(--cds-label-02-font-size, 0.875rem)", + "value": "var(--cds-caption-02-font-size, 0.875rem)", }, Object { "position": Position { "end": Object { - "column": 52, + "column": 54, "line": 70, }, "source": undefined, @@ -644,12 +644,12 @@ Object { }, "property": "font-weight", "type": "declaration", - "value": "var(--cds-label-02-font-weight, 400)", + "value": "var(--cds-caption-02-font-weight, 400)", }, Object { "position": Position { "end": Object { - "column": 56, + "column": 58, "line": 71, }, "source": undefined, @@ -660,12 +660,12 @@ Object { }, "property": "line-height", "type": "declaration", - "value": "var(--cds-label-02-line-height, 1.28572)", + "value": "var(--cds-caption-02-line-height, 1.28572)", }, Object { "position": Position { "end": Object { - "column": 61, + "column": 63, "line": 72, }, "source": undefined, @@ -676,7 +676,7 @@ Object { }, "property": "letter-spacing", "type": "declaration", - "value": "var(--cds-label-02-letter-spacing, 0.16px)", + "value": "var(--cds-caption-02-letter-spacing, 0.32px)", }, ], "position": Position { @@ -691,7 +691,7 @@ Object { }, }, "selectors": Array [ - ".cds--type-label-02", + ".cds--type-caption-02", ], "type": "rule", }, @@ -700,7 +700,7 @@ Object { Object { "position": Position { "end": Object { - "column": 58, + "column": 52, "line": 76, }, "source": undefined, @@ -711,12 +711,12 @@ Object { }, "property": "font-size", "type": "declaration", - "value": "var(--cds-helper-text-01-font-size, 0.75rem)", + "value": "var(--cds-label-01-font-size, 0.75rem)", }, Object { "position": Position { "end": Object { - "column": 62, + "column": 52, "line": 77, }, "source": undefined, @@ -725,6 +725,172 @@ Object { "line": 77, }, }, + "property": "font-weight", + "type": "declaration", + "value": "var(--cds-label-01-font-weight, 400)", + }, + Object { + "position": Position { + "end": Object { + "column": 56, + "line": 78, + }, + "source": undefined, + "start": Object { + "column": 3, + "line": 78, + }, + }, + "property": "line-height", + "type": "declaration", + "value": "var(--cds-label-01-line-height, 1.33333)", + }, + Object { + "position": Position { + "end": Object { + "column": 61, + "line": 79, + }, + "source": undefined, + "start": Object { + "column": 3, + "line": 79, + }, + }, + "property": "letter-spacing", + "type": "declaration", + "value": "var(--cds-label-01-letter-spacing, 0.32px)", + }, + ], + "position": Position { + "end": Object { + "column": 2, + "line": 80, + }, + "source": undefined, + "start": Object { + "column": 1, + "line": 75, + }, + }, + "selectors": Array [ + ".cds--type-label-01", + ], + "type": "rule", + }, + Object { + "declarations": Array [ + Object { + "position": Position { + "end": Object { + "column": 53, + "line": 83, + }, + "source": undefined, + "start": Object { + "column": 3, + "line": 83, + }, + }, + "property": "font-size", + "type": "declaration", + "value": "var(--cds-label-02-font-size, 0.875rem)", + }, + Object { + "position": Position { + "end": Object { + "column": 52, + "line": 84, + }, + "source": undefined, + "start": Object { + "column": 3, + "line": 84, + }, + }, + "property": "font-weight", + "type": "declaration", + "value": "var(--cds-label-02-font-weight, 400)", + }, + Object { + "position": Position { + "end": Object { + "column": 56, + "line": 85, + }, + "source": undefined, + "start": Object { + "column": 3, + "line": 85, + }, + }, + "property": "line-height", + "type": "declaration", + "value": "var(--cds-label-02-line-height, 1.28572)", + }, + Object { + "position": Position { + "end": Object { + "column": 61, + "line": 86, + }, + "source": undefined, + "start": Object { + "column": 3, + "line": 86, + }, + }, + "property": "letter-spacing", + "type": "declaration", + "value": "var(--cds-label-02-letter-spacing, 0.16px)", + }, + ], + "position": Position { + "end": Object { + "column": 2, + "line": 87, + }, + "source": undefined, + "start": Object { + "column": 1, + "line": 82, + }, + }, + "selectors": Array [ + ".cds--type-label-02", + ], + "type": "rule", + }, + Object { + "declarations": Array [ + Object { + "position": Position { + "end": Object { + "column": 58, + "line": 90, + }, + "source": undefined, + "start": Object { + "column": 3, + "line": 90, + }, + }, + "property": "font-size", + "type": "declaration", + "value": "var(--cds-helper-text-01-font-size, 0.75rem)", + }, + Object { + "position": Position { + "end": Object { + "column": 62, + "line": 91, + }, + "source": undefined, + "start": Object { + "column": 3, + "line": 91, + }, + }, "property": "line-height", "type": "declaration", "value": "var(--cds-helper-text-01-line-height, 1.33333)", @@ -733,12 +899,12 @@ Object { "position": Position { "end": Object { "column": 67, - "line": 78, + "line": 92, }, "source": undefined, "start": Object { "column": 3, - "line": 78, + "line": 92, }, }, "property": "letter-spacing", @@ -749,12 +915,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 79, + "line": 93, }, "source": undefined, "start": Object { "column": 1, - "line": 75, + "line": 89, }, }, "selectors": Array [ @@ -768,12 +934,12 @@ Object { "position": Position { "end": Object { "column": 72, - "line": 82, + "line": 96, }, "source": undefined, "start": Object { "column": 3, - "line": 82, + "line": 96, }, }, "property": "font-size", @@ -784,12 +950,12 @@ Object { "position": Position { "end": Object { "column": 85, - "line": 83, + "line": 97, }, "source": undefined, "start": Object { "column": 3, - "line": 83, + "line": 97, }, }, "property": "font-weight", @@ -800,12 +966,12 @@ Object { "position": Position { "end": Object { "column": 62, - "line": 84, + "line": 98, }, "source": undefined, "start": Object { "column": 3, - "line": 84, + "line": 98, }, }, "property": "line-height", @@ -816,12 +982,12 @@ Object { "position": Position { "end": Object { "column": 67, - "line": 85, + "line": 99, }, "source": undefined, "start": Object { "column": 3, - "line": 85, + "line": 99, }, }, "property": "letter-spacing", @@ -832,12 +998,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 86, + "line": 100, }, "source": undefined, "start": Object { "column": 1, - "line": 81, + "line": 95, }, }, "selectors": Array [ @@ -851,12 +1017,12 @@ Object { "position": Position { "end": Object { "column": 58, - "line": 89, + "line": 103, }, "source": undefined, "start": Object { "column": 3, - "line": 89, + "line": 103, }, }, "property": "font-size", @@ -867,12 +1033,12 @@ Object { "position": Position { "end": Object { "column": 57, - "line": 90, + "line": 104, }, "source": undefined, "start": Object { "column": 3, - "line": 90, + "line": 104, }, }, "property": "font-weight", @@ -883,12 +1049,12 @@ Object { "position": Position { "end": Object { "column": 61, - "line": 91, + "line": 105, }, "source": undefined, "start": Object { "column": 3, - "line": 91, + "line": 105, }, }, "property": "line-height", @@ -899,12 +1065,12 @@ Object { "position": Position { "end": Object { "column": 66, - "line": 92, + "line": 106, }, "source": undefined, "start": Object { "column": 3, - "line": 92, + "line": 106, }, }, "property": "letter-spacing", @@ -915,12 +1081,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 93, + "line": 107, }, "source": undefined, "start": Object { "column": 1, - "line": 88, + "line": 102, }, }, "selectors": Array [ @@ -934,12 +1100,12 @@ Object { "position": Position { "end": Object { "column": 54, - "line": 96, + "line": 110, }, "source": undefined, "start": Object { "column": 3, - "line": 96, + "line": 110, }, }, "property": "font-size", @@ -950,12 +1116,12 @@ Object { "position": Position { "end": Object { "column": 57, - "line": 97, + "line": 111, }, "source": undefined, "start": Object { "column": 3, - "line": 97, + "line": 111, }, }, "property": "font-weight", @@ -966,12 +1132,12 @@ Object { "position": Position { "end": Object { "column": 59, - "line": 98, + "line": 112, }, "source": undefined, "start": Object { "column": 3, - "line": 98, + "line": 112, }, }, "property": "line-height", @@ -982,12 +1148,12 @@ Object { "position": Position { "end": Object { "column": 61, - "line": 99, + "line": 113, }, "source": undefined, "start": Object { "column": 3, - "line": 99, + "line": 113, }, }, "property": "letter-spacing", @@ -998,12 +1164,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 100, + "line": 114, }, "source": undefined, "start": Object { "column": 1, - "line": 95, + "line": 109, }, }, "selectors": Array [ @@ -1017,12 +1183,12 @@ Object { "position": Position { "end": Object { "column": 57, - "line": 103, + "line": 117, }, "source": undefined, "start": Object { "column": 3, - "line": 103, + "line": 117, }, }, "property": "font-size", @@ -1033,12 +1199,12 @@ Object { "position": Position { "end": Object { "column": 56, - "line": 104, + "line": 118, }, "source": undefined, "start": Object { "column": 3, - "line": 104, + "line": 118, }, }, "property": "font-weight", @@ -1049,12 +1215,12 @@ Object { "position": Position { "end": Object { "column": 60, - "line": 105, + "line": 119, }, "source": undefined, "start": Object { "column": 3, - "line": 105, + "line": 119, }, }, "property": "line-height", @@ -1065,12 +1231,12 @@ Object { "position": Position { "end": Object { "column": 65, - "line": 106, + "line": 120, }, "source": undefined, "start": Object { "column": 3, - "line": 106, + "line": 120, }, }, "property": "letter-spacing", @@ -1081,12 +1247,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 107, + "line": 121, }, "source": undefined, "start": Object { "column": 1, - "line": 102, + "line": 116, }, }, "selectors": Array [ @@ -1100,12 +1266,12 @@ Object { "position": Position { "end": Object { "column": 53, - "line": 110, + "line": 124, }, "source": undefined, "start": Object { "column": 3, - "line": 110, + "line": 124, }, }, "property": "font-size", @@ -1116,12 +1282,12 @@ Object { "position": Position { "end": Object { "column": 56, - "line": 111, + "line": 125, }, "source": undefined, "start": Object { "column": 3, - "line": 111, + "line": 125, }, }, "property": "font-weight", @@ -1132,12 +1298,12 @@ Object { "position": Position { "end": Object { "column": 56, - "line": 112, + "line": 126, }, "source": undefined, "start": Object { "column": 3, - "line": 112, + "line": 126, }, }, "property": "line-height", @@ -1148,12 +1314,12 @@ Object { "position": Position { "end": Object { "column": 60, - "line": 113, + "line": 127, }, "source": undefined, "start": Object { "column": 3, - "line": 113, + "line": 127, }, }, "property": "letter-spacing", @@ -1164,12 +1330,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 114, + "line": 128, }, "source": undefined, "start": Object { "column": 1, - "line": 109, + "line": 123, }, }, "selectors": Array [ @@ -1183,12 +1349,12 @@ Object { "position": Position { "end": Object { "column": 141, - "line": 117, + "line": 131, }, "source": undefined, "start": Object { "column": 3, - "line": 117, + "line": 131, }, }, "property": "font-family", @@ -1199,12 +1365,12 @@ Object { "position": Position { "end": Object { "column": 51, - "line": 118, + "line": 132, }, "source": undefined, "start": Object { "column": 3, - "line": 118, + "line": 132, }, }, "property": "font-size", @@ -1215,12 +1381,12 @@ Object { "position": Position { "end": Object { "column": 51, - "line": 119, + "line": 133, }, "source": undefined, "start": Object { "column": 3, - "line": 119, + "line": 133, }, }, "property": "font-weight", @@ -1231,12 +1397,12 @@ Object { "position": Position { "end": Object { "column": 55, - "line": 120, + "line": 134, }, "source": undefined, "start": Object { "column": 3, - "line": 120, + "line": 134, }, }, "property": "line-height", @@ -1247,12 +1413,12 @@ Object { "position": Position { "end": Object { "column": 60, - "line": 121, + "line": 135, }, "source": undefined, "start": Object { "column": 3, - "line": 121, + "line": 135, }, }, "property": "letter-spacing", @@ -1263,12 +1429,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 122, + "line": 136, }, "source": undefined, "start": Object { "column": 1, - "line": 116, + "line": 130, }, }, "selectors": Array [ @@ -1282,12 +1448,12 @@ Object { "position": Position { "end": Object { "column": 141, - "line": 125, + "line": 139, }, "source": undefined, "start": Object { "column": 3, - "line": 125, + "line": 139, }, }, "property": "font-family", @@ -1298,12 +1464,12 @@ Object { "position": Position { "end": Object { "column": 52, - "line": 126, + "line": 140, }, "source": undefined, "start": Object { "column": 3, - "line": 126, + "line": 140, }, }, "property": "font-size", @@ -1314,12 +1480,12 @@ Object { "position": Position { "end": Object { "column": 51, - "line": 127, + "line": 141, }, "source": undefined, "start": Object { "column": 3, - "line": 127, + "line": 141, }, }, "property": "font-weight", @@ -1330,12 +1496,12 @@ Object { "position": Position { "end": Object { "column": 55, - "line": 128, + "line": 142, }, "source": undefined, "start": Object { "column": 3, - "line": 128, + "line": 142, }, }, "property": "line-height", @@ -1346,12 +1512,12 @@ Object { "position": Position { "end": Object { "column": 60, - "line": 129, + "line": 143, }, "source": undefined, "start": Object { "column": 3, - "line": 129, + "line": 143, }, }, "property": "letter-spacing", @@ -1362,12 +1528,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 130, + "line": 144, }, "source": undefined, "start": Object { "column": 1, - "line": 124, + "line": 138, }, }, "selectors": Array [ @@ -1381,12 +1547,12 @@ Object { "position": Position { "end": Object { "column": 55, - "line": 133, + "line": 147, }, "source": undefined, "start": Object { "column": 3, - "line": 133, + "line": 147, }, }, "property": "font-size", @@ -1397,12 +1563,12 @@ Object { "position": Position { "end": Object { "column": 54, - "line": 134, + "line": 148, }, "source": undefined, "start": Object { "column": 3, - "line": 134, + "line": 148, }, }, "property": "font-weight", @@ -1413,12 +1579,12 @@ Object { "position": Position { "end": Object { "column": 58, - "line": 135, + "line": 149, }, "source": undefined, "start": Object { "column": 3, - "line": 135, + "line": 149, }, }, "property": "line-height", @@ -1429,12 +1595,12 @@ Object { "position": Position { "end": Object { "column": 63, - "line": 136, + "line": 150, }, "source": undefined, "start": Object { "column": 3, - "line": 136, + "line": 150, }, }, "property": "letter-spacing", @@ -1445,12 +1611,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 137, + "line": 151, }, "source": undefined, "start": Object { "column": 1, - "line": 132, + "line": 146, }, }, "selectors": Array [ @@ -1464,12 +1630,12 @@ Object { "position": Position { "end": Object { "column": 51, - "line": 140, + "line": 154, }, "source": undefined, "start": Object { "column": 3, - "line": 140, + "line": 154, }, }, "property": "font-size", @@ -1480,12 +1646,12 @@ Object { "position": Position { "end": Object { "column": 54, - "line": 141, + "line": 155, }, "source": undefined, "start": Object { "column": 3, - "line": 141, + "line": 155, }, }, "property": "font-weight", @@ -1496,12 +1662,12 @@ Object { "position": Position { "end": Object { "column": 54, - "line": 142, + "line": 156, }, "source": undefined, "start": Object { "column": 3, - "line": 142, + "line": 156, }, }, "property": "line-height", @@ -1512,12 +1678,12 @@ Object { "position": Position { "end": Object { "column": 58, - "line": 143, + "line": 157, }, "source": undefined, "start": Object { "column": 3, - "line": 143, + "line": 157, }, }, "property": "letter-spacing", @@ -1528,12 +1694,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 144, + "line": 158, }, "source": undefined, "start": Object { "column": 1, - "line": 139, + "line": 153, }, }, "selectors": Array [ @@ -1547,12 +1713,12 @@ Object { "position": Position { "end": Object { "column": 66, - "line": 147, + "line": 161, }, "source": undefined, "start": Object { "column": 3, - "line": 147, + "line": 161, }, }, "property": "font-size", @@ -1563,12 +1729,12 @@ Object { "position": Position { "end": Object { "column": 65, - "line": 148, + "line": 162, }, "source": undefined, "start": Object { "column": 3, - "line": 148, + "line": 162, }, }, "property": "font-weight", @@ -1579,12 +1745,12 @@ Object { "position": Position { "end": Object { "column": 69, - "line": 149, + "line": 163, }, "source": undefined, "start": Object { "column": 3, - "line": 149, + "line": 163, }, }, "property": "line-height", @@ -1595,12 +1761,12 @@ Object { "position": Position { "end": Object { "column": 74, - "line": 150, + "line": 164, }, "source": undefined, "start": Object { "column": 3, - "line": 150, + "line": 164, }, }, "property": "letter-spacing", @@ -1611,12 +1777,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 151, + "line": 165, }, "source": undefined, "start": Object { "column": 1, - "line": 146, + "line": 160, }, }, "selectors": Array [ @@ -1630,12 +1796,12 @@ Object { "position": Position { "end": Object { "column": 62, - "line": 154, + "line": 168, }, "source": undefined, "start": Object { "column": 3, - "line": 154, + "line": 168, }, }, "property": "font-size", @@ -1646,12 +1812,12 @@ Object { "position": Position { "end": Object { "column": 65, - "line": 155, + "line": 169, }, "source": undefined, "start": Object { "column": 3, - "line": 155, + "line": 169, }, }, "property": "font-weight", @@ -1662,12 +1828,12 @@ Object { "position": Position { "end": Object { "column": 67, - "line": 156, + "line": 170, }, "source": undefined, "start": Object { "column": 3, - "line": 156, + "line": 170, }, }, "property": "line-height", @@ -1678,12 +1844,12 @@ Object { "position": Position { "end": Object { "column": 69, - "line": 157, + "line": 171, }, "source": undefined, "start": Object { "column": 3, - "line": 157, + "line": 171, }, }, "property": "letter-spacing", @@ -1694,12 +1860,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 158, + "line": 172, }, "source": undefined, "start": Object { "column": 1, - "line": 153, + "line": 167, }, }, "selectors": Array [ @@ -1713,12 +1879,12 @@ Object { "position": Position { "end": Object { "column": 65, - "line": 161, + "line": 175, }, "source": undefined, "start": Object { "column": 3, - "line": 161, + "line": 175, }, }, "property": "font-size", @@ -1729,12 +1895,12 @@ Object { "position": Position { "end": Object { "column": 65, - "line": 162, + "line": 176, }, "source": undefined, "start": Object { "column": 3, - "line": 162, + "line": 176, }, }, "property": "font-weight", @@ -1745,12 +1911,12 @@ Object { "position": Position { "end": Object { "column": 65, - "line": 163, + "line": 177, }, "source": undefined, "start": Object { "column": 3, - "line": 163, + "line": 177, }, }, "property": "line-height", @@ -1761,12 +1927,12 @@ Object { "position": Position { "end": Object { "column": 69, - "line": 164, + "line": 178, }, "source": undefined, "start": Object { "column": 3, - "line": 164, + "line": 178, }, }, "property": "letter-spacing", @@ -1777,12 +1943,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 165, + "line": 179, }, "source": undefined, "start": Object { "column": 1, - "line": 160, + "line": 174, }, }, "selectors": Array [ @@ -1796,12 +1962,12 @@ Object { "position": Position { "end": Object { "column": 65, - "line": 168, + "line": 182, }, "source": undefined, "start": Object { "column": 3, - "line": 168, + "line": 182, }, }, "property": "font-size", @@ -1812,12 +1978,12 @@ Object { "position": Position { "end": Object { "column": 65, - "line": 169, + "line": 183, }, "source": undefined, "start": Object { "column": 3, - "line": 169, + "line": 183, }, }, "property": "font-weight", @@ -1828,12 +1994,12 @@ Object { "position": Position { "end": Object { "column": 69, - "line": 170, + "line": 184, }, "source": undefined, "start": Object { "column": 3, - "line": 170, + "line": 184, }, }, "property": "line-height", @@ -1844,12 +2010,12 @@ Object { "position": Position { "end": Object { "column": 69, - "line": 171, + "line": 185, }, "source": undefined, "start": Object { "column": 3, - "line": 171, + "line": 185, }, }, "property": "letter-spacing", @@ -1860,12 +2026,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 172, + "line": 186, }, "source": undefined, "start": Object { "column": 1, - "line": 167, + "line": 181, }, }, "selectors": Array [ @@ -1879,12 +2045,12 @@ Object { "position": Position { "end": Object { "column": 62, - "line": 175, + "line": 189, }, "source": undefined, "start": Object { "column": 3, - "line": 175, + "line": 189, }, }, "property": "font-size", @@ -1895,12 +2061,12 @@ Object { "position": Position { "end": Object { "column": 65, - "line": 176, + "line": 190, }, "source": undefined, "start": Object { "column": 3, - "line": 176, + "line": 190, }, }, "property": "font-weight", @@ -1911,12 +2077,12 @@ Object { "position": Position { "end": Object { "column": 66, - "line": 177, + "line": 191, }, "source": undefined, "start": Object { "column": 3, - "line": 177, + "line": 191, }, }, "property": "line-height", @@ -1927,12 +2093,12 @@ Object { "position": Position { "end": Object { "column": 69, - "line": 178, + "line": 192, }, "source": undefined, "start": Object { "column": 3, - "line": 178, + "line": 192, }, }, "property": "letter-spacing", @@ -1943,12 +2109,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 179, + "line": 193, }, "source": undefined, "start": Object { "column": 1, - "line": 174, + "line": 188, }, }, "selectors": Array [ @@ -1962,12 +2128,12 @@ Object { "position": Position { "end": Object { "column": 66, - "line": 182, + "line": 196, }, "source": undefined, "start": Object { "column": 3, - "line": 182, + "line": 196, }, }, "property": "font-size", @@ -1978,12 +2144,12 @@ Object { "position": Position { "end": Object { "column": 65, - "line": 183, + "line": 197, }, "source": undefined, "start": Object { "column": 3, - "line": 183, + "line": 197, }, }, "property": "font-weight", @@ -1994,12 +2160,12 @@ Object { "position": Position { "end": Object { "column": 67, - "line": 184, + "line": 198, }, "source": undefined, "start": Object { "column": 3, - "line": 184, + "line": 198, }, }, "property": "line-height", @@ -2010,12 +2176,12 @@ Object { "position": Position { "end": Object { "column": 69, - "line": 185, + "line": 199, }, "source": undefined, "start": Object { "column": 3, - "line": 185, + "line": 199, }, }, "property": "letter-spacing", @@ -2026,12 +2192,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 186, + "line": 200, }, "source": undefined, "start": Object { "column": 1, - "line": 181, + "line": 195, }, }, "selectors": Array [ @@ -2045,12 +2211,12 @@ Object { "position": Position { "end": Object { "column": 66, - "line": 189, + "line": 203, }, "source": undefined, "start": Object { "column": 3, - "line": 189, + "line": 203, }, }, "property": "font-size", @@ -2061,12 +2227,12 @@ Object { "position": Position { "end": Object { "column": 65, - "line": 190, + "line": 204, }, "source": undefined, "start": Object { "column": 3, - "line": 190, + "line": 204, }, }, "property": "font-weight", @@ -2077,12 +2243,12 @@ Object { "position": Position { "end": Object { "column": 66, - "line": 191, + "line": 205, }, "source": undefined, "start": Object { "column": 3, - "line": 191, + "line": 205, }, }, "property": "line-height", @@ -2093,12 +2259,12 @@ Object { "position": Position { "end": Object { "column": 69, - "line": 192, + "line": 206, }, "source": undefined, "start": Object { "column": 3, - "line": 192, + "line": 206, }, }, "property": "letter-spacing", @@ -2109,12 +2275,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 193, + "line": 207, }, "source": undefined, "start": Object { "column": 1, - "line": 188, + "line": 202, }, }, "selectors": Array [ @@ -2128,12 +2294,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 196, + "line": 210, }, "source": undefined, "start": Object { "column": 3, - "line": 196, + "line": 210, }, }, "property": "font-size", @@ -2144,12 +2310,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 197, + "line": 211, }, "source": undefined, "start": Object { "column": 3, - "line": 197, + "line": 211, }, }, "property": "font-weight", @@ -2160,12 +2326,12 @@ Object { "position": Position { "end": Object { "column": 21, - "line": 198, + "line": 212, }, "source": undefined, "start": Object { "column": 3, - "line": 198, + "line": 212, }, }, "property": "line-height", @@ -2176,12 +2342,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 199, + "line": 213, }, "source": undefined, "start": Object { "column": 3, - "line": 199, + "line": 213, }, }, "property": "letter-spacing", @@ -2192,12 +2358,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 203, + "line": 217, }, "source": undefined, "start": Object { "column": 3, - "line": 200, + "line": 214, }, }, "property": "font-size", @@ -2211,12 +2377,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 204, + "line": 218, }, "source": undefined, "start": Object { "column": 1, - "line": 195, + "line": 209, }, }, "selectors": Array [ @@ -2229,12 +2395,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 214, + "line": 228, }, "source": undefined, "start": Object { "column": 1, - "line": 205, + "line": 219, }, }, "rules": Array [ @@ -2244,12 +2410,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 207, + "line": 221, }, "source": undefined, "start": Object { "column": 5, - "line": 207, + "line": 221, }, }, "property": "font-size", @@ -2260,12 +2426,12 @@ Object { "position": Position { "end": Object { "column": 25, - "line": 208, + "line": 222, }, "source": undefined, "start": Object { "column": 5, - "line": 208, + "line": 222, }, }, "property": "line-height", @@ -2276,12 +2442,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 212, + "line": 226, }, "source": undefined, "start": Object { "column": 5, - "line": 209, + "line": 223, }, }, "property": "font-size", @@ -2295,12 +2461,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 213, + "line": 227, }, "source": undefined, "start": Object { "column": 3, - "line": 206, + "line": 220, }, }, "selectors": Array [ @@ -2316,12 +2482,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 221, + "line": 235, }, "source": undefined, "start": Object { "column": 1, - "line": 215, + "line": 229, }, }, "rules": Array [ @@ -2331,12 +2497,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 217, + "line": 231, }, "source": undefined, "start": Object { "column": 5, - "line": 217, + "line": 231, }, }, "property": "font-size", @@ -2347,12 +2513,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 218, + "line": 232, }, "source": undefined, "start": Object { "column": 5, - "line": 218, + "line": 232, }, }, "property": "line-height", @@ -2363,12 +2529,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 219, + "line": 233, }, "source": undefined, "start": Object { "column": 5, - "line": 219, + "line": 233, }, }, "property": "font-size", @@ -2379,12 +2545,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 220, + "line": 234, }, "source": undefined, "start": Object { "column": 3, - "line": 216, + "line": 230, }, }, "selectors": Array [ @@ -2401,12 +2567,12 @@ Object { "position": Position { "end": Object { "column": 66, - "line": 224, + "line": 238, }, "source": undefined, "start": Object { "column": 3, - "line": 224, + "line": 238, }, }, "property": "font-size", @@ -2417,12 +2583,12 @@ Object { "position": Position { "end": Object { "column": 65, - "line": 225, + "line": 239, }, "source": undefined, "start": Object { "column": 3, - "line": 225, + "line": 239, }, }, "property": "font-weight", @@ -2433,12 +2599,12 @@ Object { "position": Position { "end": Object { "column": 69, - "line": 226, + "line": 240, }, "source": undefined, "start": Object { "column": 3, - "line": 226, + "line": 240, }, }, "property": "line-height", @@ -2449,12 +2615,12 @@ Object { "position": Position { "end": Object { "column": 74, - "line": 227, + "line": 241, }, "source": undefined, "start": Object { "column": 3, - "line": 227, + "line": 241, }, }, "property": "letter-spacing", @@ -2465,12 +2631,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 228, + "line": 242, }, "source": undefined, "start": Object { "column": 1, - "line": 223, + "line": 237, }, }, "selectors": Array [ @@ -2484,12 +2650,12 @@ Object { "position": Position { "end": Object { "column": 62, - "line": 231, + "line": 245, }, "source": undefined, "start": Object { "column": 3, - "line": 231, + "line": 245, }, }, "property": "font-size", @@ -2500,12 +2666,12 @@ Object { "position": Position { "end": Object { "column": 65, - "line": 232, + "line": 246, }, "source": undefined, "start": Object { "column": 3, - "line": 232, + "line": 246, }, }, "property": "font-weight", @@ -2516,12 +2682,12 @@ Object { "position": Position { "end": Object { "column": 65, - "line": 233, + "line": 247, }, "source": undefined, "start": Object { "column": 3, - "line": 233, + "line": 247, }, }, "property": "line-height", @@ -2532,12 +2698,12 @@ Object { "position": Position { "end": Object { "column": 69, - "line": 234, + "line": 248, }, "source": undefined, "start": Object { "column": 3, - "line": 234, + "line": 248, }, }, "property": "letter-spacing", @@ -2548,12 +2714,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 235, + "line": 249, }, "source": undefined, "start": Object { "column": 1, - "line": 230, + "line": 244, }, }, "selectors": Array [ @@ -2567,12 +2733,12 @@ Object { "position": Position { "end": Object { "column": 21, - "line": 238, + "line": 252, }, "source": undefined, "start": Object { "column": 3, - "line": 238, + "line": 252, }, }, "property": "font-size", @@ -2583,12 +2749,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 239, + "line": 253, }, "source": undefined, "start": Object { "column": 3, - "line": 239, + "line": 253, }, }, "property": "font-weight", @@ -2599,12 +2765,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 240, + "line": 254, }, "source": undefined, "start": Object { "column": 3, - "line": 240, + "line": 254, }, }, "property": "line-height", @@ -2615,12 +2781,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 241, + "line": 255, }, "source": undefined, "start": Object { "column": 3, - "line": 241, + "line": 255, }, }, "property": "letter-spacing", @@ -2631,12 +2797,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 245, + "line": 259, }, "source": undefined, "start": Object { "column": 3, - "line": 242, + "line": 256, }, }, "property": "font-size", @@ -2650,12 +2816,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 246, + "line": 260, }, "source": undefined, "start": Object { "column": 1, - "line": 237, + "line": 251, }, }, "selectors": Array [ @@ -2668,12 +2834,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 256, + "line": 270, }, "source": undefined, "start": Object { "column": 1, - "line": 247, + "line": 261, }, }, "rules": Array [ @@ -2683,12 +2849,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 249, + "line": 263, }, "source": undefined, "start": Object { "column": 5, - "line": 249, + "line": 263, }, }, "property": "font-size", @@ -2699,12 +2865,12 @@ Object { "position": Position { "end": Object { "column": 21, - "line": 250, + "line": 264, }, "source": undefined, "start": Object { "column": 5, - "line": 250, + "line": 264, }, }, "property": "line-height", @@ -2715,12 +2881,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 254, + "line": 268, }, "source": undefined, "start": Object { "column": 5, - "line": 251, + "line": 265, }, }, "property": "font-size", @@ -2734,12 +2900,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 255, + "line": 269, }, "source": undefined, "start": Object { "column": 3, - "line": 248, + "line": 262, }, }, "selectors": Array [ @@ -2755,12 +2921,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 263, + "line": 277, }, "source": undefined, "start": Object { "column": 1, - "line": 257, + "line": 271, }, }, "rules": Array [ @@ -2770,12 +2936,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 259, + "line": 273, }, "source": undefined, "start": Object { "column": 5, - "line": 259, + "line": 273, }, }, "property": "font-size", @@ -2786,12 +2952,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 260, + "line": 274, }, "source": undefined, "start": Object { "column": 5, - "line": 260, + "line": 274, }, }, "property": "line-height", @@ -2802,12 +2968,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 261, + "line": 275, }, "source": undefined, "start": Object { "column": 5, - "line": 261, + "line": 275, }, }, "property": "font-size", @@ -2818,12 +2984,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 262, + "line": 276, }, "source": undefined, "start": Object { "column": 3, - "line": 258, + "line": 272, }, }, "selectors": Array [ @@ -2840,12 +3006,12 @@ Object { "position": Position { "end": Object { "column": 21, - "line": 266, + "line": 280, }, "source": undefined, "start": Object { "column": 3, - "line": 266, + "line": 280, }, }, "property": "font-size", @@ -2856,12 +3022,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 267, + "line": 281, }, "source": undefined, "start": Object { "column": 3, - "line": 267, + "line": 281, }, }, "property": "font-weight", @@ -2872,12 +3038,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 268, + "line": 282, }, "source": undefined, "start": Object { "column": 3, - "line": 268, + "line": 282, }, }, "property": "line-height", @@ -2888,12 +3054,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 269, + "line": 283, }, "source": undefined, "start": Object { "column": 3, - "line": 269, + "line": 283, }, }, "property": "letter-spacing", @@ -2904,12 +3070,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 273, + "line": 287, }, "source": undefined, "start": Object { "column": 3, - "line": 270, + "line": 284, }, }, "property": "font-size", @@ -2923,12 +3089,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 274, + "line": 288, }, "source": undefined, "start": Object { "column": 1, - "line": 265, + "line": 279, }, }, "selectors": Array [ @@ -2941,12 +3107,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 285, + "line": 299, }, "source": undefined, "start": Object { "column": 1, - "line": 275, + "line": 289, }, }, "rules": Array [ @@ -2956,12 +3122,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 277, + "line": 291, }, "source": undefined, "start": Object { "column": 5, - "line": 277, + "line": 291, }, }, "property": "font-size", @@ -2972,12 +3138,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 278, + "line": 292, }, "source": undefined, "start": Object { "column": 5, - "line": 278, + "line": 292, }, }, "property": "line-height", @@ -2988,12 +3154,12 @@ Object { "position": Position { "end": Object { "column": 21, - "line": 279, + "line": 293, }, "source": undefined, "start": Object { "column": 5, - "line": 279, + "line": 293, }, }, "property": "font-weight", @@ -3004,12 +3170,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 283, + "line": 297, }, "source": undefined, "start": Object { "column": 5, - "line": 280, + "line": 294, }, }, "property": "font-size", @@ -3023,12 +3189,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 284, + "line": 298, }, "source": undefined, "start": Object { "column": 3, - "line": 276, + "line": 290, }, }, "selectors": Array [ @@ -3044,12 +3210,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 292, + "line": 306, }, "source": undefined, "start": Object { "column": 1, - "line": 286, + "line": 300, }, }, "rules": Array [ @@ -3059,12 +3225,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 288, + "line": 302, }, "source": undefined, "start": Object { "column": 5, - "line": 288, + "line": 302, }, }, "property": "font-size", @@ -3075,12 +3241,12 @@ Object { "position": Position { "end": Object { "column": 21, - "line": 289, + "line": 303, }, "source": undefined, "start": Object { "column": 5, - "line": 289, + "line": 303, }, }, "property": "font-weight", @@ -3091,12 +3257,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 290, + "line": 304, }, "source": undefined, "start": Object { "column": 5, - "line": 290, + "line": 304, }, }, "property": "font-size", @@ -3107,12 +3273,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 291, + "line": 305, }, "source": undefined, "start": Object { "column": 3, - "line": 287, + "line": 301, }, }, "selectors": Array [ @@ -3129,12 +3295,12 @@ Object { "position": Position { "end": Object { "column": 18, - "line": 295, + "line": 309, }, "source": undefined, "start": Object { "column": 3, - "line": 295, + "line": 309, }, }, "property": "font-size", @@ -3145,12 +3311,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 296, + "line": 310, }, "source": undefined, "start": Object { "column": 3, - "line": 296, + "line": 310, }, }, "property": "font-weight", @@ -3161,12 +3327,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 297, + "line": 311, }, "source": undefined, "start": Object { "column": 3, - "line": 297, + "line": 311, }, }, "property": "line-height", @@ -3177,12 +3343,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 298, + "line": 312, }, "source": undefined, "start": Object { "column": 3, - "line": 298, + "line": 312, }, }, "property": "letter-spacing", @@ -3193,12 +3359,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 302, + "line": 316, }, "source": undefined, "start": Object { "column": 3, - "line": 299, + "line": 313, }, }, "property": "font-size", @@ -3212,12 +3378,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 303, + "line": 317, }, "source": undefined, "start": Object { "column": 1, - "line": 294, + "line": 308, }, }, "selectors": Array [ @@ -3230,12 +3396,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 314, + "line": 328, }, "source": undefined, "start": Object { "column": 1, - "line": 304, + "line": 318, }, }, "rules": Array [ @@ -3245,12 +3411,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 306, + "line": 320, }, "source": undefined, "start": Object { "column": 5, - "line": 306, + "line": 320, }, }, "property": "font-size", @@ -3261,12 +3427,12 @@ Object { "position": Position { "end": Object { "column": 21, - "line": 307, + "line": 321, }, "source": undefined, "start": Object { "column": 5, - "line": 307, + "line": 321, }, }, "property": "font-weight", @@ -3277,12 +3443,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 308, + "line": 322, }, "source": undefined, "start": Object { "column": 5, - "line": 308, + "line": 322, }, }, "property": "line-height", @@ -3293,12 +3459,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 312, + "line": 326, }, "source": undefined, "start": Object { "column": 5, - "line": 309, + "line": 323, }, }, "property": "font-size", @@ -3312,12 +3478,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 313, + "line": 327, }, "source": undefined, "start": Object { "column": 3, - "line": 305, + "line": 319, }, }, "selectors": Array [ @@ -3333,12 +3499,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 324, + "line": 338, }, "source": undefined, "start": Object { "column": 1, - "line": 315, + "line": 329, }, }, "rules": Array [ @@ -3348,12 +3514,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 317, + "line": 331, }, "source": undefined, "start": Object { "column": 5, - "line": 317, + "line": 331, }, }, "property": "font-size", @@ -3364,12 +3530,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 318, + "line": 332, }, "source": undefined, "start": Object { "column": 5, - "line": 318, + "line": 332, }, }, "property": "line-height", @@ -3380,12 +3546,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 322, + "line": 336, }, "source": undefined, "start": Object { "column": 5, - "line": 319, + "line": 333, }, }, "property": "font-size", @@ -3399,12 +3565,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 323, + "line": 337, }, "source": undefined, "start": Object { "column": 3, - "line": 316, + "line": 330, }, }, "selectors": Array [ @@ -3420,12 +3586,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 334, + "line": 348, }, "source": undefined, "start": Object { "column": 1, - "line": 325, + "line": 339, }, }, "rules": Array [ @@ -3435,12 +3601,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 327, + "line": 341, }, "source": undefined, "start": Object { "column": 5, - "line": 327, + "line": 341, }, }, "property": "font-size", @@ -3451,12 +3617,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 328, + "line": 342, }, "source": undefined, "start": Object { "column": 5, - "line": 328, + "line": 342, }, }, "property": "line-height", @@ -3467,12 +3633,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 332, + "line": 346, }, "source": undefined, "start": Object { "column": 5, - "line": 329, + "line": 343, }, }, "property": "font-size", @@ -3486,12 +3652,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 333, + "line": 347, }, "source": undefined, "start": Object { "column": 3, - "line": 326, + "line": 340, }, }, "selectors": Array [ @@ -3507,12 +3673,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 340, + "line": 354, }, "source": undefined, "start": Object { "column": 1, - "line": 335, + "line": 349, }, }, "rules": Array [ @@ -3522,12 +3688,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 337, + "line": 351, }, "source": undefined, "start": Object { "column": 5, - "line": 337, + "line": 351, }, }, "property": "font-size", @@ -3538,12 +3704,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 338, + "line": 352, }, "source": undefined, "start": Object { "column": 5, - "line": 338, + "line": 352, }, }, "property": "font-size", @@ -3554,12 +3720,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 339, + "line": 353, }, "source": undefined, "start": Object { "column": 3, - "line": 336, + "line": 350, }, }, "selectors": Array [ @@ -3576,12 +3742,12 @@ Object { "position": Position { "end": Object { "column": 18, - "line": 343, + "line": 357, }, "source": undefined, "start": Object { "column": 3, - "line": 343, + "line": 357, }, }, "property": "font-size", @@ -3592,12 +3758,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 344, + "line": 358, }, "source": undefined, "start": Object { "column": 3, - "line": 344, + "line": 358, }, }, "property": "font-weight", @@ -3608,12 +3774,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 345, + "line": 359, }, "source": undefined, "start": Object { "column": 3, - "line": 345, + "line": 359, }, }, "property": "line-height", @@ -3624,12 +3790,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 346, + "line": 360, }, "source": undefined, "start": Object { "column": 3, - "line": 346, + "line": 360, }, }, "property": "letter-spacing", @@ -3640,12 +3806,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 350, + "line": 364, }, "source": undefined, "start": Object { "column": 3, - "line": 347, + "line": 361, }, }, "property": "font-size", @@ -3659,12 +3825,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 351, + "line": 365, }, "source": undefined, "start": Object { "column": 1, - "line": 342, + "line": 356, }, }, "selectors": Array [ @@ -3677,12 +3843,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 361, + "line": 375, }, "source": undefined, "start": Object { "column": 1, - "line": 352, + "line": 366, }, }, "rules": Array [ @@ -3692,12 +3858,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 354, + "line": 368, }, "source": undefined, "start": Object { "column": 5, - "line": 354, + "line": 368, }, }, "property": "font-size", @@ -3708,12 +3874,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 355, + "line": 369, }, "source": undefined, "start": Object { "column": 5, - "line": 355, + "line": 369, }, }, "property": "line-height", @@ -3724,12 +3890,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 359, + "line": 373, }, "source": undefined, "start": Object { "column": 5, - "line": 356, + "line": 370, }, }, "property": "font-size", @@ -3743,12 +3909,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 360, + "line": 374, }, "source": undefined, "start": Object { "column": 3, - "line": 353, + "line": 367, }, }, "selectors": Array [ @@ -3764,12 +3930,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 371, + "line": 385, }, "source": undefined, "start": Object { "column": 1, - "line": 362, + "line": 376, }, }, "rules": Array [ @@ -3779,12 +3945,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 364, + "line": 378, }, "source": undefined, "start": Object { "column": 5, - "line": 364, + "line": 378, }, }, "property": "font-size", @@ -3795,12 +3961,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 365, + "line": 379, }, "source": undefined, "start": Object { "column": 5, - "line": 365, + "line": 379, }, }, "property": "line-height", @@ -3811,12 +3977,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 369, + "line": 383, }, "source": undefined, "start": Object { "column": 5, - "line": 366, + "line": 380, }, }, "property": "font-size", @@ -3830,12 +3996,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 370, + "line": 384, }, "source": undefined, "start": Object { "column": 3, - "line": 363, + "line": 377, }, }, "selectors": Array [ @@ -3851,12 +4017,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 381, + "line": 395, }, "source": undefined, "start": Object { "column": 1, - "line": 372, + "line": 386, }, }, "rules": Array [ @@ -3866,12 +4032,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 374, + "line": 388, }, "source": undefined, "start": Object { "column": 5, - "line": 374, + "line": 388, }, }, "property": "font-size", @@ -3882,12 +4048,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 375, + "line": 389, }, "source": undefined, "start": Object { "column": 5, - "line": 375, + "line": 389, }, }, "property": "line-height", @@ -3898,12 +4064,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 379, + "line": 393, }, "source": undefined, "start": Object { "column": 5, - "line": 376, + "line": 390, }, }, "property": "font-size", @@ -3917,12 +4083,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 380, + "line": 394, }, "source": undefined, "start": Object { "column": 3, - "line": 373, + "line": 387, }, }, "selectors": Array [ @@ -3938,12 +4104,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 387, + "line": 401, }, "source": undefined, "start": Object { "column": 1, - "line": 382, + "line": 396, }, }, "rules": Array [ @@ -3953,12 +4119,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 384, + "line": 398, }, "source": undefined, "start": Object { "column": 5, - "line": 384, + "line": 398, }, }, "property": "font-size", @@ -3969,12 +4135,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 385, + "line": 399, }, "source": undefined, "start": Object { "column": 5, - "line": 385, + "line": 399, }, }, "property": "font-size", @@ -3985,12 +4151,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 386, + "line": 400, }, "source": undefined, "start": Object { "column": 3, - "line": 383, + "line": 397, }, }, "selectors": Array [ @@ -4007,12 +4173,12 @@ Object { "position": Position { "end": Object { "column": 106, - "line": 390, + "line": 404, }, "source": undefined, "start": Object { "column": 3, - "line": 390, + "line": 404, }, }, "property": "font-family", @@ -4023,12 +4189,12 @@ Object { "position": Position { "end": Object { "column": 21, - "line": 391, + "line": 405, }, "source": undefined, "start": Object { "column": 3, - "line": 391, + "line": 405, }, }, "property": "font-size", @@ -4039,12 +4205,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 392, + "line": 406, }, "source": undefined, "start": Object { "column": 3, - "line": 392, + "line": 406, }, }, "property": "font-weight", @@ -4055,12 +4221,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 393, + "line": 407, }, "source": undefined, "start": Object { "column": 3, - "line": 393, + "line": 407, }, }, "property": "line-height", @@ -4071,12 +4237,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 394, + "line": 408, }, "source": undefined, "start": Object { "column": 3, - "line": 394, + "line": 408, }, }, "property": "letter-spacing", @@ -4087,12 +4253,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 398, + "line": 412, }, "source": undefined, "start": Object { "column": 3, - "line": 395, + "line": 409, }, }, "property": "font-size", @@ -4106,12 +4272,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 399, + "line": 413, }, "source": undefined, "start": Object { "column": 1, - "line": 389, + "line": 403, }, }, "selectors": Array [ @@ -4124,12 +4290,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 408, + "line": 422, }, "source": undefined, "start": Object { "column": 1, - "line": 400, + "line": 414, }, }, "rules": Array [ @@ -4139,12 +4305,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 402, + "line": 416, }, "source": undefined, "start": Object { "column": 5, - "line": 402, + "line": 416, }, }, "property": "font-size", @@ -4155,12 +4321,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 406, + "line": 420, }, "source": undefined, "start": Object { "column": 5, - "line": 403, + "line": 417, }, }, "property": "font-size", @@ -4174,12 +4340,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 407, + "line": 421, }, "source": undefined, "start": Object { "column": 3, - "line": 401, + "line": 415, }, }, "selectors": Array [ @@ -4195,12 +4361,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 418, + "line": 432, }, "source": undefined, "start": Object { "column": 1, - "line": 409, + "line": 423, }, }, "rules": Array [ @@ -4210,12 +4376,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 411, + "line": 425, }, "source": undefined, "start": Object { "column": 5, - "line": 411, + "line": 425, }, }, "property": "font-size", @@ -4226,12 +4392,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 412, + "line": 426, }, "source": undefined, "start": Object { "column": 5, - "line": 412, + "line": 426, }, }, "property": "line-height", @@ -4242,12 +4408,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 416, + "line": 430, }, "source": undefined, "start": Object { "column": 5, - "line": 413, + "line": 427, }, }, "property": "font-size", @@ -4261,12 +4427,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 417, + "line": 431, }, "source": undefined, "start": Object { "column": 3, - "line": 410, + "line": 424, }, }, "selectors": Array [ @@ -4282,12 +4448,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 428, + "line": 442, }, "source": undefined, "start": Object { "column": 1, - "line": 419, + "line": 433, }, }, "rules": Array [ @@ -4297,12 +4463,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 421, + "line": 435, }, "source": undefined, "start": Object { "column": 5, - "line": 421, + "line": 435, }, }, "property": "font-size", @@ -4313,12 +4479,12 @@ Object { "position": Position { "end": Object { "column": 25, - "line": 422, + "line": 436, }, "source": undefined, "start": Object { "column": 5, - "line": 422, + "line": 436, }, }, "property": "line-height", @@ -4329,12 +4495,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 426, + "line": 440, }, "source": undefined, "start": Object { "column": 5, - "line": 423, + "line": 437, }, }, "property": "font-size", @@ -4348,12 +4514,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 427, + "line": 441, }, "source": undefined, "start": Object { "column": 3, - "line": 420, + "line": 434, }, }, "selectors": Array [ @@ -4369,12 +4535,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 435, + "line": 449, }, "source": undefined, "start": Object { "column": 1, - "line": 429, + "line": 443, }, }, "rules": Array [ @@ -4384,12 +4550,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 431, + "line": 445, }, "source": undefined, "start": Object { "column": 5, - "line": 431, + "line": 445, }, }, "property": "font-size", @@ -4400,12 +4566,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 432, + "line": 446, }, "source": undefined, "start": Object { "column": 5, - "line": 432, + "line": 446, }, }, "property": "line-height", @@ -4416,12 +4582,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 433, + "line": 447, }, "source": undefined, "start": Object { "column": 5, - "line": 433, + "line": 447, }, }, "property": "font-size", @@ -4432,12 +4598,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 434, + "line": 448, }, "source": undefined, "start": Object { "column": 3, - "line": 430, + "line": 444, }, }, "selectors": Array [ @@ -4454,12 +4620,12 @@ Object { "position": Position { "end": Object { "column": 106, - "line": 438, + "line": 452, }, "source": undefined, "start": Object { "column": 3, - "line": 438, + "line": 452, }, }, "property": "font-family", @@ -4470,12 +4636,12 @@ Object { "position": Position { "end": Object { "column": 18, - "line": 439, + "line": 453, }, "source": undefined, "start": Object { "column": 3, - "line": 439, + "line": 453, }, }, "property": "font-size", @@ -4486,12 +4652,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 440, + "line": 454, }, "source": undefined, "start": Object { "column": 3, - "line": 440, + "line": 454, }, }, "property": "font-weight", @@ -4502,12 +4668,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 441, + "line": 455, }, "source": undefined, "start": Object { "column": 3, - "line": 441, + "line": 455, }, }, "property": "line-height", @@ -4518,12 +4684,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 442, + "line": 456, }, "source": undefined, "start": Object { "column": 3, - "line": 442, + "line": 456, }, }, "property": "letter-spacing", @@ -4534,12 +4700,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 446, + "line": 460, }, "source": undefined, "start": Object { "column": 3, - "line": 443, + "line": 457, }, }, "property": "font-size", @@ -4553,12 +4719,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 447, + "line": 461, }, "source": undefined, "start": Object { "column": 1, - "line": 437, + "line": 451, }, }, "selectors": Array [ @@ -4571,12 +4737,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 457, + "line": 471, }, "source": undefined, "start": Object { "column": 1, - "line": 448, + "line": 462, }, }, "rules": Array [ @@ -4586,12 +4752,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 450, + "line": 464, }, "source": undefined, "start": Object { "column": 5, - "line": 450, + "line": 464, }, }, "property": "font-size", @@ -4602,12 +4768,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 451, + "line": 465, }, "source": undefined, "start": Object { "column": 5, - "line": 451, + "line": 465, }, }, "property": "line-height", @@ -4618,12 +4784,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 455, + "line": 469, }, "source": undefined, "start": Object { "column": 5, - "line": 452, + "line": 466, }, }, "property": "font-size", @@ -4637,12 +4803,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 456, + "line": 470, }, "source": undefined, "start": Object { "column": 3, - "line": 449, + "line": 463, }, }, "selectors": Array [ @@ -4658,12 +4824,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 467, + "line": 481, }, "source": undefined, "start": Object { "column": 1, - "line": 458, + "line": 472, }, }, "rules": Array [ @@ -4673,12 +4839,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 460, + "line": 474, }, "source": undefined, "start": Object { "column": 5, - "line": 460, + "line": 474, }, }, "property": "font-size", @@ -4689,12 +4855,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 461, + "line": 475, }, "source": undefined, "start": Object { "column": 5, - "line": 461, + "line": 475, }, }, "property": "line-height", @@ -4705,12 +4871,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 465, + "line": 479, }, "source": undefined, "start": Object { "column": 5, - "line": 462, + "line": 476, }, }, "property": "font-size", @@ -4724,12 +4890,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 466, + "line": 480, }, "source": undefined, "start": Object { "column": 3, - "line": 459, + "line": 473, }, }, "selectors": Array [ @@ -4745,12 +4911,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 477, + "line": 491, }, "source": undefined, "start": Object { "column": 1, - "line": 468, + "line": 482, }, }, "rules": Array [ @@ -4760,12 +4926,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 470, + "line": 484, }, "source": undefined, "start": Object { "column": 5, - "line": 470, + "line": 484, }, }, "property": "font-size", @@ -4776,12 +4942,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 471, + "line": 485, }, "source": undefined, "start": Object { "column": 5, - "line": 471, + "line": 485, }, }, "property": "line-height", @@ -4792,12 +4958,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 475, + "line": 489, }, "source": undefined, "start": Object { "column": 5, - "line": 472, + "line": 486, }, }, "property": "font-size", @@ -4811,12 +4977,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 476, + "line": 490, }, "source": undefined, "start": Object { "column": 3, - "line": 469, + "line": 483, }, }, "selectors": Array [ @@ -4832,12 +4998,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 483, + "line": 497, }, "source": undefined, "start": Object { "column": 1, - "line": 478, + "line": 492, }, }, "rules": Array [ @@ -4847,12 +5013,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 480, + "line": 494, }, "source": undefined, "start": Object { "column": 5, - "line": 480, + "line": 494, }, }, "property": "font-size", @@ -4863,12 +5029,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 481, + "line": 495, }, "source": undefined, "start": Object { "column": 5, - "line": 481, + "line": 495, }, }, "property": "font-size", @@ -4879,12 +5045,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 482, + "line": 496, }, "source": undefined, "start": Object { "column": 3, - "line": 479, + "line": 493, }, }, "selectors": Array [ @@ -4901,12 +5067,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 486, + "line": 500, }, "source": undefined, "start": Object { "column": 3, - "line": 486, + "line": 500, }, }, "property": "font-size", @@ -4917,12 +5083,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 487, + "line": 501, }, "source": undefined, "start": Object { "column": 3, - "line": 487, + "line": 501, }, }, "property": "font-weight", @@ -4933,12 +5099,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 488, + "line": 502, }, "source": undefined, "start": Object { "column": 3, - "line": 488, + "line": 502, }, }, "property": "line-height", @@ -4949,12 +5115,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 489, + "line": 503, }, "source": undefined, "start": Object { "column": 3, - "line": 489, + "line": 503, }, }, "property": "letter-spacing", @@ -4965,12 +5131,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 493, + "line": 507, }, "source": undefined, "start": Object { "column": 3, - "line": 490, + "line": 504, }, }, "property": "font-size", @@ -4984,12 +5150,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 494, + "line": 508, }, "source": undefined, "start": Object { "column": 1, - "line": 485, + "line": 499, }, }, "selectors": Array [ @@ -5002,12 +5168,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 503, + "line": 517, }, "source": undefined, "start": Object { "column": 1, - "line": 495, + "line": 509, }, }, "rules": Array [ @@ -5017,12 +5183,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 497, + "line": 511, }, "source": undefined, "start": Object { "column": 5, - "line": 497, + "line": 511, }, }, "property": "font-size", @@ -5033,12 +5199,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 501, + "line": 515, }, "source": undefined, "start": Object { "column": 5, - "line": 498, + "line": 512, }, }, "property": "font-size", @@ -5052,12 +5218,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 502, + "line": 516, }, "source": undefined, "start": Object { "column": 3, - "line": 496, + "line": 510, }, }, "selectors": Array [ @@ -5073,12 +5239,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 512, + "line": 526, }, "source": undefined, "start": Object { "column": 1, - "line": 504, + "line": 518, }, }, "rules": Array [ @@ -5088,12 +5254,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 506, + "line": 520, }, "source": undefined, "start": Object { "column": 5, - "line": 506, + "line": 520, }, }, "property": "font-size", @@ -5104,12 +5270,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 510, + "line": 524, }, "source": undefined, "start": Object { "column": 5, - "line": 507, + "line": 521, }, }, "property": "font-size", @@ -5123,12 +5289,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 511, + "line": 525, }, "source": undefined, "start": Object { "column": 3, - "line": 505, + "line": 519, }, }, "selectors": Array [ @@ -5144,12 +5310,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 522, + "line": 536, }, "source": undefined, "start": Object { "column": 1, - "line": 513, + "line": 527, }, }, "rules": Array [ @@ -5159,12 +5325,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 515, + "line": 529, }, "source": undefined, "start": Object { "column": 5, - "line": 515, + "line": 529, }, }, "property": "font-size", @@ -5175,12 +5341,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 516, + "line": 530, }, "source": undefined, "start": Object { "column": 5, - "line": 516, + "line": 530, }, }, "property": "line-height", @@ -5191,12 +5357,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 520, + "line": 534, }, "source": undefined, "start": Object { "column": 5, - "line": 517, + "line": 531, }, }, "property": "font-size", @@ -5210,12 +5376,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 521, + "line": 535, }, "source": undefined, "start": Object { "column": 3, - "line": 514, + "line": 528, }, }, "selectors": Array [ @@ -5231,12 +5397,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 529, + "line": 543, }, "source": undefined, "start": Object { "column": 1, - "line": 523, + "line": 537, }, }, "rules": Array [ @@ -5246,12 +5412,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 525, + "line": 539, }, "source": undefined, "start": Object { "column": 5, - "line": 525, + "line": 539, }, }, "property": "font-size", @@ -5262,12 +5428,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 526, + "line": 540, }, "source": undefined, "start": Object { "column": 5, - "line": 526, + "line": 540, }, }, "property": "line-height", @@ -5278,12 +5444,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 527, + "line": 541, }, "source": undefined, "start": Object { "column": 5, - "line": 527, + "line": 541, }, }, "property": "font-size", @@ -5294,12 +5460,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 528, + "line": 542, }, "source": undefined, "start": Object { "column": 3, - "line": 524, + "line": 538, }, }, "selectors": Array [ @@ -5316,12 +5482,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 532, + "line": 546, }, "source": undefined, "start": Object { "column": 3, - "line": 532, + "line": 546, }, }, "property": "font-size", @@ -5332,12 +5498,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 533, + "line": 547, }, "source": undefined, "start": Object { "column": 3, - "line": 533, + "line": 547, }, }, "property": "font-weight", @@ -5348,12 +5514,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 534, + "line": 548, }, "source": undefined, "start": Object { "column": 3, - "line": 534, + "line": 548, }, }, "property": "line-height", @@ -5364,12 +5530,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 535, + "line": 549, }, "source": undefined, "start": Object { "column": 3, - "line": 535, + "line": 549, }, }, "property": "letter-spacing", @@ -5380,12 +5546,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 539, + "line": 553, }, "source": undefined, "start": Object { "column": 3, - "line": 536, + "line": 550, }, }, "property": "font-size", @@ -5399,12 +5565,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 540, + "line": 554, }, "source": undefined, "start": Object { "column": 1, - "line": 531, + "line": 545, }, }, "selectors": Array [ @@ -5417,12 +5583,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 549, + "line": 563, }, "source": undefined, "start": Object { "column": 1, - "line": 541, + "line": 555, }, }, "rules": Array [ @@ -5432,12 +5598,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 543, + "line": 557, }, "source": undefined, "start": Object { "column": 5, - "line": 543, + "line": 557, }, }, "property": "font-size", @@ -5448,12 +5614,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 547, + "line": 561, }, "source": undefined, "start": Object { "column": 5, - "line": 544, + "line": 558, }, }, "property": "font-size", @@ -5467,12 +5633,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 548, + "line": 562, }, "source": undefined, "start": Object { "column": 3, - "line": 542, + "line": 556, }, }, "selectors": Array [ @@ -5488,12 +5654,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 558, + "line": 572, }, "source": undefined, "start": Object { "column": 1, - "line": 550, + "line": 564, }, }, "rules": Array [ @@ -5503,12 +5669,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 552, + "line": 566, }, "source": undefined, "start": Object { "column": 5, - "line": 552, + "line": 566, }, }, "property": "font-size", @@ -5519,12 +5685,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 556, + "line": 570, }, "source": undefined, "start": Object { "column": 5, - "line": 553, + "line": 567, }, }, "property": "font-size", @@ -5538,12 +5704,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 557, + "line": 571, }, "source": undefined, "start": Object { "column": 3, - "line": 551, + "line": 565, }, }, "selectors": Array [ @@ -5559,12 +5725,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 568, + "line": 582, }, "source": undefined, "start": Object { "column": 1, - "line": 559, + "line": 573, }, }, "rules": Array [ @@ -5574,12 +5740,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 561, + "line": 575, }, "source": undefined, "start": Object { "column": 5, - "line": 561, + "line": 575, }, }, "property": "font-size", @@ -5590,12 +5756,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 562, + "line": 576, }, "source": undefined, "start": Object { "column": 5, - "line": 562, + "line": 576, }, }, "property": "line-height", @@ -5606,12 +5772,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 566, + "line": 580, }, "source": undefined, "start": Object { "column": 5, - "line": 563, + "line": 577, }, }, "property": "font-size", @@ -5625,12 +5791,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 567, + "line": 581, }, "source": undefined, "start": Object { "column": 3, - "line": 560, + "line": 574, }, }, "selectors": Array [ @@ -5646,12 +5812,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 575, + "line": 589, }, "source": undefined, "start": Object { "column": 1, - "line": 569, + "line": 583, }, }, "rules": Array [ @@ -5661,12 +5827,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 571, + "line": 585, }, "source": undefined, "start": Object { "column": 5, - "line": 571, + "line": 585, }, }, "property": "font-size", @@ -5677,12 +5843,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 572, + "line": 586, }, "source": undefined, "start": Object { "column": 5, - "line": 572, + "line": 586, }, }, "property": "line-height", @@ -5693,12 +5859,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 573, + "line": 587, }, "source": undefined, "start": Object { "column": 5, - "line": 573, + "line": 587, }, }, "property": "font-size", @@ -5709,12 +5875,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 574, + "line": 588, }, "source": undefined, "start": Object { "column": 3, - "line": 570, + "line": 584, }, }, "selectors": Array [ @@ -5731,12 +5897,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 578, + "line": 592, }, "source": undefined, "start": Object { "column": 3, - "line": 578, + "line": 592, }, }, "property": "font-size", @@ -5747,12 +5913,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 579, + "line": 593, }, "source": undefined, "start": Object { "column": 3, - "line": 579, + "line": 593, }, }, "property": "font-weight", @@ -5763,12 +5929,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 580, + "line": 594, }, "source": undefined, "start": Object { "column": 3, - "line": 580, + "line": 594, }, }, "property": "line-height", @@ -5779,12 +5945,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 581, + "line": 595, }, "source": undefined, "start": Object { "column": 3, - "line": 581, + "line": 595, }, }, "property": "letter-spacing", @@ -5795,12 +5961,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 585, + "line": 599, }, "source": undefined, "start": Object { "column": 3, - "line": 582, + "line": 596, }, }, "property": "font-size", @@ -5814,12 +5980,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 586, + "line": 600, }, "source": undefined, "start": Object { "column": 1, - "line": 577, + "line": 591, }, }, "selectors": Array [ @@ -5832,12 +5998,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 596, + "line": 610, }, "source": undefined, "start": Object { "column": 1, - "line": 587, + "line": 601, }, }, "rules": Array [ @@ -5847,12 +6013,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 589, + "line": 603, }, "source": undefined, "start": Object { "column": 5, - "line": 589, + "line": 603, }, }, "property": "font-size", @@ -5863,12 +6029,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 590, + "line": 604, }, "source": undefined, "start": Object { "column": 5, - "line": 590, + "line": 604, }, }, "property": "line-height", @@ -5879,12 +6045,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 594, + "line": 608, }, "source": undefined, "start": Object { "column": 5, - "line": 591, + "line": 605, }, }, "property": "font-size", @@ -5898,12 +6064,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 595, + "line": 609, }, "source": undefined, "start": Object { "column": 3, - "line": 588, + "line": 602, }, }, "selectors": Array [ @@ -5919,12 +6085,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 607, + "line": 621, }, "source": undefined, "start": Object { "column": 1, - "line": 597, + "line": 611, }, }, "rules": Array [ @@ -5934,12 +6100,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 599, + "line": 613, }, "source": undefined, "start": Object { "column": 5, - "line": 599, + "line": 613, }, }, "property": "font-size", @@ -5950,12 +6116,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 600, + "line": 614, }, "source": undefined, "start": Object { "column": 5, - "line": 600, + "line": 614, }, }, "property": "line-height", @@ -5966,12 +6132,12 @@ Object { "position": Position { "end": Object { "column": 28, - "line": 601, + "line": 615, }, "source": undefined, "start": Object { "column": 5, - "line": 601, + "line": 615, }, }, "property": "letter-spacing", @@ -5982,12 +6148,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 605, + "line": 619, }, "source": undefined, "start": Object { "column": 5, - "line": 602, + "line": 616, }, }, "property": "font-size", @@ -6001,12 +6167,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 606, + "line": 620, }, "source": undefined, "start": Object { "column": 3, - "line": 598, + "line": 612, }, }, "selectors": Array [ @@ -6022,12 +6188,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 618, + "line": 632, }, "source": undefined, "start": Object { "column": 1, - "line": 608, + "line": 622, }, }, "rules": Array [ @@ -6037,12 +6203,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 610, + "line": 624, }, "source": undefined, "start": Object { "column": 5, - "line": 610, + "line": 624, }, }, "property": "font-size", @@ -6053,12 +6219,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 611, + "line": 625, }, "source": undefined, "start": Object { "column": 5, - "line": 611, + "line": 625, }, }, "property": "line-height", @@ -6069,12 +6235,12 @@ Object { "position": Position { "end": Object { "column": 28, - "line": 612, + "line": 626, }, "source": undefined, "start": Object { "column": 5, - "line": 612, + "line": 626, }, }, "property": "letter-spacing", @@ -6085,12 +6251,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 616, + "line": 630, }, "source": undefined, "start": Object { "column": 5, - "line": 613, + "line": 627, }, }, "property": "font-size", @@ -6104,12 +6270,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 617, + "line": 631, }, "source": undefined, "start": Object { "column": 3, - "line": 609, + "line": 623, }, }, "selectors": Array [ @@ -6125,12 +6291,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 626, + "line": 640, }, "source": undefined, "start": Object { "column": 1, - "line": 619, + "line": 633, }, }, "rules": Array [ @@ -6140,12 +6306,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 621, + "line": 635, }, "source": undefined, "start": Object { "column": 5, - "line": 621, + "line": 635, }, }, "property": "font-size", @@ -6156,12 +6322,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 622, + "line": 636, }, "source": undefined, "start": Object { "column": 5, - "line": 622, + "line": 636, }, }, "property": "line-height", @@ -6172,12 +6338,12 @@ Object { "position": Position { "end": Object { "column": 28, - "line": 623, + "line": 637, }, "source": undefined, "start": Object { "column": 5, - "line": 623, + "line": 637, }, }, "property": "letter-spacing", @@ -6188,12 +6354,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 624, + "line": 638, }, "source": undefined, "start": Object { "column": 5, - "line": 624, + "line": 638, }, }, "property": "font-size", @@ -6204,12 +6370,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 625, + "line": 639, }, "source": undefined, "start": Object { "column": 3, - "line": 620, + "line": 634, }, }, "selectors": Array [ @@ -6226,12 +6392,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 629, + "line": 643, }, "source": undefined, "start": Object { "column": 3, - "line": 629, + "line": 643, }, }, "property": "font-size", @@ -6242,12 +6408,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 630, + "line": 644, }, "source": undefined, "start": Object { "column": 3, - "line": 630, + "line": 644, }, }, "property": "font-weight", @@ -6258,12 +6424,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 631, + "line": 645, }, "source": undefined, "start": Object { "column": 3, - "line": 631, + "line": 645, }, }, "property": "line-height", @@ -6274,12 +6440,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 632, + "line": 646, }, "source": undefined, "start": Object { "column": 3, - "line": 632, + "line": 646, }, }, "property": "letter-spacing", @@ -6290,12 +6456,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 636, + "line": 650, }, "source": undefined, "start": Object { "column": 3, - "line": 633, + "line": 647, }, }, "property": "font-size", @@ -6309,12 +6475,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 637, + "line": 651, }, "source": undefined, "start": Object { "column": 1, - "line": 628, + "line": 642, }, }, "selectors": Array [ @@ -6327,12 +6493,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 647, + "line": 661, }, "source": undefined, "start": Object { "column": 1, - "line": 638, + "line": 652, }, }, "rules": Array [ @@ -6342,12 +6508,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 640, + "line": 654, }, "source": undefined, "start": Object { "column": 5, - "line": 640, + "line": 654, }, }, "property": "font-size", @@ -6358,12 +6524,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 641, + "line": 655, }, "source": undefined, "start": Object { "column": 5, - "line": 641, + "line": 655, }, }, "property": "line-height", @@ -6374,12 +6540,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 645, + "line": 659, }, "source": undefined, "start": Object { "column": 5, - "line": 642, + "line": 656, }, }, "property": "font-size", @@ -6393,12 +6559,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 646, + "line": 660, }, "source": undefined, "start": Object { "column": 3, - "line": 639, + "line": 653, }, }, "selectors": Array [ @@ -6414,12 +6580,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 658, + "line": 672, }, "source": undefined, "start": Object { "column": 1, - "line": 648, + "line": 662, }, }, "rules": Array [ @@ -6429,12 +6595,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 650, + "line": 664, }, "source": undefined, "start": Object { "column": 5, - "line": 650, + "line": 664, }, }, "property": "font-size", @@ -6445,12 +6611,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 651, + "line": 665, }, "source": undefined, "start": Object { "column": 5, - "line": 651, + "line": 665, }, }, "property": "line-height", @@ -6461,12 +6627,12 @@ Object { "position": Position { "end": Object { "column": 28, - "line": 652, + "line": 666, }, "source": undefined, "start": Object { "column": 5, - "line": 652, + "line": 666, }, }, "property": "letter-spacing", @@ -6477,12 +6643,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 656, + "line": 670, }, "source": undefined, "start": Object { "column": 5, - "line": 653, + "line": 667, }, }, "property": "font-size", @@ -6496,12 +6662,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 657, + "line": 671, }, "source": undefined, "start": Object { "column": 3, - "line": 649, + "line": 663, }, }, "selectors": Array [ @@ -6517,12 +6683,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 669, + "line": 683, }, "source": undefined, "start": Object { "column": 1, - "line": 659, + "line": 673, }, }, "rules": Array [ @@ -6532,12 +6698,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 661, + "line": 675, }, "source": undefined, "start": Object { "column": 5, - "line": 661, + "line": 675, }, }, "property": "font-size", @@ -6548,12 +6714,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 662, + "line": 676, }, "source": undefined, "start": Object { "column": 5, - "line": 662, + "line": 676, }, }, "property": "line-height", @@ -6564,12 +6730,12 @@ Object { "position": Position { "end": Object { "column": 28, - "line": 663, + "line": 677, }, "source": undefined, "start": Object { "column": 5, - "line": 663, + "line": 677, }, }, "property": "letter-spacing", @@ -6580,12 +6746,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 667, + "line": 681, }, "source": undefined, "start": Object { "column": 5, - "line": 664, + "line": 678, }, }, "property": "font-size", @@ -6599,12 +6765,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 668, + "line": 682, }, "source": undefined, "start": Object { "column": 3, - "line": 660, + "line": 674, }, }, "selectors": Array [ @@ -6620,12 +6786,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 677, + "line": 691, }, "source": undefined, "start": Object { "column": 1, - "line": 670, + "line": 684, }, }, "rules": Array [ @@ -6635,12 +6801,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 672, + "line": 686, }, "source": undefined, "start": Object { "column": 5, - "line": 672, + "line": 686, }, }, "property": "font-size", @@ -6651,12 +6817,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 673, + "line": 687, }, "source": undefined, "start": Object { "column": 5, - "line": 673, + "line": 687, }, }, "property": "line-height", @@ -6667,12 +6833,12 @@ Object { "position": Position { "end": Object { "column": 28, - "line": 674, + "line": 688, }, "source": undefined, "start": Object { "column": 5, - "line": 674, + "line": 688, }, }, "property": "letter-spacing", @@ -6683,12 +6849,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 675, + "line": 689, }, "source": undefined, "start": Object { "column": 5, - "line": 675, + "line": 689, }, }, "property": "font-size", @@ -6699,12 +6865,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 676, + "line": 690, }, "source": undefined, "start": Object { "column": 3, - "line": 671, + "line": 685, }, }, "selectors": Array [ @@ -6721,12 +6887,12 @@ Object { "position": Position { "end": Object { "column": 52, - "line": 680, + "line": 694, }, "source": undefined, "start": Object { "column": 3, - "line": 680, + "line": 694, }, }, "property": "font-size", @@ -6737,12 +6903,12 @@ Object { "position": Position { "end": Object { "column": 52, - "line": 681, + "line": 695, }, "source": undefined, "start": Object { "column": 3, - "line": 681, + "line": 695, }, }, "property": "font-weight", @@ -6753,12 +6919,12 @@ Object { "position": Position { "end": Object { "column": 56, - "line": 682, + "line": 696, }, "source": undefined, "start": Object { "column": 3, - "line": 682, + "line": 696, }, }, "property": "line-height", @@ -6769,12 +6935,12 @@ Object { "position": Position { "end": Object { "column": 61, - "line": 683, + "line": 697, }, "source": undefined, "start": Object { "column": 3, - "line": 683, + "line": 697, }, }, "property": "letter-spacing", @@ -6785,12 +6951,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 684, + "line": 698, }, "source": undefined, "start": Object { "column": 1, - "line": 679, + "line": 693, }, }, "selectors": Array [ @@ -6804,12 +6970,12 @@ Object { "position": Position { "end": Object { "column": 53, - "line": 687, + "line": 701, }, "source": undefined, "start": Object { "column": 3, - "line": 687, + "line": 701, }, }, "property": "font-size", @@ -6820,12 +6986,12 @@ Object { "position": Position { "end": Object { "column": 52, - "line": 688, + "line": 702, }, "source": undefined, "start": Object { "column": 3, - "line": 688, + "line": 702, }, }, "property": "font-weight", @@ -6836,12 +7002,12 @@ Object { "position": Position { "end": Object { "column": 56, - "line": 689, + "line": 703, }, "source": undefined, "start": Object { "column": 3, - "line": 689, + "line": 703, }, }, "property": "line-height", @@ -6852,12 +7018,12 @@ Object { "position": Position { "end": Object { "column": 61, - "line": 690, + "line": 704, }, "source": undefined, "start": Object { "column": 3, - "line": 690, + "line": 704, }, }, "property": "letter-spacing", @@ -6868,12 +7034,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 691, + "line": 705, }, "source": undefined, "start": Object { "column": 1, - "line": 686, + "line": 700, }, }, "selectors": Array [ @@ -6887,12 +7053,12 @@ Object { "position": Position { "end": Object { "column": 60, - "line": 694, + "line": 708, }, "source": undefined, "start": Object { "column": 3, - "line": 694, + "line": 708, }, }, "property": "font-size", @@ -6903,12 +7069,12 @@ Object { "position": Position { "end": Object { "column": 59, - "line": 695, + "line": 709, }, "source": undefined, "start": Object { "column": 3, - "line": 695, + "line": 709, }, }, "property": "font-weight", @@ -6919,12 +7085,12 @@ Object { "position": Position { "end": Object { "column": 63, - "line": 696, + "line": 710, }, "source": undefined, "start": Object { "column": 3, - "line": 696, + "line": 710, }, }, "property": "line-height", @@ -6935,12 +7101,12 @@ Object { "position": Position { "end": Object { "column": 68, - "line": 697, + "line": 711, }, "source": undefined, "start": Object { "column": 3, - "line": 697, + "line": 711, }, }, "property": "letter-spacing", @@ -6951,12 +7117,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 698, + "line": 712, }, "source": undefined, "start": Object { "column": 1, - "line": 693, + "line": 707, }, }, "selectors": Array [ @@ -6970,12 +7136,12 @@ Object { "position": Position { "end": Object { "column": 56, - "line": 701, + "line": 715, }, "source": undefined, "start": Object { "column": 3, - "line": 701, + "line": 715, }, }, "property": "font-size", @@ -6986,12 +7152,12 @@ Object { "position": Position { "end": Object { "column": 59, - "line": 702, + "line": 716, }, "source": undefined, "start": Object { "column": 3, - "line": 702, + "line": 716, }, }, "property": "font-weight", @@ -7002,12 +7168,12 @@ Object { "position": Position { "end": Object { "column": 61, - "line": 703, + "line": 717, }, "source": undefined, "start": Object { "column": 3, - "line": 703, + "line": 717, }, }, "property": "line-height", @@ -7018,12 +7184,12 @@ Object { "position": Position { "end": Object { "column": 63, - "line": 704, + "line": 718, }, "source": undefined, "start": Object { "column": 3, - "line": 704, + "line": 718, }, }, "property": "letter-spacing", @@ -7034,12 +7200,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 705, + "line": 719, }, "source": undefined, "start": Object { "column": 1, - "line": 700, + "line": 714, }, }, "selectors": Array [ @@ -7053,12 +7219,12 @@ Object { "position": Position { "end": Object { "column": 63, - "line": 708, + "line": 722, }, "source": undefined, "start": Object { "column": 3, - "line": 708, + "line": 722, }, }, "property": "font-size", @@ -7069,12 +7235,12 @@ Object { "position": Position { "end": Object { "column": 62, - "line": 709, + "line": 723, }, "source": undefined, "start": Object { "column": 3, - "line": 709, + "line": 723, }, }, "property": "font-weight", @@ -7085,12 +7251,12 @@ Object { "position": Position { "end": Object { "column": 66, - "line": 710, + "line": 724, }, "source": undefined, "start": Object { "column": 3, - "line": 710, + "line": 724, }, }, "property": "line-height", @@ -7101,12 +7267,12 @@ Object { "position": Position { "end": Object { "column": 71, - "line": 711, + "line": 725, }, "source": undefined, "start": Object { "column": 3, - "line": 711, + "line": 725, }, }, "property": "letter-spacing", @@ -7117,12 +7283,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 712, + "line": 726, }, "source": undefined, "start": Object { "column": 1, - "line": 707, + "line": 721, }, }, "selectors": Array [ @@ -7136,12 +7302,12 @@ Object { "position": Position { "end": Object { "column": 59, - "line": 715, + "line": 729, }, "source": undefined, "start": Object { "column": 3, - "line": 715, + "line": 729, }, }, "property": "font-size", @@ -7152,12 +7318,12 @@ Object { "position": Position { "end": Object { "column": 62, - "line": 716, + "line": 730, }, "source": undefined, "start": Object { "column": 3, - "line": 716, + "line": 730, }, }, "property": "font-weight", @@ -7168,12 +7334,12 @@ Object { "position": Position { "end": Object { "column": 64, - "line": 717, + "line": 731, }, "source": undefined, "start": Object { "column": 3, - "line": 717, + "line": 731, }, }, "property": "line-height", @@ -7184,12 +7350,12 @@ Object { "position": Position { "end": Object { "column": 66, - "line": 718, + "line": 732, }, "source": undefined, "start": Object { "column": 3, - "line": 718, + "line": 732, }, }, "property": "letter-spacing", @@ -7200,12 +7366,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 719, + "line": 733, }, "source": undefined, "start": Object { "column": 1, - "line": 714, + "line": 728, }, }, "selectors": Array [ @@ -7219,12 +7385,12 @@ Object { "position": Position { "end": Object { "column": 52, - "line": 722, + "line": 736, }, "source": undefined, "start": Object { "column": 3, - "line": 722, + "line": 736, }, }, "property": "font-size", @@ -7235,12 +7401,12 @@ Object { "position": Position { "end": Object { "column": 51, - "line": 723, + "line": 737, }, "source": undefined, "start": Object { "column": 3, - "line": 723, + "line": 737, }, }, "property": "font-weight", @@ -7251,12 +7417,12 @@ Object { "position": Position { "end": Object { "column": 55, - "line": 724, + "line": 738, }, "source": undefined, "start": Object { "column": 3, - "line": 724, + "line": 738, }, }, "property": "line-height", @@ -7267,12 +7433,12 @@ Object { "position": Position { "end": Object { "column": 60, - "line": 725, + "line": 739, }, "source": undefined, "start": Object { "column": 3, - "line": 725, + "line": 739, }, }, "property": "letter-spacing", @@ -7283,12 +7449,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 726, + "line": 740, }, "source": undefined, "start": Object { "column": 1, - "line": 721, + "line": 735, }, }, "selectors": Array [ @@ -7302,12 +7468,12 @@ Object { "position": Position { "end": Object { "column": 48, - "line": 729, + "line": 743, }, "source": undefined, "start": Object { "column": 3, - "line": 729, + "line": 743, }, }, "property": "font-size", @@ -7318,12 +7484,12 @@ Object { "position": Position { "end": Object { "column": 51, - "line": 730, + "line": 744, }, "source": undefined, "start": Object { "column": 3, - "line": 730, + "line": 744, }, }, "property": "font-weight", @@ -7334,12 +7500,12 @@ Object { "position": Position { "end": Object { "column": 51, - "line": 731, + "line": 745, }, "source": undefined, "start": Object { "column": 3, - "line": 731, + "line": 745, }, }, "property": "line-height", @@ -7350,12 +7516,12 @@ Object { "position": Position { "end": Object { "column": 55, - "line": 732, + "line": 746, }, "source": undefined, "start": Object { "column": 3, - "line": 732, + "line": 746, }, }, "property": "letter-spacing", @@ -7366,12 +7532,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 733, + "line": 747, }, "source": undefined, "start": Object { "column": 1, - "line": 728, + "line": 742, }, }, "selectors": Array [ @@ -7385,12 +7551,12 @@ Object { "position": Position { "end": Object { "column": 54, - "line": 736, + "line": 750, }, "source": undefined, "start": Object { "column": 3, - "line": 736, + "line": 750, }, }, "property": "font-size", @@ -7401,12 +7567,12 @@ Object { "position": Position { "end": Object { "column": 54, - "line": 737, + "line": 751, }, "source": undefined, "start": Object { "column": 3, - "line": 737, + "line": 751, }, }, "property": "font-weight", @@ -7417,12 +7583,12 @@ Object { "position": Position { "end": Object { "column": 54, - "line": 738, + "line": 752, }, "source": undefined, "start": Object { "column": 3, - "line": 738, + "line": 752, }, }, "property": "line-height", @@ -7433,12 +7599,12 @@ Object { "position": Position { "end": Object { "column": 58, - "line": 739, + "line": 753, }, "source": undefined, "start": Object { "column": 3, - "line": 739, + "line": 753, }, }, "property": "letter-spacing", @@ -7449,12 +7615,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 740, + "line": 754, }, "source": undefined, "start": Object { "column": 1, - "line": 735, + "line": 749, }, }, "selectors": Array [ @@ -7468,12 +7634,12 @@ Object { "position": Position { "end": Object { "column": 54, - "line": 743, + "line": 757, }, "source": undefined, "start": Object { "column": 3, - "line": 743, + "line": 757, }, }, "property": "font-size", @@ -7484,12 +7650,12 @@ Object { "position": Position { "end": Object { "column": 54, - "line": 744, + "line": 758, }, "source": undefined, "start": Object { "column": 3, - "line": 744, + "line": 758, }, }, "property": "font-weight", @@ -7500,12 +7666,12 @@ Object { "position": Position { "end": Object { "column": 58, - "line": 745, + "line": 759, }, "source": undefined, "start": Object { "column": 3, - "line": 745, + "line": 759, }, }, "property": "line-height", @@ -7516,12 +7682,12 @@ Object { "position": Position { "end": Object { "column": 58, - "line": 746, + "line": 760, }, "source": undefined, "start": Object { "column": 3, - "line": 746, + "line": 760, }, }, "property": "letter-spacing", @@ -7532,12 +7698,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 747, + "line": 761, }, "source": undefined, "start": Object { "column": 1, - "line": 742, + "line": 756, }, }, "selectors": Array [ @@ -7551,12 +7717,12 @@ Object { "position": Position { "end": Object { "column": 51, - "line": 750, + "line": 764, }, "source": undefined, "start": Object { "column": 3, - "line": 750, + "line": 764, }, }, "property": "font-size", @@ -7567,12 +7733,12 @@ Object { "position": Position { "end": Object { "column": 54, - "line": 751, + "line": 765, }, "source": undefined, "start": Object { "column": 3, - "line": 751, + "line": 765, }, }, "property": "font-weight", @@ -7583,12 +7749,12 @@ Object { "position": Position { "end": Object { "column": 55, - "line": 752, + "line": 766, }, "source": undefined, "start": Object { "column": 3, - "line": 752, + "line": 766, }, }, "property": "line-height", @@ -7599,12 +7765,12 @@ Object { "position": Position { "end": Object { "column": 58, - "line": 753, + "line": 767, }, "source": undefined, "start": Object { "column": 3, - "line": 753, + "line": 767, }, }, "property": "letter-spacing", @@ -7615,12 +7781,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 754, + "line": 768, }, "source": undefined, "start": Object { "column": 1, - "line": 749, + "line": 763, }, }, "selectors": Array [ @@ -7634,12 +7800,12 @@ Object { "position": Position { "end": Object { "column": 55, - "line": 757, + "line": 771, }, "source": undefined, "start": Object { "column": 3, - "line": 757, + "line": 771, }, }, "property": "font-size", @@ -7650,12 +7816,12 @@ Object { "position": Position { "end": Object { "column": 54, - "line": 758, + "line": 772, }, "source": undefined, "start": Object { "column": 3, - "line": 758, + "line": 772, }, }, "property": "font-weight", @@ -7666,12 +7832,12 @@ Object { "position": Position { "end": Object { "column": 56, - "line": 759, + "line": 773, }, "source": undefined, "start": Object { "column": 3, - "line": 759, + "line": 773, }, }, "property": "line-height", @@ -7682,12 +7848,12 @@ Object { "position": Position { "end": Object { "column": 58, - "line": 760, + "line": 774, }, "source": undefined, "start": Object { "column": 3, - "line": 760, + "line": 774, }, }, "property": "letter-spacing", @@ -7698,12 +7864,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 761, + "line": 775, }, "source": undefined, "start": Object { "column": 1, - "line": 756, + "line": 770, }, }, "selectors": Array [ @@ -7717,12 +7883,12 @@ Object { "position": Position { "end": Object { "column": 55, - "line": 764, + "line": 778, }, "source": undefined, "start": Object { "column": 3, - "line": 764, + "line": 778, }, }, "property": "font-size", @@ -7733,12 +7899,12 @@ Object { "position": Position { "end": Object { "column": 54, - "line": 765, + "line": 779, }, "source": undefined, "start": Object { "column": 3, - "line": 765, + "line": 779, }, }, "property": "font-weight", @@ -7749,12 +7915,12 @@ Object { "position": Position { "end": Object { "column": 55, - "line": 766, + "line": 780, }, "source": undefined, "start": Object { "column": 3, - "line": 766, + "line": 780, }, }, "property": "line-height", @@ -7765,12 +7931,12 @@ Object { "position": Position { "end": Object { "column": 58, - "line": 767, + "line": 781, }, "source": undefined, "start": Object { "column": 3, - "line": 767, + "line": 781, }, }, "property": "letter-spacing", @@ -7781,12 +7947,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 768, + "line": 782, }, "source": undefined, "start": Object { "column": 1, - "line": 763, + "line": 777, }, }, "selectors": Array [ @@ -7800,12 +7966,12 @@ Object { "position": Position { "end": Object { "column": 21, - "line": 771, + "line": 785, }, "source": undefined, "start": Object { "column": 3, - "line": 771, + "line": 785, }, }, "property": "font-size", @@ -7816,12 +7982,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 772, + "line": 786, }, "source": undefined, "start": Object { "column": 3, - "line": 772, + "line": 786, }, }, "property": "font-weight", @@ -7832,12 +7998,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 773, + "line": 787, }, "source": undefined, "start": Object { "column": 3, - "line": 773, + "line": 787, }, }, "property": "line-height", @@ -7848,12 +8014,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 774, + "line": 788, }, "source": undefined, "start": Object { "column": 3, - "line": 774, + "line": 788, }, }, "property": "letter-spacing", @@ -7864,12 +8030,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 778, + "line": 792, }, "source": undefined, "start": Object { "column": 3, - "line": 775, + "line": 789, }, }, "property": "font-size", @@ -7883,12 +8049,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 779, + "line": 793, }, "source": undefined, "start": Object { "column": 1, - "line": 770, + "line": 784, }, }, "selectors": Array [ @@ -7901,12 +8067,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 789, + "line": 803, }, "source": undefined, "start": Object { "column": 1, - "line": 780, + "line": 794, }, }, "rules": Array [ @@ -7916,12 +8082,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 782, + "line": 796, }, "source": undefined, "start": Object { "column": 5, - "line": 782, + "line": 796, }, }, "property": "font-size", @@ -7932,12 +8098,12 @@ Object { "position": Position { "end": Object { "column": 21, - "line": 783, + "line": 797, }, "source": undefined, "start": Object { "column": 5, - "line": 783, + "line": 797, }, }, "property": "line-height", @@ -7948,12 +8114,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 787, + "line": 801, }, "source": undefined, "start": Object { "column": 5, - "line": 784, + "line": 798, }, }, "property": "font-size", @@ -7967,12 +8133,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 788, + "line": 802, }, "source": undefined, "start": Object { "column": 3, - "line": 781, + "line": 795, }, }, "selectors": Array [ @@ -7988,12 +8154,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 796, + "line": 810, }, "source": undefined, "start": Object { "column": 1, - "line": 790, + "line": 804, }, }, "rules": Array [ @@ -8003,12 +8169,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 792, + "line": 806, }, "source": undefined, "start": Object { "column": 5, - "line": 792, + "line": 806, }, }, "property": "font-size", @@ -8019,12 +8185,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 793, + "line": 807, }, "source": undefined, "start": Object { "column": 5, - "line": 793, + "line": 807, }, }, "property": "line-height", @@ -8035,12 +8201,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 794, + "line": 808, }, "source": undefined, "start": Object { "column": 5, - "line": 794, + "line": 808, }, }, "property": "font-size", @@ -8051,12 +8217,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 795, + "line": 809, }, "source": undefined, "start": Object { "column": 3, - "line": 791, + "line": 805, }, }, "selectors": Array [ @@ -8073,12 +8239,12 @@ Object { "position": Position { "end": Object { "column": 21, - "line": 799, + "line": 813, }, "source": undefined, "start": Object { "column": 3, - "line": 799, + "line": 813, }, }, "property": "font-size", @@ -8089,12 +8255,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 800, + "line": 814, }, "source": undefined, "start": Object { "column": 3, - "line": 800, + "line": 814, }, }, "property": "font-weight", @@ -8105,12 +8271,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 801, + "line": 815, }, "source": undefined, "start": Object { "column": 3, - "line": 801, + "line": 815, }, }, "property": "line-height", @@ -8121,12 +8287,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 802, + "line": 816, }, "source": undefined, "start": Object { "column": 3, - "line": 802, + "line": 816, }, }, "property": "letter-spacing", @@ -8137,12 +8303,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 806, + "line": 820, }, "source": undefined, "start": Object { "column": 3, - "line": 803, + "line": 817, }, }, "property": "font-size", @@ -8156,12 +8322,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 807, + "line": 821, }, "source": undefined, "start": Object { "column": 1, - "line": 798, + "line": 812, }, }, "selectors": Array [ @@ -8174,12 +8340,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 818, + "line": 832, }, "source": undefined, "start": Object { "column": 1, - "line": 808, + "line": 822, }, }, "rules": Array [ @@ -8189,12 +8355,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 810, + "line": 824, }, "source": undefined, "start": Object { "column": 5, - "line": 810, + "line": 824, }, }, "property": "font-size", @@ -8205,12 +8371,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 811, + "line": 825, }, "source": undefined, "start": Object { "column": 5, - "line": 811, + "line": 825, }, }, "property": "line-height", @@ -8221,12 +8387,12 @@ Object { "position": Position { "end": Object { "column": 21, - "line": 812, + "line": 826, }, "source": undefined, "start": Object { "column": 5, - "line": 812, + "line": 826, }, }, "property": "font-weight", @@ -8237,12 +8403,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 816, + "line": 830, }, "source": undefined, "start": Object { "column": 5, - "line": 813, + "line": 827, }, }, "property": "font-size", @@ -8256,12 +8422,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 817, + "line": 831, }, "source": undefined, "start": Object { "column": 3, - "line": 809, + "line": 823, }, }, "selectors": Array [ @@ -8277,12 +8443,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 825, + "line": 839, }, "source": undefined, "start": Object { "column": 1, - "line": 819, + "line": 833, }, }, "rules": Array [ @@ -8292,12 +8458,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 821, + "line": 835, }, "source": undefined, "start": Object { "column": 5, - "line": 821, + "line": 835, }, }, "property": "font-size", @@ -8308,12 +8474,12 @@ Object { "position": Position { "end": Object { "column": 21, - "line": 822, + "line": 836, }, "source": undefined, "start": Object { "column": 5, - "line": 822, + "line": 836, }, }, "property": "font-weight", @@ -8324,12 +8490,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 823, + "line": 837, }, "source": undefined, "start": Object { "column": 5, - "line": 823, + "line": 837, }, }, "property": "font-size", @@ -8340,12 +8506,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 824, + "line": 838, }, "source": undefined, "start": Object { "column": 3, - "line": 820, + "line": 834, }, }, "selectors": Array [ @@ -8362,12 +8528,12 @@ Object { "position": Position { "end": Object { "column": 18, - "line": 828, + "line": 842, }, "source": undefined, "start": Object { "column": 3, - "line": 828, + "line": 842, }, }, "property": "font-size", @@ -8378,12 +8544,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 829, + "line": 843, }, "source": undefined, "start": Object { "column": 3, - "line": 829, + "line": 843, }, }, "property": "font-weight", @@ -8394,12 +8560,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 830, + "line": 844, }, "source": undefined, "start": Object { "column": 3, - "line": 830, + "line": 844, }, }, "property": "line-height", @@ -8410,12 +8576,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 831, + "line": 845, }, "source": undefined, "start": Object { "column": 3, - "line": 831, + "line": 845, }, }, "property": "letter-spacing", @@ -8426,12 +8592,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 835, + "line": 849, }, "source": undefined, "start": Object { "column": 3, - "line": 832, + "line": 846, }, }, "property": "font-size", @@ -8445,12 +8611,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 836, + "line": 850, }, "source": undefined, "start": Object { "column": 1, - "line": 827, + "line": 841, }, }, "selectors": Array [ @@ -8463,12 +8629,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 847, + "line": 861, }, "source": undefined, "start": Object { "column": 1, - "line": 837, + "line": 851, }, }, "rules": Array [ @@ -8478,12 +8644,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 839, + "line": 853, }, "source": undefined, "start": Object { "column": 5, - "line": 839, + "line": 853, }, }, "property": "font-size", @@ -8494,12 +8660,12 @@ Object { "position": Position { "end": Object { "column": 21, - "line": 840, + "line": 854, }, "source": undefined, "start": Object { "column": 5, - "line": 840, + "line": 854, }, }, "property": "font-weight", @@ -8510,12 +8676,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 841, + "line": 855, }, "source": undefined, "start": Object { "column": 5, - "line": 841, + "line": 855, }, }, "property": "line-height", @@ -8526,12 +8692,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 845, + "line": 859, }, "source": undefined, "start": Object { "column": 5, - "line": 842, + "line": 856, }, }, "property": "font-size", @@ -8545,12 +8711,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 846, + "line": 860, }, "source": undefined, "start": Object { "column": 3, - "line": 838, + "line": 852, }, }, "selectors": Array [ @@ -8566,12 +8732,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 857, + "line": 871, }, "source": undefined, "start": Object { "column": 1, - "line": 848, + "line": 862, }, }, "rules": Array [ @@ -8581,12 +8747,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 850, + "line": 864, }, "source": undefined, "start": Object { "column": 5, - "line": 850, + "line": 864, }, }, "property": "font-size", @@ -8597,12 +8763,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 851, + "line": 865, }, "source": undefined, "start": Object { "column": 5, - "line": 851, + "line": 865, }, }, "property": "line-height", @@ -8613,12 +8779,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 855, + "line": 869, }, "source": undefined, "start": Object { "column": 5, - "line": 852, + "line": 866, }, }, "property": "font-size", @@ -8632,12 +8798,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 856, + "line": 870, }, "source": undefined, "start": Object { "column": 3, - "line": 849, + "line": 863, }, }, "selectors": Array [ @@ -8653,12 +8819,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 867, + "line": 881, }, "source": undefined, "start": Object { "column": 1, - "line": 858, + "line": 872, }, }, "rules": Array [ @@ -8668,12 +8834,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 860, + "line": 874, }, "source": undefined, "start": Object { "column": 5, - "line": 860, + "line": 874, }, }, "property": "font-size", @@ -8684,12 +8850,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 861, + "line": 875, }, "source": undefined, "start": Object { "column": 5, - "line": 861, + "line": 875, }, }, "property": "line-height", @@ -8700,12 +8866,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 865, + "line": 879, }, "source": undefined, "start": Object { "column": 5, - "line": 862, + "line": 876, }, }, "property": "font-size", @@ -8719,12 +8885,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 866, + "line": 880, }, "source": undefined, "start": Object { "column": 3, - "line": 859, + "line": 873, }, }, "selectors": Array [ @@ -8740,12 +8906,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 873, + "line": 887, }, "source": undefined, "start": Object { "column": 1, - "line": 868, + "line": 882, }, }, "rules": Array [ @@ -8755,12 +8921,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 870, + "line": 884, }, "source": undefined, "start": Object { "column": 5, - "line": 870, + "line": 884, }, }, "property": "font-size", @@ -8771,12 +8937,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 871, + "line": 885, }, "source": undefined, "start": Object { "column": 5, - "line": 871, + "line": 885, }, }, "property": "font-size", @@ -8787,12 +8953,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 872, + "line": 886, }, "source": undefined, "start": Object { "column": 3, - "line": 869, + "line": 883, }, }, "selectors": Array [ @@ -8809,12 +8975,12 @@ Object { "position": Position { "end": Object { "column": 18, - "line": 876, + "line": 890, }, "source": undefined, "start": Object { "column": 3, - "line": 876, + "line": 890, }, }, "property": "font-size", @@ -8825,12 +8991,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 877, + "line": 891, }, "source": undefined, "start": Object { "column": 3, - "line": 877, + "line": 891, }, }, "property": "font-weight", @@ -8841,12 +9007,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 878, + "line": 892, }, "source": undefined, "start": Object { "column": 3, - "line": 878, + "line": 892, }, }, "property": "line-height", @@ -8857,12 +9023,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 879, + "line": 893, }, "source": undefined, "start": Object { "column": 3, - "line": 879, + "line": 893, }, }, "property": "letter-spacing", @@ -8873,12 +9039,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 883, + "line": 897, }, "source": undefined, "start": Object { "column": 3, - "line": 880, + "line": 894, }, }, "property": "font-size", @@ -8892,12 +9058,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 884, + "line": 898, }, "source": undefined, "start": Object { "column": 1, - "line": 875, + "line": 889, }, }, "selectors": Array [ @@ -8910,12 +9076,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 894, + "line": 908, }, "source": undefined, "start": Object { "column": 1, - "line": 885, + "line": 899, }, }, "rules": Array [ @@ -8925,12 +9091,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 887, + "line": 901, }, "source": undefined, "start": Object { "column": 5, - "line": 887, + "line": 901, }, }, "property": "font-size", @@ -8941,12 +9107,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 888, + "line": 902, }, "source": undefined, "start": Object { "column": 5, - "line": 888, + "line": 902, }, }, "property": "line-height", @@ -8957,12 +9123,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 892, + "line": 906, }, "source": undefined, "start": Object { "column": 5, - "line": 889, + "line": 903, }, }, "property": "font-size", @@ -8976,12 +9142,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 893, + "line": 907, }, "source": undefined, "start": Object { "column": 3, - "line": 886, + "line": 900, }, }, "selectors": Array [ @@ -8997,12 +9163,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 904, + "line": 918, }, "source": undefined, "start": Object { "column": 1, - "line": 895, + "line": 909, }, }, "rules": Array [ @@ -9012,12 +9178,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 897, + "line": 911, }, "source": undefined, "start": Object { "column": 5, - "line": 897, + "line": 911, }, }, "property": "font-size", @@ -9028,12 +9194,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 898, + "line": 912, }, "source": undefined, "start": Object { "column": 5, - "line": 898, + "line": 912, }, }, "property": "line-height", @@ -9044,12 +9210,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 902, + "line": 916, }, "source": undefined, "start": Object { "column": 5, - "line": 899, + "line": 913, }, }, "property": "font-size", @@ -9063,12 +9229,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 903, + "line": 917, }, "source": undefined, "start": Object { "column": 3, - "line": 896, + "line": 910, }, }, "selectors": Array [ @@ -9084,12 +9250,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 914, + "line": 928, }, "source": undefined, "start": Object { "column": 1, - "line": 905, + "line": 919, }, }, "rules": Array [ @@ -9099,12 +9265,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 907, + "line": 921, }, "source": undefined, "start": Object { "column": 5, - "line": 907, + "line": 921, }, }, "property": "font-size", @@ -9115,12 +9281,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 908, + "line": 922, }, "source": undefined, "start": Object { "column": 5, - "line": 908, + "line": 922, }, }, "property": "line-height", @@ -9131,12 +9297,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 912, + "line": 926, }, "source": undefined, "start": Object { "column": 5, - "line": 909, + "line": 923, }, }, "property": "font-size", @@ -9150,12 +9316,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 913, + "line": 927, }, "source": undefined, "start": Object { "column": 3, - "line": 906, + "line": 920, }, }, "selectors": Array [ @@ -9171,12 +9337,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 920, + "line": 934, }, "source": undefined, "start": Object { "column": 1, - "line": 915, + "line": 929, }, }, "rules": Array [ @@ -9186,12 +9352,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 917, + "line": 931, }, "source": undefined, "start": Object { "column": 5, - "line": 917, + "line": 931, }, }, "property": "font-size", @@ -9202,12 +9368,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 918, + "line": 932, }, "source": undefined, "start": Object { "column": 5, - "line": 918, + "line": 932, }, }, "property": "font-size", @@ -9218,12 +9384,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 919, + "line": 933, }, "source": undefined, "start": Object { "column": 3, - "line": 916, + "line": 930, }, }, "selectors": Array [ @@ -9240,12 +9406,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 923, + "line": 937, }, "source": undefined, "start": Object { "column": 3, - "line": 923, + "line": 937, }, }, "property": "font-size", @@ -9256,12 +9422,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 924, + "line": 938, }, "source": undefined, "start": Object { "column": 3, - "line": 924, + "line": 938, }, }, "property": "font-weight", @@ -9272,12 +9438,12 @@ Object { "position": Position { "end": Object { "column": 21, - "line": 925, + "line": 939, }, "source": undefined, "start": Object { "column": 3, - "line": 925, + "line": 939, }, }, "property": "line-height", @@ -9288,12 +9454,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 926, + "line": 940, }, "source": undefined, "start": Object { "column": 3, - "line": 926, + "line": 940, }, }, "property": "letter-spacing", @@ -9304,12 +9470,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 930, + "line": 944, }, "source": undefined, "start": Object { "column": 3, - "line": 927, + "line": 941, }, }, "property": "font-size", @@ -9323,12 +9489,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 931, + "line": 945, }, "source": undefined, "start": Object { "column": 1, - "line": 922, + "line": 936, }, }, "selectors": Array [ @@ -9341,12 +9507,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 941, + "line": 955, }, "source": undefined, "start": Object { "column": 1, - "line": 932, + "line": 946, }, }, "rules": Array [ @@ -9356,12 +9522,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 934, + "line": 948, }, "source": undefined, "start": Object { "column": 5, - "line": 934, + "line": 948, }, }, "property": "font-size", @@ -9372,12 +9538,12 @@ Object { "position": Position { "end": Object { "column": 25, - "line": 935, + "line": 949, }, "source": undefined, "start": Object { "column": 5, - "line": 935, + "line": 949, }, }, "property": "line-height", @@ -9388,12 +9554,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 939, + "line": 953, }, "source": undefined, "start": Object { "column": 5, - "line": 936, + "line": 950, }, }, "property": "font-size", @@ -9407,12 +9573,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 940, + "line": 954, }, "source": undefined, "start": Object { "column": 3, - "line": 933, + "line": 947, }, }, "selectors": Array [ @@ -9428,12 +9594,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 948, + "line": 962, }, "source": undefined, "start": Object { "column": 1, - "line": 942, + "line": 956, }, }, "rules": Array [ @@ -9443,12 +9609,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 944, + "line": 958, }, "source": undefined, "start": Object { "column": 5, - "line": 944, + "line": 958, }, }, "property": "font-size", @@ -9459,12 +9625,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 945, + "line": 959, }, "source": undefined, "start": Object { "column": 5, - "line": 945, + "line": 959, }, }, "property": "line-height", @@ -9475,12 +9641,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 946, + "line": 960, }, "source": undefined, "start": Object { "column": 5, - "line": 946, + "line": 960, }, }, "property": "font-size", @@ -9491,12 +9657,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 947, + "line": 961, }, "source": undefined, "start": Object { "column": 3, - "line": 943, + "line": 957, }, }, "selectors": Array [ @@ -9513,12 +9679,12 @@ Object { "position": Position { "end": Object { "column": 106, - "line": 951, + "line": 965, }, "source": undefined, "start": Object { "column": 3, - "line": 951, + "line": 965, }, }, "property": "font-family", @@ -9529,12 +9695,12 @@ Object { "position": Position { "end": Object { "column": 21, - "line": 952, + "line": 966, }, "source": undefined, "start": Object { "column": 3, - "line": 952, + "line": 966, }, }, "property": "font-size", @@ -9545,12 +9711,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 953, + "line": 967, }, "source": undefined, "start": Object { "column": 3, - "line": 953, + "line": 967, }, }, "property": "font-weight", @@ -9561,12 +9727,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 954, + "line": 968, }, "source": undefined, "start": Object { "column": 3, - "line": 954, + "line": 968, }, }, "property": "line-height", @@ -9577,12 +9743,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 955, + "line": 969, }, "source": undefined, "start": Object { "column": 3, - "line": 955, + "line": 969, }, }, "property": "letter-spacing", @@ -9593,12 +9759,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 959, + "line": 973, }, "source": undefined, "start": Object { "column": 3, - "line": 956, + "line": 970, }, }, "property": "font-size", @@ -9612,12 +9778,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 960, + "line": 974, }, "source": undefined, "start": Object { "column": 1, - "line": 950, + "line": 964, }, }, "selectors": Array [ @@ -9630,12 +9796,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 969, + "line": 983, }, "source": undefined, "start": Object { "column": 1, - "line": 961, + "line": 975, }, }, "rules": Array [ @@ -9645,12 +9811,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 963, + "line": 977, }, "source": undefined, "start": Object { "column": 5, - "line": 963, + "line": 977, }, }, "property": "font-size", @@ -9661,12 +9827,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 967, + "line": 981, }, "source": undefined, "start": Object { "column": 5, - "line": 964, + "line": 978, }, }, "property": "font-size", @@ -9680,12 +9846,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 968, + "line": 982, }, "source": undefined, "start": Object { "column": 3, - "line": 962, + "line": 976, }, }, "selectors": Array [ @@ -9701,12 +9867,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 979, + "line": 993, }, "source": undefined, "start": Object { "column": 1, - "line": 970, + "line": 984, }, }, "rules": Array [ @@ -9716,12 +9882,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 972, + "line": 986, }, "source": undefined, "start": Object { "column": 5, - "line": 972, + "line": 986, }, }, "property": "font-size", @@ -9732,12 +9898,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 973, + "line": 987, }, "source": undefined, "start": Object { "column": 5, - "line": 973, + "line": 987, }, }, "property": "line-height", @@ -9748,12 +9914,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 977, + "line": 991, }, "source": undefined, "start": Object { "column": 5, - "line": 974, + "line": 988, }, }, "property": "font-size", @@ -9767,12 +9933,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 978, + "line": 992, }, "source": undefined, "start": Object { "column": 3, - "line": 971, + "line": 985, }, }, "selectors": Array [ @@ -9788,12 +9954,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 989, + "line": 1003, }, "source": undefined, "start": Object { "column": 1, - "line": 980, + "line": 994, }, }, "rules": Array [ @@ -9803,12 +9969,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 982, + "line": 996, }, "source": undefined, "start": Object { "column": 5, - "line": 982, + "line": 996, }, }, "property": "font-size", @@ -9819,12 +9985,12 @@ Object { "position": Position { "end": Object { "column": 25, - "line": 983, + "line": 997, }, "source": undefined, "start": Object { "column": 5, - "line": 983, + "line": 997, }, }, "property": "line-height", @@ -9835,12 +10001,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 987, + "line": 1001, }, "source": undefined, "start": Object { "column": 5, - "line": 984, + "line": 998, }, }, "property": "font-size", @@ -9854,12 +10020,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 988, + "line": 1002, }, "source": undefined, "start": Object { "column": 3, - "line": 981, + "line": 995, }, }, "selectors": Array [ @@ -9875,12 +10041,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 996, + "line": 1010, }, "source": undefined, "start": Object { "column": 1, - "line": 990, + "line": 1004, }, }, "rules": Array [ @@ -9890,12 +10056,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 992, + "line": 1006, }, "source": undefined, "start": Object { "column": 5, - "line": 992, + "line": 1006, }, }, "property": "font-size", @@ -9906,12 +10072,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 993, + "line": 1007, }, "source": undefined, "start": Object { "column": 5, - "line": 993, + "line": 1007, }, }, "property": "line-height", @@ -9922,12 +10088,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 994, + "line": 1008, }, "source": undefined, "start": Object { "column": 5, - "line": 994, + "line": 1008, }, }, "property": "font-size", @@ -9938,12 +10104,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 995, + "line": 1009, }, "source": undefined, "start": Object { "column": 3, - "line": 991, + "line": 1005, }, }, "selectors": Array [ @@ -9960,12 +10126,12 @@ Object { "position": Position { "end": Object { "column": 106, - "line": 999, + "line": 1013, }, "source": undefined, "start": Object { "column": 3, - "line": 999, + "line": 1013, }, }, "property": "font-family", @@ -9976,12 +10142,12 @@ Object { "position": Position { "end": Object { "column": 18, - "line": 1000, + "line": 1014, }, "source": undefined, "start": Object { "column": 3, - "line": 1000, + "line": 1014, }, }, "property": "font-size", @@ -9992,12 +10158,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 1001, + "line": 1015, }, "source": undefined, "start": Object { "column": 3, - "line": 1001, + "line": 1015, }, }, "property": "font-weight", @@ -10008,12 +10174,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 1002, + "line": 1016, }, "source": undefined, "start": Object { "column": 3, - "line": 1002, + "line": 1016, }, }, "property": "line-height", @@ -10024,12 +10190,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 1003, + "line": 1017, }, "source": undefined, "start": Object { "column": 3, - "line": 1003, + "line": 1017, }, }, "property": "letter-spacing", @@ -10040,12 +10206,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1007, + "line": 1021, }, "source": undefined, "start": Object { "column": 3, - "line": 1004, + "line": 1018, }, }, "property": "font-size", @@ -10059,12 +10225,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1008, + "line": 1022, }, "source": undefined, "start": Object { "column": 1, - "line": 998, + "line": 1012, }, }, "selectors": Array [ @@ -10077,12 +10243,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1018, + "line": 1032, }, "source": undefined, "start": Object { "column": 1, - "line": 1009, + "line": 1023, }, }, "rules": Array [ @@ -10092,12 +10258,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1011, + "line": 1025, }, "source": undefined, "start": Object { "column": 5, - "line": 1011, + "line": 1025, }, }, "property": "font-size", @@ -10108,12 +10274,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1012, + "line": 1026, }, "source": undefined, "start": Object { "column": 5, - "line": 1012, + "line": 1026, }, }, "property": "line-height", @@ -10124,12 +10290,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1016, + "line": 1030, }, "source": undefined, "start": Object { "column": 5, - "line": 1013, + "line": 1027, }, }, "property": "font-size", @@ -10143,12 +10309,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1017, + "line": 1031, }, "source": undefined, "start": Object { "column": 3, - "line": 1010, + "line": 1024, }, }, "selectors": Array [ @@ -10164,12 +10330,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1028, + "line": 1042, }, "source": undefined, "start": Object { "column": 1, - "line": 1019, + "line": 1033, }, }, "rules": Array [ @@ -10179,12 +10345,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 1021, + "line": 1035, }, "source": undefined, "start": Object { "column": 5, - "line": 1021, + "line": 1035, }, }, "property": "font-size", @@ -10195,12 +10361,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1022, + "line": 1036, }, "source": undefined, "start": Object { "column": 5, - "line": 1022, + "line": 1036, }, }, "property": "line-height", @@ -10211,12 +10377,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1026, + "line": 1040, }, "source": undefined, "start": Object { "column": 5, - "line": 1023, + "line": 1037, }, }, "property": "font-size", @@ -10230,12 +10396,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1027, + "line": 1041, }, "source": undefined, "start": Object { "column": 3, - "line": 1020, + "line": 1034, }, }, "selectors": Array [ @@ -10251,12 +10417,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1038, + "line": 1052, }, "source": undefined, "start": Object { "column": 1, - "line": 1029, + "line": 1043, }, }, "rules": Array [ @@ -10266,12 +10432,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 1031, + "line": 1045, }, "source": undefined, "start": Object { "column": 5, - "line": 1031, + "line": 1045, }, }, "property": "font-size", @@ -10282,12 +10448,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1032, + "line": 1046, }, "source": undefined, "start": Object { "column": 5, - "line": 1032, + "line": 1046, }, }, "property": "line-height", @@ -10298,12 +10464,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1036, + "line": 1050, }, "source": undefined, "start": Object { "column": 5, - "line": 1033, + "line": 1047, }, }, "property": "font-size", @@ -10317,12 +10483,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1037, + "line": 1051, }, "source": undefined, "start": Object { "column": 3, - "line": 1030, + "line": 1044, }, }, "selectors": Array [ @@ -10338,12 +10504,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1044, + "line": 1058, }, "source": undefined, "start": Object { "column": 1, - "line": 1039, + "line": 1053, }, }, "rules": Array [ @@ -10353,12 +10519,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1041, + "line": 1055, }, "source": undefined, "start": Object { "column": 5, - "line": 1041, + "line": 1055, }, }, "property": "font-size", @@ -10369,12 +10535,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1042, + "line": 1056, }, "source": undefined, "start": Object { "column": 5, - "line": 1042, + "line": 1056, }, }, "property": "font-size", @@ -10385,12 +10551,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1043, + "line": 1057, }, "source": undefined, "start": Object { "column": 3, - "line": 1040, + "line": 1054, }, }, "selectors": Array [ @@ -10407,12 +10573,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1047, + "line": 1061, }, "source": undefined, "start": Object { "column": 3, - "line": 1047, + "line": 1061, }, }, "property": "font-size", @@ -10423,12 +10589,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 1048, + "line": 1062, }, "source": undefined, "start": Object { "column": 3, - "line": 1048, + "line": 1062, }, }, "property": "font-weight", @@ -10439,12 +10605,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 1049, + "line": 1063, }, "source": undefined, "start": Object { "column": 3, - "line": 1049, + "line": 1063, }, }, "property": "line-height", @@ -10455,12 +10621,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 1050, + "line": 1064, }, "source": undefined, "start": Object { "column": 3, - "line": 1050, + "line": 1064, }, }, "property": "letter-spacing", @@ -10471,12 +10637,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1054, + "line": 1068, }, "source": undefined, "start": Object { "column": 3, - "line": 1051, + "line": 1065, }, }, "property": "font-size", @@ -10490,12 +10656,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1055, + "line": 1069, }, "source": undefined, "start": Object { "column": 1, - "line": 1046, + "line": 1060, }, }, "selectors": Array [ @@ -10508,12 +10674,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1064, + "line": 1078, }, "source": undefined, "start": Object { "column": 1, - "line": 1056, + "line": 1070, }, }, "rules": Array [ @@ -10523,12 +10689,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 1058, + "line": 1072, }, "source": undefined, "start": Object { "column": 5, - "line": 1058, + "line": 1072, }, }, "property": "font-size", @@ -10539,12 +10705,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1062, + "line": 1076, }, "source": undefined, "start": Object { "column": 5, - "line": 1059, + "line": 1073, }, }, "property": "font-size", @@ -10558,12 +10724,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1063, + "line": 1077, }, "source": undefined, "start": Object { "column": 3, - "line": 1057, + "line": 1071, }, }, "selectors": Array [ @@ -10579,12 +10745,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1073, + "line": 1087, }, "source": undefined, "start": Object { "column": 1, - "line": 1065, + "line": 1079, }, }, "rules": Array [ @@ -10594,12 +10760,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 1067, + "line": 1081, }, "source": undefined, "start": Object { "column": 5, - "line": 1067, + "line": 1081, }, }, "property": "font-size", @@ -10610,12 +10776,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1071, + "line": 1085, }, "source": undefined, "start": Object { "column": 5, - "line": 1068, + "line": 1082, }, }, "property": "font-size", @@ -10629,12 +10795,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1072, + "line": 1086, }, "source": undefined, "start": Object { "column": 3, - "line": 1066, + "line": 1080, }, }, "selectors": Array [ @@ -10650,12 +10816,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1083, + "line": 1097, }, "source": undefined, "start": Object { "column": 1, - "line": 1074, + "line": 1088, }, }, "rules": Array [ @@ -10665,12 +10831,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1076, + "line": 1090, }, "source": undefined, "start": Object { "column": 5, - "line": 1076, + "line": 1090, }, }, "property": "font-size", @@ -10681,12 +10847,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1077, + "line": 1091, }, "source": undefined, "start": Object { "column": 5, - "line": 1077, + "line": 1091, }, }, "property": "line-height", @@ -10697,12 +10863,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1081, + "line": 1095, }, "source": undefined, "start": Object { "column": 5, - "line": 1078, + "line": 1092, }, }, "property": "font-size", @@ -10716,12 +10882,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1082, + "line": 1096, }, "source": undefined, "start": Object { "column": 3, - "line": 1075, + "line": 1089, }, }, "selectors": Array [ @@ -10737,12 +10903,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1090, + "line": 1104, }, "source": undefined, "start": Object { "column": 1, - "line": 1084, + "line": 1098, }, }, "rules": Array [ @@ -10752,12 +10918,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1086, + "line": 1100, }, "source": undefined, "start": Object { "column": 5, - "line": 1086, + "line": 1100, }, }, "property": "font-size", @@ -10768,12 +10934,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1087, + "line": 1101, }, "source": undefined, "start": Object { "column": 5, - "line": 1087, + "line": 1101, }, }, "property": "line-height", @@ -10784,12 +10950,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1088, + "line": 1102, }, "source": undefined, "start": Object { "column": 5, - "line": 1088, + "line": 1102, }, }, "property": "font-size", @@ -10800,12 +10966,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1089, + "line": 1103, }, "source": undefined, "start": Object { "column": 3, - "line": 1085, + "line": 1099, }, }, "selectors": Array [ @@ -10822,12 +10988,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1093, + "line": 1107, }, "source": undefined, "start": Object { "column": 3, - "line": 1093, + "line": 1107, }, }, "property": "font-size", @@ -10838,12 +11004,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 1094, + "line": 1108, }, "source": undefined, "start": Object { "column": 3, - "line": 1094, + "line": 1108, }, }, "property": "font-weight", @@ -10854,12 +11020,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 1095, + "line": 1109, }, "source": undefined, "start": Object { "column": 3, - "line": 1095, + "line": 1109, }, }, "property": "line-height", @@ -10870,12 +11036,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 1096, + "line": 1110, }, "source": undefined, "start": Object { "column": 3, - "line": 1096, + "line": 1110, }, }, "property": "letter-spacing", @@ -10886,12 +11052,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1100, + "line": 1114, }, "source": undefined, "start": Object { "column": 3, - "line": 1097, + "line": 1111, }, }, "property": "font-size", @@ -10905,12 +11071,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1101, + "line": 1115, }, "source": undefined, "start": Object { "column": 1, - "line": 1092, + "line": 1106, }, }, "selectors": Array [ @@ -10923,12 +11089,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1110, + "line": 1124, }, "source": undefined, "start": Object { "column": 1, - "line": 1102, + "line": 1116, }, }, "rules": Array [ @@ -10938,12 +11104,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 1104, + "line": 1118, }, "source": undefined, "start": Object { "column": 5, - "line": 1104, + "line": 1118, }, }, "property": "font-size", @@ -10954,12 +11120,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1108, + "line": 1122, }, "source": undefined, "start": Object { "column": 5, - "line": 1105, + "line": 1119, }, }, "property": "font-size", @@ -10973,12 +11139,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1109, + "line": 1123, }, "source": undefined, "start": Object { "column": 3, - "line": 1103, + "line": 1117, }, }, "selectors": Array [ @@ -10994,12 +11160,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1119, + "line": 1133, }, "source": undefined, "start": Object { "column": 1, - "line": 1111, + "line": 1125, }, }, "rules": Array [ @@ -11009,12 +11175,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 1113, + "line": 1127, }, "source": undefined, "start": Object { "column": 5, - "line": 1113, + "line": 1127, }, }, "property": "font-size", @@ -11025,12 +11191,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1117, + "line": 1131, }, "source": undefined, "start": Object { "column": 5, - "line": 1114, + "line": 1128, }, }, "property": "font-size", @@ -11044,12 +11210,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1118, + "line": 1132, }, "source": undefined, "start": Object { "column": 3, - "line": 1112, + "line": 1126, }, }, "selectors": Array [ @@ -11065,12 +11231,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1129, + "line": 1143, }, "source": undefined, "start": Object { "column": 1, - "line": 1120, + "line": 1134, }, }, "rules": Array [ @@ -11080,12 +11246,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1122, + "line": 1136, }, "source": undefined, "start": Object { "column": 5, - "line": 1122, + "line": 1136, }, }, "property": "font-size", @@ -11096,12 +11262,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1123, + "line": 1137, }, "source": undefined, "start": Object { "column": 5, - "line": 1123, + "line": 1137, }, }, "property": "line-height", @@ -11112,12 +11278,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1127, + "line": 1141, }, "source": undefined, "start": Object { "column": 5, - "line": 1124, + "line": 1138, }, }, "property": "font-size", @@ -11131,12 +11297,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1128, + "line": 1142, }, "source": undefined, "start": Object { "column": 3, - "line": 1121, + "line": 1135, }, }, "selectors": Array [ @@ -11152,12 +11318,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1136, + "line": 1150, }, "source": undefined, "start": Object { "column": 1, - "line": 1130, + "line": 1144, }, }, "rules": Array [ @@ -11167,12 +11333,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1132, + "line": 1146, }, "source": undefined, "start": Object { "column": 5, - "line": 1132, + "line": 1146, }, }, "property": "font-size", @@ -11183,12 +11349,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1133, + "line": 1147, }, "source": undefined, "start": Object { "column": 5, - "line": 1133, + "line": 1147, }, }, "property": "line-height", @@ -11199,12 +11365,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1134, + "line": 1148, }, "source": undefined, "start": Object { "column": 5, - "line": 1134, + "line": 1148, }, }, "property": "font-size", @@ -11215,12 +11381,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1135, + "line": 1149, }, "source": undefined, "start": Object { "column": 3, - "line": 1131, + "line": 1145, }, }, "selectors": Array [ @@ -11237,12 +11403,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1139, + "line": 1153, }, "source": undefined, "start": Object { "column": 3, - "line": 1139, + "line": 1153, }, }, "property": "font-size", @@ -11253,12 +11419,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 1140, + "line": 1154, }, "source": undefined, "start": Object { "column": 3, - "line": 1140, + "line": 1154, }, }, "property": "font-weight", @@ -11269,12 +11435,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 1141, + "line": 1155, }, "source": undefined, "start": Object { "column": 3, - "line": 1141, + "line": 1155, }, }, "property": "line-height", @@ -11285,12 +11451,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 1142, + "line": 1156, }, "source": undefined, "start": Object { "column": 3, - "line": 1142, + "line": 1156, }, }, "property": "letter-spacing", @@ -11301,12 +11467,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1146, + "line": 1160, }, "source": undefined, "start": Object { "column": 3, - "line": 1143, + "line": 1157, }, }, "property": "font-size", @@ -11320,12 +11486,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1147, + "line": 1161, }, "source": undefined, "start": Object { "column": 1, - "line": 1138, + "line": 1152, }, }, "selectors": Array [ @@ -11338,12 +11504,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1157, + "line": 1171, }, "source": undefined, "start": Object { "column": 1, - "line": 1148, + "line": 1162, }, }, "rules": Array [ @@ -11353,12 +11519,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 1150, + "line": 1164, }, "source": undefined, "start": Object { "column": 5, - "line": 1150, + "line": 1164, }, }, "property": "font-size", @@ -11369,12 +11535,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1151, + "line": 1165, }, "source": undefined, "start": Object { "column": 5, - "line": 1151, + "line": 1165, }, }, "property": "line-height", @@ -11385,12 +11551,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1155, + "line": 1169, }, "source": undefined, "start": Object { "column": 5, - "line": 1152, + "line": 1166, }, }, "property": "font-size", @@ -11404,12 +11570,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1156, + "line": 1170, }, "source": undefined, "start": Object { "column": 3, - "line": 1149, + "line": 1163, }, }, "selectors": Array [ @@ -11425,12 +11591,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1168, + "line": 1182, }, "source": undefined, "start": Object { "column": 1, - "line": 1158, + "line": 1172, }, }, "rules": Array [ @@ -11440,12 +11606,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1160, + "line": 1174, }, "source": undefined, "start": Object { "column": 5, - "line": 1160, + "line": 1174, }, }, "property": "font-size", @@ -11456,12 +11622,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1161, + "line": 1175, }, "source": undefined, "start": Object { "column": 5, - "line": 1161, + "line": 1175, }, }, "property": "line-height", @@ -11472,12 +11638,12 @@ Object { "position": Position { "end": Object { "column": 28, - "line": 1162, + "line": 1176, }, "source": undefined, "start": Object { "column": 5, - "line": 1162, + "line": 1176, }, }, "property": "letter-spacing", @@ -11488,12 +11654,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1166, + "line": 1180, }, "source": undefined, "start": Object { "column": 5, - "line": 1163, + "line": 1177, }, }, "property": "font-size", @@ -11507,12 +11673,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1167, + "line": 1181, }, "source": undefined, "start": Object { "column": 3, - "line": 1159, + "line": 1173, }, }, "selectors": Array [ @@ -11528,12 +11694,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1179, + "line": 1193, }, "source": undefined, "start": Object { "column": 1, - "line": 1169, + "line": 1183, }, }, "rules": Array [ @@ -11543,12 +11709,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1171, + "line": 1185, }, "source": undefined, "start": Object { "column": 5, - "line": 1171, + "line": 1185, }, }, "property": "font-size", @@ -11559,12 +11725,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1172, + "line": 1186, }, "source": undefined, "start": Object { "column": 5, - "line": 1172, + "line": 1186, }, }, "property": "line-height", @@ -11575,12 +11741,12 @@ Object { "position": Position { "end": Object { "column": 28, - "line": 1173, + "line": 1187, }, "source": undefined, "start": Object { "column": 5, - "line": 1173, + "line": 1187, }, }, "property": "letter-spacing", @@ -11591,12 +11757,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1177, + "line": 1191, }, "source": undefined, "start": Object { "column": 5, - "line": 1174, + "line": 1188, }, }, "property": "font-size", @@ -11610,12 +11776,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1178, + "line": 1192, }, "source": undefined, "start": Object { "column": 3, - "line": 1170, + "line": 1184, }, }, "selectors": Array [ @@ -11631,12 +11797,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1187, + "line": 1201, }, "source": undefined, "start": Object { "column": 1, - "line": 1180, + "line": 1194, }, }, "rules": Array [ @@ -11646,12 +11812,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1182, + "line": 1196, }, "source": undefined, "start": Object { "column": 5, - "line": 1182, + "line": 1196, }, }, "property": "font-size", @@ -11662,12 +11828,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1183, + "line": 1197, }, "source": undefined, "start": Object { "column": 5, - "line": 1183, + "line": 1197, }, }, "property": "line-height", @@ -11678,12 +11844,12 @@ Object { "position": Position { "end": Object { "column": 28, - "line": 1184, + "line": 1198, }, "source": undefined, "start": Object { "column": 5, - "line": 1184, + "line": 1198, }, }, "property": "letter-spacing", @@ -11694,12 +11860,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1185, + "line": 1199, }, "source": undefined, "start": Object { "column": 5, - "line": 1185, + "line": 1199, }, }, "property": "font-size", @@ -11710,12 +11876,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1186, + "line": 1200, }, "source": undefined, "start": Object { "column": 3, - "line": 1181, + "line": 1195, }, }, "selectors": Array [ @@ -11732,12 +11898,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1190, + "line": 1204, }, "source": undefined, "start": Object { "column": 3, - "line": 1190, + "line": 1204, }, }, "property": "font-size", @@ -11748,12 +11914,12 @@ Object { "position": Position { "end": Object { "column": 19, - "line": 1191, + "line": 1205, }, "source": undefined, "start": Object { "column": 3, - "line": 1191, + "line": 1205, }, }, "property": "font-weight", @@ -11764,12 +11930,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 1192, + "line": 1206, }, "source": undefined, "start": Object { "column": 3, - "line": 1192, + "line": 1206, }, }, "property": "line-height", @@ -11780,12 +11946,12 @@ Object { "position": Position { "end": Object { "column": 20, - "line": 1193, + "line": 1207, }, "source": undefined, "start": Object { "column": 3, - "line": 1193, + "line": 1207, }, }, "property": "letter-spacing", @@ -11796,12 +11962,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1197, + "line": 1211, }, "source": undefined, "start": Object { "column": 3, - "line": 1194, + "line": 1208, }, }, "property": "font-size", @@ -11815,12 +11981,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1198, + "line": 1212, }, "source": undefined, "start": Object { "column": 1, - "line": 1189, + "line": 1203, }, }, "selectors": Array [ @@ -11833,12 +11999,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1208, + "line": 1222, }, "source": undefined, "start": Object { "column": 1, - "line": 1199, + "line": 1213, }, }, "rules": Array [ @@ -11848,12 +12014,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1201, + "line": 1215, }, "source": undefined, "start": Object { "column": 5, - "line": 1201, + "line": 1215, }, }, "property": "font-size", @@ -11864,12 +12030,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1202, + "line": 1216, }, "source": undefined, "start": Object { "column": 5, - "line": 1202, + "line": 1216, }, }, "property": "line-height", @@ -11880,12 +12046,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1206, + "line": 1220, }, "source": undefined, "start": Object { "column": 5, - "line": 1203, + "line": 1217, }, }, "property": "font-size", @@ -11899,12 +12065,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1207, + "line": 1221, }, "source": undefined, "start": Object { "column": 3, - "line": 1200, + "line": 1214, }, }, "selectors": Array [ @@ -11920,12 +12086,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1219, + "line": 1233, }, "source": undefined, "start": Object { "column": 1, - "line": 1209, + "line": 1223, }, }, "rules": Array [ @@ -11935,12 +12101,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1211, + "line": 1225, }, "source": undefined, "start": Object { "column": 5, - "line": 1211, + "line": 1225, }, }, "property": "font-size", @@ -11951,12 +12117,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1212, + "line": 1226, }, "source": undefined, "start": Object { "column": 5, - "line": 1212, + "line": 1226, }, }, "property": "line-height", @@ -11967,12 +12133,12 @@ Object { "position": Position { "end": Object { "column": 28, - "line": 1213, + "line": 1227, }, "source": undefined, "start": Object { "column": 5, - "line": 1213, + "line": 1227, }, }, "property": "letter-spacing", @@ -11983,12 +12149,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1217, + "line": 1231, }, "source": undefined, "start": Object { "column": 5, - "line": 1214, + "line": 1228, }, }, "property": "font-size", @@ -12002,12 +12168,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1218, + "line": 1232, }, "source": undefined, "start": Object { "column": 3, - "line": 1210, + "line": 1224, }, }, "selectors": Array [ @@ -12023,12 +12189,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1230, + "line": 1244, }, "source": undefined, "start": Object { "column": 1, - "line": 1220, + "line": 1234, }, }, "rules": Array [ @@ -12038,12 +12204,12 @@ Object { "position": Position { "end": Object { "column": 24, - "line": 1222, + "line": 1236, }, "source": undefined, "start": Object { "column": 5, - "line": 1222, + "line": 1236, }, }, "property": "font-size", @@ -12054,12 +12220,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1223, + "line": 1237, }, "source": undefined, "start": Object { "column": 5, - "line": 1223, + "line": 1237, }, }, "property": "line-height", @@ -12070,12 +12236,12 @@ Object { "position": Position { "end": Object { "column": 28, - "line": 1224, + "line": 1238, }, "source": undefined, "start": Object { "column": 5, - "line": 1224, + "line": 1238, }, }, "property": "letter-spacing", @@ -12086,12 +12252,12 @@ Object { "position": Position { "end": Object { "column": 6, - "line": 1228, + "line": 1242, }, "source": undefined, "start": Object { "column": 5, - "line": 1225, + "line": 1239, }, }, "property": "font-size", @@ -12105,12 +12271,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1229, + "line": 1243, }, "source": undefined, "start": Object { "column": 3, - "line": 1221, + "line": 1235, }, }, "selectors": Array [ @@ -12126,12 +12292,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1238, + "line": 1252, }, "source": undefined, "start": Object { "column": 1, - "line": 1231, + "line": 1245, }, }, "rules": Array [ @@ -12141,12 +12307,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1233, + "line": 1247, }, "source": undefined, "start": Object { "column": 5, - "line": 1233, + "line": 1247, }, }, "property": "font-size", @@ -12157,12 +12323,12 @@ Object { "position": Position { "end": Object { "column": 22, - "line": 1234, + "line": 1248, }, "source": undefined, "start": Object { "column": 5, - "line": 1234, + "line": 1248, }, }, "property": "line-height", @@ -12173,12 +12339,12 @@ Object { "position": Position { "end": Object { "column": 28, - "line": 1235, + "line": 1249, }, "source": undefined, "start": Object { "column": 5, - "line": 1235, + "line": 1249, }, }, "property": "letter-spacing", @@ -12189,12 +12355,12 @@ Object { "position": Position { "end": Object { "column": 23, - "line": 1236, + "line": 1250, }, "source": undefined, "start": Object { "column": 5, - "line": 1236, + "line": 1250, }, }, "property": "font-size", @@ -12205,12 +12371,12 @@ Object { "position": Position { "end": Object { "column": 4, - "line": 1237, + "line": 1251, }, "source": undefined, "start": Object { "column": 3, - "line": 1232, + "line": 1246, }, }, "selectors": Array [ @@ -12227,12 +12393,12 @@ Object { "position": Position { "end": Object { "column": 52, - "line": 1241, + "line": 1255, }, "source": undefined, "start": Object { "column": 3, - "line": 1241, + "line": 1255, }, }, "property": "font-size", @@ -12243,12 +12409,12 @@ Object { "position": Position { "end": Object { "column": 52, - "line": 1242, + "line": 1256, }, "source": undefined, "start": Object { "column": 3, - "line": 1242, + "line": 1256, }, }, "property": "font-weight", @@ -12259,12 +12425,12 @@ Object { "position": Position { "end": Object { "column": 56, - "line": 1243, + "line": 1257, }, "source": undefined, "start": Object { "column": 3, - "line": 1243, + "line": 1257, }, }, "property": "line-height", @@ -12275,12 +12441,12 @@ Object { "position": Position { "end": Object { "column": 61, - "line": 1244, + "line": 1258, }, "source": undefined, "start": Object { "column": 3, - "line": 1244, + "line": 1258, }, }, "property": "letter-spacing", @@ -12291,12 +12457,12 @@ Object { "position": Position { "end": Object { "column": 2, - "line": 1245, + "line": 1259, }, "source": undefined, "start": Object { "column": 1, - "line": 1240, + "line": 1254, }, }, "selectors": Array [ diff --git a/packages/styles/scss/__tests__/type-test.js b/packages/styles/scss/__tests__/type-test.js index 40d98da4dd8f..23d69551b8ea 100644 --- a/packages/styles/scss/__tests__/type-test.js +++ b/packages/styles/scss/__tests__/type-test.js @@ -51,6 +51,8 @@ describe('@carbon/styles/scss/type', () => { }); expect(api.variables).toMatchInlineSnapshot(` Array [ + "caption-01", + "caption-02", "label-01", "label-02", "helper-text-01", diff --git a/packages/styles/scss/type/_index.scss b/packages/styles/scss/type/_index.scss index 4c394aa9e175..eabf82e7fba0 100644 --- a/packages/styles/scss/type/_index.scss +++ b/packages/styles/scss/type/_index.scss @@ -19,6 +19,7 @@ // Variables $caption-01, + $caption-02, $label-01, $label-02, $helper-text-01, diff --git a/packages/type/scss/_styles.scss b/packages/type/scss/_styles.scss index 3e9c956e04be..fb260c0e97da 100644 --- a/packages/type/scss/_styles.scss +++ b/packages/type/scss/_styles.scss @@ -15,6 +15,28 @@ @use 'font-family'; @use 'scale'; +/// @type Map +/// @access public +/// @deprecated +/// @group @carbon/type +$caption-01: ( + font-size: scale.type-scale(1), + font-weight: font-family.font-weight('regular'), + line-height: 1.33333, + letter-spacing: 0.32px, +) !default; + +/// @type Map +/// @access public +/// @deprecated +/// @group @carbon/type +$caption-02: ( + font-size: scale.type-scale(2), + font-weight: font-family.font-weight('regular'), + line-height: 1.28572, + letter-spacing: 0.32px, +) !default; + /// @type Map /// @access public /// @group @carbon/type @@ -639,6 +661,8 @@ $fluid-display-04: $display-04 !default; /// @access public /// @group @carbon/type $tokens: ( + caption-01: $caption-01, + caption-02: $caption-02, label-01: $label-01, label-02: $label-02, helper-text-01: $helper-text-01,