mirror of
https://github.com/zebrajr/Reactive-Resume.git
synced 2026-01-15 12:15:43 +00: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")],
|
|
});
|