1
0
Fork 0
This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
nexus-archive/tailwind.config.js

13 lines
193 B
JavaScript
Raw Normal View History

module.exports = {
content: [
'templates/**/*.html.twig',
],
theme: {
extend: {},
},
plugins: [
require('@tailwindcss/forms')({strategy: 'base'}),
],
prefix: 'tw-',
}