@gitlab/ui 101.5.0 → 101.6.0
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/package.json
CHANGED
package/src/scss/mixins.scss
CHANGED
|
@@ -182,6 +182,7 @@
|
|
|
182
182
|
font-weight: $gl-font-weight-heading;
|
|
183
183
|
margin-top: 0; // override bootstrap reset in GitLab
|
|
184
184
|
font-size: get-font-size-variable($size, $fixed);
|
|
185
|
+
@apply gl-text-heading;
|
|
185
186
|
|
|
186
187
|
// Larger headings have reduced letter spacing
|
|
187
188
|
@if ($size <= 500) {
|