Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LibSASS - Unable to use other compile options like source_comments #526

Open
z3ugma opened this issue Dec 5, 2019 · 0 comments
Open

LibSASS - Unable to use other compile options like source_comments #526

z3ugma opened this issue Dec 5, 2019 · 0 comments

Comments

@z3ugma
Copy link

z3ugma commented Dec 5, 2019

When using the LibSASS filter, only certain kwargs are passed to the sass.compile command.

Per http://hongminhee.org/libsass-python/sass.html#sass.compile, there are a number of other options including source_comments=True that I'd like to able to pass into the filter.

This line calls compile with **args:

self.sass.compile(**args)

Where args is a limited dict declared a few lines earlier:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant