datashaman / tongs-sass
Sass plugin for Tongs
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/datashaman/tongs-sass
Requires (Dev)
- datashaman/tongs: 1.*.*
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-06-29 01:42:01 UTC
README
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.