netzmacher / t3foundation
Zurb Foundation Framework
12.4.0
2025-04-29 20:48 UTC
Requires
- scssphp/scssphp: ^1
- typo3/cms-core: ^12.4
This package is auto-updated.
Last update: 2025-04-29 20:53:51 UTC
README
Integration of Zurb Foundation CSS framework for TYPO3 websites. This extension is optimised for Start TYPO3 Responsive.
Manuals
Zip
Repositories
TYPO3
Git
Download
Update
- git pull
Upload
You need access rights.
- git add .
- git commit -m "my message"
- git push -u origin master
SCSS
SCSS files are automatically compiled and the result is saved in typo3temp/assets/css/
.
To recompile, empty the CSS folder (Admin Tools
> Maintenance
> Remove Temporary Assets
).
During development it can be useful if the stylesheets are compiled whenever the page is loaded.
To achieve this, simply add 'alwaysCompile' => '1'
to your LocalConfiguration.php.