preline icon indicating copy to clipboard operation
preline copied to clipboard

accordion stops working when { important: true} is declared

Open ssjogus opened this issue 1 year ago • 0 comments

Hi

i am using v2.0.0. The plugins like tooltip, accordion work well. but they stop when I try to use the !Important modifier of tailwind. So when I am writing this in tailwind.config file, the preline plugins stop working. Can you please help?

module.exports = { important: true, content: [ 'node_modules/preline/dist/.js', '.{html,js,css}', ], theme: { extend: {}, }, plugins: [ // require('@tailwindcss/forms'), require('preline/plugin'), ], }

ssjogus avatar Feb 28 '24 13:02 ssjogus