Replace flexbox by grid
Mostly for Safari < 14.1 that does not support gap property.
... | ... | @@ -38,7 +38,7 @@ |
"eslint-config-standard": "^17.0.0-1", | ||
"highlight.js": "^9.18.3", | ||
"highlightjs-line-numbers.js": "^2.8.0", | ||
"postcss": "^8.4.6", | ||
"postcss": "^8.4.12", | ||
"postcss-import": "^14.0.2", | ||
"postcss-preset-env": "^7.3.1", | ||
"rollup": "^2.67.0", | ||
... | ... |
Please register or sign in to comment