smart-lookup/tailwind.config.js

8 lines
129 B
JavaScript
Raw Normal View History

2022-06-09 14:51:35 +00:00
// tailwind.config.js
module.exports = {
// ...
plugins: [
// ...
require('@tailwindcss/forms'),
],
}