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
- Host: GitHub
- URL: https://github.com/sveetch/flechette-insolente
- Owner: sveetch
- License: mit
- Created: 2023-09-10T15:48:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T01:05:10.000Z (over 2 years ago)
- Last Synced: 2025-03-27T10:22:28.493Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 3.54 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
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;