Spaces:
Running
Running
| module.exports = { | |
| content: [ | |
| "./index.html", | |
| "./script.js" | |
| ], | |
| theme: { | |
| extend: {}, | |
| }, | |
| plugins: [], | |
| } |
| module.exports = { | |
| content: [ | |
| "./index.html", | |
| "./script.js" | |
| ], | |
| theme: { | |
| extend: {}, | |
| }, | |
| plugins: [], | |
| } |