An open API service indexing awesome lists of open source software.

https://github.com/devworks/sculpin-scss-bundle

Sculpin SCSS Bundle
https://github.com/devworks/sculpin-scss-bundle

bundle php scss scssphp sculpin

Last synced: about 2 months ago
JSON representation

Sculpin SCSS Bundle

Awesome Lists containing this project

README

          

# Sculpin Scss Bundle

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)

[Sculpin](http://sculpin.io) bundle that integrates the [leafo/scssphp](https://github.com/leafo/scssphp/) SCSS processor.

Each `*.scss` or `*.sass` file is parsed to CSS.
When the parser generates any CSS output the file is renamed to `*.css` in place. Otherwise, the file will be ignored.

## Installation

* Add the following to your `sculpin.json` file:

```json
{
"require": {
"devworks/sculpin-scss-bundle": "~0.1"
}
}
```

* Run `sculpin update`.
* Add the bundle to your sculpin kernel `app/SculpinKernel.php`:

```php