1
Fork 0
This repository has been archived on 2024-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
social-links-profile/tailwind.config.js
2024-07-01 18:32:22 +05:00

7 lines
94 B
JavaScript

export default {
content: ["index.html"],
theme: {
extend: {},
},
plugins: [],
};