-1

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

1 Answers1

0

It could be the tailwind.config.js. Try replacing it with the code below

module.exports = {
  content: ["./*.html"],
  theme: {
    extend: {},
  },
  plugins: [],
}
Zytha
  • 1
  • 1