rintisch / tailwindcss-form
This package is abandoned and no longer maintained.
No replacement package was suggested.
Adapt output of EXT:form for usage with tailwindcs
Package info
github.com/rintisch/tailwindcss_form
Language:HTML
Type:typo3-cms-extension
pkg:composer/rintisch/tailwindcss-form
1.3.0
2021-12-23 07:50 UTC
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.