PHPackages                             devworks/sculpin-scss-bundle - 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. devworks/sculpin-scss-bundle

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

devworks/sculpin-scss-bundle
============================

Sculpin SCSS Bundle

0.1(8y ago)0901[1 PRs](https://github.com/devworks/sculpin-scss-bundle/pulls)MITPHPPHP &gt;=5.4.0

Since Oct 23Pushed 7y ago2 watchersCompare

[ Source](https://github.com/devworks/sculpin-scss-bundle)[ Packagist](https://packagist.org/packages/devworks/sculpin-scss-bundle)[ Docs](https://github.com/devworks/sculpin-scss-bundle)[ RSS](/packages/devworks-sculpin-scss-bundle/feed)WikiDiscussions master Synced today

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

Sculpin Scss Bundle
===================

[](#sculpin-scss-bundle)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](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
------------

[](#installation)

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

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

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

```
