@theroutingcompany/components 0.0.30-alpha.10 → 0.0.30-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -13277,13 +13277,11 @@ const B6 = {
|
|
|
13277
13277
|
font-family: ${f.font_family_pingo};
|
|
13278
13278
|
font-style: normal;
|
|
13279
13279
|
font-weight: 400;
|
|
13280
|
-
/* font-size: ${f.font_size_100}; - not right for app but seems right for storybook */
|
|
13281
13280
|
|
|
13282
13281
|
line-height: ${f.line_height_deprecated_129};
|
|
13283
13282
|
border-radius: ${f.border_radius_400};
|
|
13284
13283
|
letter-spacing: ${f.letter_spacing_deprecated_tight};
|
|
13285
13284
|
|
|
13286
|
-
/* testing this out here for now */
|
|
13287
13285
|
width: 100%;
|
|
13288
13286
|
flex: 1;
|
|
13289
13287
|
`, $l = A.div`
|