UNPKG

flowbite-datepicker

Version:

A Tailwind CSS powered datepicker built with vanilla JavaScript and Flowbite

17 lines (16 loc) 274 B
module.exports = { content: ["./js/**/*.js"], darkMode: 'class', // or 'media' or 'class' theme: { extend: {}, }, variants: { extend: {}, }, plugins: [ // require('flowbite/plugin') ], corePlugins: { preflight: false, } }