praveenjuge / kutty

Kutty is a tailwind plugin for building web applications. It has a set of accessible and reusable components that are commonly used in web applications.
https://kutty.netlify.app
MIT License
832 stars 44 forks source link

Not working in tailwind.config.js Says could not find a declaration for module kutty #44

Open talmax1124 opened 3 years ago

praveenjuge commented 3 years ago

Hey, for more context, can you share your tailwind.config.js file code or a reproduction repo?

talmax1124 commented 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

talmax1124 commented 3 years ago

@praveenjuge Is there a fix? I even added the cdn url's

praveenjuge commented 3 years ago

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.