Skip to content

Commit

Permalink
fix: added tooltip to tailwind.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Feb 8, 2023
1 parent 57a37fe commit ae10f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ module.exports = {
}
},
},
plugins: [require('@tailwindcss/line-clamp'), require('@tailwindcss/typography'), require('@headlessui/tailwindcss'), require('./src/plugin/core'), require('./src/plugin/button')],
plugins: [require('@tailwindcss/line-clamp'), require('@tailwindcss/typography'), require('@headlessui/tailwindcss'), require('./src/plugin/core'), require('./src/plugin/button'), require('./src/plugin/tooltip')],
};

0 comments on commit ae10f17

Please sign in to comment.