the document and all of my packages (image)
I tried it with the cdn and that worked but why cant I use it fine with the cli
the document and all of my packages (image)
I tried it with the cdn and that worked but why cant I use it fine with the cli
It could be the tailwind.config.js
. Try replacing it with the code below
module.exports = {
content: ["./*.html"],
theme: {
extend: {},
},
plugins: [],
}