Skip to content

libsass 0.17.0

Compare
Choose a tag to compare
@asottile asottile released this 04 Jan 05:19
  • Add several new cli options [#279 #268 by Frankie Dintino]
    • --sourcemap-file: output file for source map
    • --sourcemap-contents: embed sourcesContent in source map
    • --sourcemap-embed: embed sourceMappingURL as data uri
    • --omit-sourcemap-url: omit source map url comment from output
    • --sourcemap-root: base path, emitted as sourceRoot in source map
  • Fix .sass in WsgiMiddleware (again) [#280 by Anthony Sottile]