rintisch / tailwindcss-form
Adapt output of EXT:form for usage with tailwindcs
Installs: 496
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^10.4 || ^11.5
- typo3/cms-form: ^10.4 || ^11.5
README
Adapt output of EXT:form for direct usage with the utility-first CSS framework tailwindcss.
Usage
Simply include the setup.typoscript
of this extension in your sitePackage with
@import 'EXT:tailwindcss_form/Configuration/TypoScript/setup.typoscript'
There is also some SCSS for the default CSS classes of some elements in EXT:form. That breaks the utility-first approach but this way much less changes on partials are needed. To use this SCSS include it in your main SCSS file.