1
1
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:
Shawn Allen 2018-10-17 10:21:55 -07:00 committed by GitHub
commit a462f2982f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2649 additions and 8541 deletions

View File

@ -1,4 +1,4 @@
#10.9.0
# 10.9.0
# 10.8.1
#### :bug: Bug Fix

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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",