mirror of
https://github.com/primer/css.git
synced 2024-12-01 04:21:12 +03:00
Merge branch 'release-10.9.0' into storybook_user
This commit is contained in:
commit
a462f2982f
@ -1,4 +1,4 @@
|
||||
#10.9.0
|
||||
# 10.9.0
|
||||
|
||||
# 10.8.1
|
||||
#### :bug: Bug Fix
|
||||
|
@ -60,7 +60,7 @@ $breakpoints: (
|
||||
sm: $width-sm,
|
||||
// Medium screen / tablet
|
||||
md: $width-md,
|
||||
// Large screen / desktop (980 + (12 * 2)) <= container + gutters
|
||||
// Large screen / desktop (980 + (16 * 2)) <= container + gutters
|
||||
lg: $width-lg,
|
||||
// Extra large screen / wide desktop
|
||||
xl: $width-xl
|
||||
|
11180
package-lock.json
generated
11180
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -20,9 +20,9 @@
|
||||
"test": "npm run test-all-modules && lerna run test",
|
||||
"test-all-modules": "ava --verbose tests/test-*.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dependencies": {
|
||||
"primer-module-build": "file:tools/primer-module-build",
|
||||
"stylelint-config-primer": "^2.2.6",
|
||||
"stylelint-config-primer": "file:tools/stylelint-config-primer",
|
||||
"@storybook/addon-options": "3.4.3",
|
||||
"@storybook/addons": "3.4.3",
|
||||
"@storybook/react": "3.4.3",
|
||||
@ -40,7 +40,7 @@
|
||||
"globby": "^6.1.0",
|
||||
"html-to-react": "^1.2.11",
|
||||
"isomorphic-fetch": "^2.2.1",
|
||||
"lerna": "2.4.0",
|
||||
"lerna": "2.11.0",
|
||||
"lerna-changelog": "^0.7.0",
|
||||
"minimatch": "^3.0.4",
|
||||
"node-sass": "^4.9.0",
|
||||
|
Loading…
Reference in New Issue
Block a user