@department-of-veterans-affairs/css-library 0.8.2 → 0.8.3
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/dist/stylesheets/core.css +6 -0
- package/dist/stylesheets/formation-overrides/elements/typography.css +6 -0
- package/dist/stylesheets/modules/m-megamenu.css +1 -0
- package/dist/stylesheets/uswds-typography.css +0 -23
- package/dist/tokens/css/variables.css +1 -1
- package/dist/tokens/scss/variables.scss +1 -1
- package/package.json +1 -1
|
@@ -4198,27 +4198,4 @@ p, a, ol, ul, li, dl, dt, dd, form, label, button {
|
|
|
4198
4198
|
line-height: 1.5;
|
|
4199
4199
|
}
|
|
4200
4200
|
|
|
4201
|
-
/**
|
|
4202
|
-
USWDS paragraph style
|
|
4203
|
-
|
|
4204
|
-
p {
|
|
4205
|
-
line-height: 1.5;
|
|
4206
|
-
max-width: 68ex;
|
|
4207
|
-
margin-bottom: 0;
|
|
4208
|
-
margin-top: 0;
|
|
4209
|
-
}
|
|
4210
|
-
*/
|
|
4211
|
-
p {
|
|
4212
|
-
line-height: 1.5;
|
|
4213
|
-
max-width: 68ex;
|
|
4214
|
-
margin-bottom: 0;
|
|
4215
|
-
margin-top: 0;
|
|
4216
|
-
}
|
|
4217
|
-
* + p {
|
|
4218
|
-
margin-top: 1em;
|
|
4219
|
-
}
|
|
4220
|
-
p + * {
|
|
4221
|
-
margin-top: 1em;
|
|
4222
|
-
}
|
|
4223
|
-
|
|
4224
4201
|
/*# sourceMappingURL=uswds-typography.css.map */
|