@primer/css 20.8.1-rc.82285697 → 20.8.1-rc.9a1df33f
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/CHANGELOG.md +2 -0
- package/README.md +2 -0
- package/dist/markdown.css +1 -1
- package/dist/markdown.css.map +1 -1
- package/dist/meta.json +53 -53
- 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/primer.json +1 -1
- package/dist/stats/product.json +1 -1
- package/markdown/tables.scss +7 -1
- package/package.json +5 -5
package/markdown/tables.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Needs refactoring
|
|
2
|
-
// stylelint-disable selector-max-type
|
|
2
|
+
// stylelint-disable selector-max-type, selector-max-compound-selectors
|
|
3
3
|
.markdown-body {
|
|
4
4
|
// Tables
|
|
5
5
|
table {
|
|
@@ -20,6 +20,12 @@
|
|
|
20
20
|
border: $border-width $border-style var(--color-border-default);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
+
td {
|
|
24
|
+
> :last-child {
|
|
25
|
+
margin-bottom: 0;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
23
29
|
tr {
|
|
24
30
|
background-color: var(--color-canvas-default);
|
|
25
31
|
border-top: $border-width $border-style var(--color-border-muted);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/css",
|
|
3
|
-
"version": "20.8.1-rc.
|
|
3
|
+
"version": "20.8.1-rc.9a1df33f",
|
|
4
4
|
"description": "The CSS implementation of GitHub's Primer Design System",
|
|
5
5
|
"homepage": "https://primer.style/css",
|
|
6
6
|
"author": "GitHub, Inc.",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@changesets/changelog-github": "0.4.6",
|
|
50
|
-
"@changesets/cli": "2.
|
|
50
|
+
"@changesets/cli": "2.26.0",
|
|
51
51
|
"@github/prettier-config": "0.0.4",
|
|
52
52
|
"@koddsson/postcss-sass": "5.0.1",
|
|
53
53
|
"@primer/stylelint-config": "^12.4.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"eslint-plugin-prettier": "4.2.1",
|
|
61
61
|
"filesize": "10.0.5",
|
|
62
62
|
"front-matter": "4.0.2",
|
|
63
|
-
"fs-extra": "
|
|
63
|
+
"fs-extra": "11.1.0",
|
|
64
64
|
"globby": "13.1.2",
|
|
65
65
|
"jest": "29.3.1",
|
|
66
66
|
"js-yaml": "4.1.0",
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
"postcss-scss": "4.0.5",
|
|
72
72
|
"postcss-simple-vars": "6.0.3",
|
|
73
73
|
"prettier": "2.7.1",
|
|
74
|
-
"semver": "7.3.
|
|
74
|
+
"semver": "7.3.8",
|
|
75
75
|
"stylelint": "14.15.0",
|
|
76
|
-
"table": "6.8.
|
|
76
|
+
"table": "6.8.1"
|
|
77
77
|
},
|
|
78
78
|
"jest": {
|
|
79
79
|
"testEnvironment": "node",
|