PHPackages                             artem-frolov/scssphp-compass - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. artem-frolov/scssphp-compass

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

artem-frolov/scssphp-compass
============================

Compass for scssphp

0.1(11y ago)015.3k3CSS

Since Feb 20Pushed 11y ago1 watchersCompare

[ Source](https://github.com/artem-frolov/scssphp-compass)[ Packagist](https://packagist.org/packages/artem-frolov/scssphp-compass)[ Docs](http://leafo.net/scssphp/)[ RSS](/packages/artem-frolov-scssphp-compass/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (3)

scssphp-compass
===============

[](#scssphp-compass)

*This is work in progress, expect to have problems!*

This is a library for adding [Compass](http://compass-style.org/) to your [scssphp](http://leafo.net/scssphp/) installation.

The project composed of a couple parts:

- 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.

Installation
------------

[](#installation)

**scssphp-compass** is a Composer package. Add the following to your `composer.json`:

```
{
  "require": {
    "leafo/scssphp-compass": "dev-master"
  }
}

```

Usage
-----

[](#usage)

```
