DEV;First working website with content

This commit is contained in:
Roman Jaroš 2022-07-05 22:06:40 +02:00
parent c254cd6273
commit 01d9d0d4a3
33 changed files with 6998 additions and 5403 deletions

10
postcss.config.js Normal file
View file

@ -0,0 +1,10 @@
module.exports = {
plugins: {
"postcss-import": {},
"tailwindcss/nesting": {},
tailwindcss: {
config: "./src/styles/tailwind.config.js",
},
autoprefixer: {},
},
};