View Single Post
Old 09-04-2019, 01:37 AM   #32
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,744
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by odamizu View Post
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))
Doitsu is offline   Reply With Quote