Quote:
Originally Posted by odamizu
This wonderful plug-in is failing when I run it in Sigil 0.9.18 — guessing something to do with the replacement of cssutils module with new css-parser??
|
Please edit customCssutils.py in the cssRemoveUnusedSelectors plugin folder and change line 53
from
Code:
text = self._linenumnbers(self.prefs.lineSeparator.join(out))
to:
Code:
text = self._linenumbers(self.prefs.lineSeparator.join(out))