smart-lookup/tailwind.config.js
Georges KABBOUCHI 627ab9fe56 init
2022-06-09 17:51:35 +03:00

8 lines
129 B
JavaScript

// tailwind.config.js
module.exports = {
// ...
plugins: [
// ...
require('@tailwindcss/forms'),
],
}