netzmacher/t3foundation

Zurb Foundation Framework

Installs: 649

Dependents: 4

Suggesters: 0

Security: 0

Type:typo3-cms-extension

10.0.2 2024-02-01 18:47 UTC

This package is auto-updated.

Last update: 2024-04-04 09:11:14 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.