hds-web 1.0.1 → 1.0.2

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.
@@ -288,6 +288,25 @@ module.exports = {
288
288
  }],
289
289
  // add more for more breakpoints
290
290
 
291
+
292
+ // h6-style
293
+ 'hds-m-h7': ['0.75rem', {
294
+ lineHeight: '1.25rem',
295
+ letterSpacing: '0.08em',
296
+ fontWeight: '700',
297
+ }],
298
+ 'hds-t-h7': ['0.75rem', {
299
+ lineHeight: '1.25rem',
300
+ letterSpacing: '0.08em',
301
+ fontWeight: '700',
302
+ }],
303
+ 'hds-d-h7': ['0.75', {
304
+ lineHeight: '1.25',
305
+ letterSpacing: '0.08em',
306
+ fontWeight: '700',
307
+ }],
308
+ // add more for more breakpoints
309
+
291
310
  // sub-style
292
311
  'hds-m-sub1': ['1.25rem', {
293
312
  lineHeight: '2rem',