Skip to content

Work around python-libsass incompatibility. Closes: #36

mirabilos requested to merge fix-36 into master

The SassColor class in Python is apparently not completely usable within SCSS, but adjusting, with no change, the returned colour with a sass function makes it work, for some reason (this probably is an issue in libsass or python3-libsass).

Merge request reports