[chore] update dependencies and modernize postcss config

This commit is contained in:
panr
2021-03-21 09:59:10 +01:00
parent 8564ee33a1
commit 58bfba3985
14 changed files with 1983 additions and 2440 deletions

1
.husky/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
_

4
.husky/pre-push Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn build && git add . && git commit --amend --no-edit