PHP code example of jenzri-nizar / zf3-scss
1. Go to this page and download the library: Download jenzri-nizar/zf3-scss library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
jenzri-nizar / zf3-scss example snippets
"jenzri-nizar/zf3-scss": "dev-master"
composer update
'modules' => array(
'...',
''Zf3\Scss''
),
<?= $this->headLink()->prependStylesheet($this->basePath('css/css.scss'));