jedocodes-components / foundation
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
Requires
- contao-components/installer: ^1.0.9
Replaces
- jedocodes/foundation: *
README
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>