Work on outline/focus styles

This commit is contained in:
Sam Potts
2018-12-08 17:06:20 +11:00
parent b7b2e3c0aa
commit bdd513635f
7 changed files with 284 additions and 183 deletions
+10 -10
View File
@@ -35,20 +35,20 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/core": "^7.1.6",
"babel-eslint": "^10.0.1",
"@babel/preset-env": "^7.1.5",
"@babel/preset-env": "^7.1.6",
"del": "^3.0.0",
"eslint": "^5.8.0",
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"fastly-purge": "^1.0.1",
"git-branch": "^2.0.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-better-rollup": "^3.4.0",
"gulp-clean-css": "^3.10.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-filter": "^5.1.0",
"gulp-header": "^2.0.5",
@@ -67,16 +67,16 @@
"postcss-custom-properties": "^8.0.9",
"prettier-eslint": "^8.8.2",
"prettier-stylelint": "^0.4.2",
"remark-cli": "^6.0.0",
"remark-validate-links": "^7.1.0",
"remark-cli": "^6.0.1",
"remark-validate-links": "^7.1.2",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
"stylelint": "^9.7.1",
"stylelint": "^9.9.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-sass-guidelines": "^5.2.0",
"stylelint-order": "^1.0.0",
"stylelint-order": "^2.0.0",
"stylelint-scss": "^3.4.0",
"stylelint-selector-bem-pattern": "^2.0.0",
"through2": "^3.0.0"
@@ -86,6 +86,6 @@
"custom-event-polyfill": "^1.0.6",
"loadjs": "^3.5.4",
"raven-js": "^3.27.0",
"url-polyfill": "^1.1.0"
"url-polyfill": "^1.1.3"
}
}