Fix docs categories scroll

This commit is contained in:
Jeremy Thomas
2022-01-04 13:01:43 +01:00
parent 4728e1b06d
commit 6e47cdb9ed
8 changed files with 10622 additions and 6027 deletions

View File

@@ -5,15 +5,15 @@
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.7.6",
"autoprefixer": "^10.4.1",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015-ie": "^6.7.0",
"clean-css-cli": "^4.3.0",
"clean-css-cli": "^5.5.0",
"metalsmith": "^2.3.0",
"metalsmith-filter": "^1.0.2",
"node-sass": "^4.13.1",
"postcss-cli": "^7.1.0"
"node-sass": "^7.0.1",
"postcss-cli": "^9.1.0"
},
"scripts": {
"css-build": "npm run css-sass && npm run css-autoprefix && npm run css-cleancss",