netzmacher / t3foundation
Zurb Foundation Framework
10.0.2
2024-02-01 18:47 UTC
Requires
- scssphp/scssphp: ^1.6
- typo3/cms-core: >=10.0.0 <=10.9.99
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.