Releases: sass/libsass-python
Releases · sass/libsass-python
libsass 0.18.0
libsass 0.17.0
- Add several new cli options [#279 #268 by Frankie Dintino]
--sourcemap-file
: output file for source map--sourcemap-contents
: embedsourcesContent
in source map--sourcemap-embed
: embedsourceMappingURL
as data uri--omit-sourcemap-url
: omit source map url comment from output--sourcemap-root
: base path, emitted assourceRoot
in source map
- Fix
.sass
inWsgiMiddleware
(again) [#280 by Anthony Sottile]
libsass 0.16.1
libsass 0.16.0
libsass 0.15.1
- Fix
setup.py sdist
(regressed in 0.15.0) [#267 by Anthony Sottile]
libsass 0.15.0
- Fix invalid escape sequences [#249 by Anthony Sottile]
- Add code of conduct [#251 by Nick Schonning]
- Add support for python3.7 and remove testing for python3.4 [#254 by Anthony Sottile]
- Add
strip_extension
option for wsgi / distutils builder [#55 #258 by Anthony Sottile #260 by Morten Brekkevold] - Deprecate
sassc
(replaced bypysassc
). [#262 by Anthony Sottile] - Import abc classes from
collections.abc
to removeDeprecationWarning
[#264 by Gary van der Merwe #265 by Anthony Sottile]
libsass 0.14.5
libsass 0.14.4
- Add ability to specify imports for custom extensions. This provides a way to enable imports of
.css
files (which was removed in 3.5.3). Specify--import-extensions .css
to restore the previous behavior.
[#246 by Samuel Colvin]