1
1
mirror of https://github.com/primer/css.git synced 2024-09-11 16:36:07 +03:00

npm install @primer/primitives@0.0.0-593708c

This commit is contained in:
Colin 2020-10-16 13:56:10 -04:00
parent 8057118a22
commit 61e175d44a
3 changed files with 6 additions and 6 deletions

6
package-lock.json generated
View File

@ -2680,9 +2680,9 @@
}
},
"@primer/primitives": {
"version": "0.0.0-a59e532",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-0.0.0-a59e532.tgz",
"integrity": "sha512-kD1NkDvJGankXNBWDXAj73f/+I60koE8NqScwXo45Lc3JtvtnhLuei8UqLOO4ihTBbhIFyAsoRQkLNaVTKsclw=="
"version": "0.0.0-593708c",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-0.0.0-593708c.tgz",
"integrity": "sha512-0GEAapIFTh/KYUTwu6VarexXynh1qghC2Y9J4PtLjKi6B1yR9rq274B59CqZwoMl2wmHlByzlNRGMlFur4wS7w=="
},
"@reach/router": {
"version": "1.3.3",

View File

@ -41,7 +41,7 @@
},
"dependencies": {
"@primer/octicons": "^9.1.1",
"@primer/primitives": "0.0.0-a59e532"
"@primer/primitives": "0.0.0-593708c"
},
"devDependencies": {
"@octokit/rest": "^16.34.0",

View File

@ -46,13 +46,13 @@
&::before {
// stylelint-disable-next-line primer/borders
border: $spacer-2 $border-style transparent;
border-bottom-color: var(--color-dropdown-border);
border-bottom-color: var(--color-border-primary);
}
&::after {
// stylelint-disable-next-line primer/borders
border: 7px $border-style transparent;
border-bottom-color: var(--color-border-inverse);
border-bottom-color: var(--color-dropdown-border);
}
// stylelint-disable-next-line selector-max-type