@primer/css 20.8.0-rc.62a861ec → 20.8.0-rc.b726c0c4
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/markdown.css +1 -1
- package/dist/markdown.css.map +1 -1
- package/dist/meta.json +128 -128
- package/dist/primer.css +1 -1
- package/dist/primer.css.map +1 -1
- package/dist/product.css +1 -1
- package/dist/product.css.map +1 -1
- package/dist/stats/markdown.json +1 -1
- package/dist/stats/product.json +1 -1
- package/markdown/code.scss +1 -1
- package/package.json +2 -2
package/markdown/code.scss
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
margin: 0;
|
|
9
9
|
// stylelint-disable-next-line primer/typography
|
|
10
10
|
font-size: 85%;
|
|
11
|
+
white-space: break-spaces; // keeps rendering spaces, but breaks them onto multiple lines
|
|
11
12
|
background-color: var(--color-neutral-muted);
|
|
12
13
|
border-radius: $border-radius;
|
|
13
|
-
white-space: break-spaces; // keeps rendering spaces, but breaks them onto multiple lines
|
|
14
14
|
|
|
15
15
|
br { display: none; }
|
|
16
16
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/css",
|
|
3
|
-
"version": "20.8.0-rc.
|
|
3
|
+
"version": "20.8.0-rc.b726c0c4",
|
|
4
4
|
"description": "The CSS implementation of GitHub's Primer Design System",
|
|
5
5
|
"homepage": "https://primer.style/css",
|
|
6
6
|
"author": "GitHub, Inc.",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"eslint-plugin-github": "4.3.7",
|
|
59
59
|
"eslint-plugin-jest": "27.1.3",
|
|
60
60
|
"eslint-plugin-prettier": "4.2.1",
|
|
61
|
-
"filesize": "
|
|
61
|
+
"filesize": "10.0.5",
|
|
62
62
|
"front-matter": "4.0.2",
|
|
63
63
|
"fs-extra": "10.1.0",
|
|
64
64
|
"globby": "13.1.2",
|