Foundation for Sites V6 integration for Contao Open Source CMS

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:JavaScript

Type:contao-component

6.9.0 2024-10-31 09:58 UTC

This package is auto-updated.

Last update: 2024-10-31 10:08:29 UTC


README

Logo

Contao Component: Foundation for Sites

Stores the Foundation for Sites Framework Package in assets/foundation

this cane you use with same Contao Extension:



// Import the foundation component from the assets directory
@import "../../../assets/foundation/css/foundation.min.css";
@import "../../../assets/foundation/css/app.css";


to use it in our template use the follow

<link href="../assets/css/foundation.min.css" rel="stylesheet">
<link href="../assets/css/app.css" rel="stylesheet">


<script src="../assets/js/vendor/what-input.js"></script>
<script src="../assets/js/vendor/foundation.min.js"></script>
<script src="../assets/js/app.js"></script>