pysass

Sass CLI Python: A wrapper to libsass-python with watchdog capability.


License
MIT
Install
pip install pysass==0.1.0

Documentation

pysass

A simple wrapper on libsass-python pysassc to add watch capability using watchdog.

Features

  • add -w and --watch flags to pysassc command.
  • watch included directories and source directory recursively.
  • only watch *.scss files.
  • throttling.

Install

$ pip install pysass

Usage

Use pysass command instead of pysassc in order to use -w or --watch flag additionaly to those provided by libsass-python pysassc.

eg.

$ pysass -t compressed -I node_modules/skeleton-scss/scss/ \
	-m ./project/src/main.scss ./project/dist/style.css --watch