schumskie / flask-tailwindcss-starter

Just simple starter template for flask and tailwindcss
2 stars 0 forks source link

How to use with DasiyUI #1

Open Aiyush-G opened 3 years ago

Aiyush-G commented 3 years ago

https://daisyui.com/docs/install

Hi, would it be possible for you to show me how to integrate it with daisy ui, after following your Github steps fine and the daisy ui steps separately, I cannot figure out how to use the plugin and make it work.

Thanks

schumskie commented 3 years ago

Just follow steps from daisyui site. Inside this project run npm install daisyuiand make sure that plugins section in tailwind.config.js contains

module.exports = {

    plugins: [
      require('daisyui'),
    ],

  }