mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
- setting up tailwindcss and other plugins - designing the landing page - creating a reusable button component
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
module.exports = () => ({
|
|
plugins: [require("tailwindcss")],
|
|
});
|