mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 09:41:31 +10:00
feat(templates): replace library with microfrontend app for templates
This commit is contained in:
10
apps/artboard/postcss.config.js
Normal file
10
apps/artboard/postcss.config.js
Normal file
@ -0,0 +1,10 @@
|
||||
const { join } = require("path");
|
||||
|
||||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {
|
||||
config: join(__dirname, "tailwind.config.js"),
|
||||
},
|
||||
autoprefixer: {},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user