Download the PHP package rackem/sass without Composer
On this page you can find all versions of the php package rackem/sass. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor rackem
Package sass
Short Description Sass middleware for Rackem
License MIT
Homepage https://github.com/ripeworks/rackem-sass
Package sass
Short Description Sass middleware for Rackem
License MIT
Homepage https://github.com/ripeworks/rackem-sass
Please rate this library. Is it a good library?
Informations about the package sass
Rack'em Sass
Rack'em middleware to serve SASS dynamically.
Usage
Options
You can pass an options array() with the middleware, or to a Rackem\Sass\Enviroment instance.
| Option | Info | Default |
|---|---|---|
| accepts | File extensions used to locate sass source files (order matters). | array("sass", "scss", "scss.css", "sass.css", "css") |
| paths | Paths used to locate sass source files (order matters). | array(".") |
| persist | If true, will serve compiled css file directly. If source sass file is newer than compiled file, the sass will be re-compiled before being served. | false |
| public | Path used to write compiled css if persist option is true. |
getcwd() |
| parser | Array of options passed into Sass\Parser. |
array("cache" => false) |
All versions of sass with dependencies
PHP Build Version
Package Version
The package rackem/sass contains the following files
Loading the files please wait ...