Open talmax1124 opened 3 years ago
module.exports = { purge: [], darkMode: false, // or 'media' or 'class' theme: { extend: {}, }, variants: { extend: {}, }, plugins: [ require('@tailwindcss/typography'), require("kutty") ], }
and my repository is https://github.com/talmax1124/DrKhan
@praveenjuge
@praveenjuge Is there a fix? I even added the cdn url's
Hey, sorry I couldn't find what the problem is, I'll leave this issue open if some one else can solve it. I will also take a look later.
Hey, for more context, can you share your
tailwind.config.js
file code or a reproduction repo?