2017 © Pedro Peláez
 

library compass

Compass for scssphp

image

eugene-matvejev/compass

Compass for scssphp

  • Thursday, June 23, 2016
  • by eugene-matvejev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5,365 Installations
  • CSS
  • 1 Dependents
  • 0 Suggesters
  • 35 Forks
  • 0 Open issues
  • 3 Versions
  • 15 % Grown

The README.md

php Compass

this is a library extends scssphp package with compass stylesheets, (*1)

  • A script that checks out Compass and extracts the SCSS
  • A PHP class that hooks into a instance of scssc from scssphp. This script updates the import path and adds built in functions required my Compass

Compass' 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)

Installation

composer require eugene-matvejev/compass

Usage

<?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);
       }
   ');

resources:

  • http://compass-style.org/
  • http://leafo.net/scssphp/

The Versions

23/06 2016

dev-master

9999999-dev

Compass for scssphp

  Sources   Download

The Requires

 

by Eugene Matvejev

23/06 2016

0.1.6

0.1.6.0

Compass for scssphp

  Sources   Download

The Requires

 

by Eugene Matvejev

23/06 2016

0.1.5

0.1.5.0

Compass for scssphp

  Sources   Download

The Requires

 

by Eugene Matvejev