Skip to main content

Lektor plugin to compile css out of sass - based on libsass

Project description

SCSS compiler for lektor

PyPI version Downloads

SCSS compiler for Lektor that compiles css from sass.

How does it acutually work?

  • It uses libsass
  • It looks for .scss and .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 the css 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.

Installation

You can install the plugin with Lektor's installer::

lektor plugins add lektor-scss

Or by hand, adding the plugin to the packages section in your lektorproject file::

[packages]
lektor-scss = 1.3.0

Usage

To enable scsscompile, pass the scsscompile flag when starting the development server or when running a build:

lektor build -f scss
lektor build -f scss

Configuration

The Plugin has the following settings you can adjust to your needs:

parameter default value description
source_dir assets/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

An example file with the default config can be found at configs/scsscompile.ini

Developement

To test and/or develope this plugin in your running lektor installation, simply put it in the packages/ Folder and have a look at the Lektor Doku

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lektor-scss-1.3.0.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page