libsass-python icon indicating copy to clipboard operation
libsass-python copied to clipboard

A straightforward binding of libsass for Python. Compile Sass/SCSS in Python with no Ruby stack at all!

Results 14 libsass-python issues
Sort by recently updated
recently updated
newest added

Hi, I've got this error while compiling my.sass that imports bulma.sass (@import "./bulma/bulma.sass") on the other hand sassc produces no error. what am I doing wrong? ``` sass.compile(dirname=('sass', '.css'), output_style='compressed')...

updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.5.0...v2.7.0) - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.14.0](https://github.com/asottile/reorder-python-imports/compare/v3.13.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](https://github.com/asottile/pyupgrade/compare/v3.17.0...v3.18.0)

Windows build fails with: ``` > pip show setuptools Name: setuptools Version: 74.1.1 […] >pip install libsass --no-binary :all: Looking in indexes: https://[…]/simple Collecting libsass Downloading https://[…]/libsass-0.23.0.tar.gz (316 kB) Preparing...

While launching our application, we've begun to see the following message in the terminal at start-up: ``` venv/lib/python3.13/site-packages/sassutils/wsgi.py:9: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package...