SASS compiler for Lektor, thats based on libsass.
Project description
SCSScompile
SCSS compiler for Lektor that automatically compiles sass.
Uses libsass and looks for .scss/.sass files (ignores part files that begin with a underscore e.g. '_testfile.scss'), compiling them as part of the build process. It only rebuilds when it's needed (file changed, a file it imports changed or the config changed). When starting the the development server it watchs the files for changes in the background and rebuilds them when needed.
Installing
You can install the plugin with Lektor's installer::
lektor plugins add lektor-scsscompile
Or by hand, adding the plugin to the packages section in your lektorproject file::
[packages]
lektor-scsscompile = 1.3.0
Usage
To enable scsscompile, pass the scsscompile
flag when starting the development
server or when running a build::
lektor build -f scsscompile
lektor build -f scsscompile
The Plugin has the following settings you can adjust to your needs:
parameter | default value | description |
---|---|---|
source_dir | asset_sources/scss/ | the directory in which the plugin searchs for sass files (subdirectories are included) |
output_dir | assets/css/ | the directory the compiled css files get place at |
output_style | compressed | coding style of the compiled result. choose one of: 'nested', 'expanded', 'compact', 'compressed' |
source_comments | False | whether to add comments about source lines |
precision | 5 | precision for numbers |
output_source_map | False | whether a source map should be generated |
An example file with the default config can be found at configs/scsscompile.ini
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for lektor_scsscompile-1.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd0f28afddf639bfc1243a7fd0b25efcfd4378636bcfe9289764df364971b50d |
|
MD5 | 9f75d74b15a3ed86bb477fe1ba9cb5a0 |
|
BLAKE2b-256 | bc55f3dcce9ad4d83c90b1c0991c0b23c2858e921363eac5981c3cc934b86c7a |