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
- Host: GitHub
- URL: https://github.com/devworks/sculpin-scss-bundle
- Owner: devworks
- License: mit
- Created: 2017-10-23T14:15:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T14:55:32.000Z (over 7 years ago)
- Last Synced: 2025-05-09T20:07:03.869Z (about 1 year ago)
- Topics: bundle, php, scss, scssphp, sculpin
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sculpin Scss Bundle
[](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