mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
initial commit, completed 40% of first milestone
This commit is contained in:
5
postcss.config.js
Normal file
5
postcss.config.js
Normal file
@ -0,0 +1,5 @@
|
||||
const tailwindcss = require('tailwindcss');
|
||||
|
||||
module.exports = {
|
||||
plugins: [tailwindcss('./tailwind.js'), require('autoprefixer')],
|
||||
};
|
||||
Reference in New Issue
Block a user