File size: 130 Bytes
201b13c | 1 2 3 4 5 6 7 8 9 10 | export default {
content: [
"./index.html",
"./src/**/*.{js,jsx}",
],
theme: {
extend: {},
},
plugins: [],
} |
201b13c | 1 2 3 4 5 6 7 8 9 10 | export default {
content: [
"./index.html",
"./src/**/*.{js,jsx}",
],
theme: {
extend: {},
},
plugins: [],
} |