An open API service indexing awesome lists of open source software.

https://github.com/sveetch/flechette-insolente

A Python wrapper for dart-sass
https://github.com/sveetch/flechette-insolente

Last synced: 11 months ago
JSON representation

A Python wrapper for dart-sass

Awesome Lists containing this project

README

          

.. _Python: https://www.python.org/
.. _Click: https://click.palletsprojects.com
.. _Embedded Sass Protocol: https://github.com/sass/sass/blob/main/spec/embedded-protocol.md
.. _Dart Sass: https://github.com/sass/dart-sass
.. _Protobuf: https://pypi.org/project/protobuf/

===================
Flèchette insolente
===================

Named after french version of `Dart Sass`_, this is the Python wrapper for Dart sass.
Once installed you don't need to have Dart installed on your system to compile Sass
sources.

Dependencies
************

* `Python`_>=3.8;
* `Click`_>=8.0;