dev-master
9999999-devCompass for scssphp
The Requires
by Eugene Matvejev
0.1.6
0.1.6.0Compass for scssphp
The Requires
by Eugene Matvejev
0.1.5
0.1.5.0Compass for scssphp
The Requires
by Eugene Matvejev
Wallogit.com
2017 © Pedro Peláez
Compass for scssphp
this is a library extends scssphp package with compass stylesheets, (*1)
scssc from scssphp. This script
updates the import path and adds built in functions required my CompassCompass' SCSS is checked into this repository, so you only need to run the extract script if you are updating the version of Compass that is included., (*2)
composer require eugene-matvejev/compass
<?php
require "vendor/autoload.php";
$scss = new scssc();
new scss_compass($scss);
echo $scss->compile('
@import "compass";
.shadow {
@include box-shadow(10px 10px 8px red);
}
');
Compass for scssphp
Compass for scssphp
Compass for scssphp