Added router, added home and 404 page, added icons as svg file, added header and footer component, added tailwind
This commit is contained in:
6
postcss.config.js
Normal file
6
postcss.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
plugins: [
|
||||
(await import('@tailwindcss/postcss7-compat')).default,
|
||||
(await import('autoprefixer')).default
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user