1
1
mirror of https://github.com/primer/css.git synced 2024-12-25 15:14:59 +03:00

Merge branch 'bump-primitives' of github.com:primer/css into bump-primitives

This commit is contained in:
Cole Bemis 2021-05-17 16:09:56 -07:00
commit eeec20303c
7 changed files with 17 additions and 17 deletions

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Improve focus state for .SideNav and .menu

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Add experimental color variables. **Warning: Do not use these color variables**

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Marketing: Fix letter spacing for headers not being correctly overridden at break points

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Remove !important for base styles for body utilities

View File

@ -1,5 +1,15 @@
# @primer/css
## 17.0.1
### Patch Changes
- [#1391](https://github.com/primer/css/pull/1391) [`534c8f66`](https://github.com/primer/css/commit/534c8f66f5a433aaf6daa308e0354d8eeca25f3a) Thanks [@simurai](https://github.com/simurai)! - Improve focus state for .SideNav and .menu
* [#1398](https://github.com/primer/css/pull/1398) [`5ef7bd6e`](https://github.com/primer/css/commit/5ef7bd6ef0eb43f2bb5765c0f3cfd30db3924ec4) Thanks [@colebemis](https://github.com/colebemis)! - Add experimental color variables. **Warning: Do not use these color variables**
- [#1394](https://github.com/primer/css/pull/1394) [`42223f0b`](https://github.com/primer/css/commit/42223f0b219b6213e2d11f99988acdfd47ab9591) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Marketing: Fix letter spacing for headers not being correctly overridden at break points
## 17.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@primer/css",
"version": "17.0.0",
"version": "17.0.1",
"description": "The CSS implementation of GitHub's Primer Design System",
"homepage": "https://primer.style/css",
"author": "GitHub, Inc.",

View File

@ -72,7 +72,7 @@
font-size: map-get($pairing, "size") !important;
line-height: map-get($pairing, "lh") !important;
@if (map-get($pairing, "size") >= $mktg-body-spacing-threshold) { letter-spacing: $mktg-body-spacing-large !important; }
@if (map-get($pairing, "size") >= $mktg-body-weight-threshold) { font-weight: $font-weight-semibold !important; }
@if (map-get($pairing, "size") >= $mktg-body-weight-threshold) { font-weight: $font-weight-semibold; }
@if (nth($sizes, 1) != nth($sizes, 2)) {
@include breakpoint(md) {