Files
home.lucasacchi.net/tailwind.config.js
T

8 lines
96 B
JavaScript

module.exports = {
content: ["./index.html"],
theme: {
extend: {}
},
plugins: []
};