Download the PHP package datashaman/tongs-sass without Composer
On this page you can find all versions of the php package datashaman/tongs-sass. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download datashaman/tongs-sass
More information about datashaman/tongs-sass
Files in datashaman/tongs-sass
Download datashaman/tongs-sass
More information about datashaman/tongs-sass
Files in datashaman/tongs-sass
Please rate this library. Is it a good library?
Informations about the package tongs-sass
tongs ssass plugin
Render SASS files into CSS. A plugin for Tongs static site generator.
For example:
{
"plugins": {
"sass": {
"outputStyle": "compressed"
}
}
}
will invoke the following command:
node-sass --output-style=compressed $sourcePath
for any file ending in .sass
and .scss
. The source will be removed and replaced by a file with .css
containing the rendered stylesheet.
Bear in mind that your node_modules
folder will not exist in the cloud if you use a cloud-based source disk. If your source is local, no problem - use npm
packages in the build.
All versions of tongs-sass with dependencies
PHP Build Version
Package Version
No informations.
The package datashaman/tongs-sass contains the following files
Loading the files please wait ....