chore(preconstruct): inline css via babel config, add themes package

This commit is contained in:
Christopher Möller
2022-07-18 18:12:49 +02:00
parent 1bb32c8eb7
commit b0f362bf60
25 changed files with 1605 additions and 40 deletions
+32
View File
@@ -0,0 +1,32 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
# vercel
.vercel