blambright / qstylizer

Qt stylesheet generation utility for PyQt/PySide
MIT License
57 stars 8 forks source link

use tinycss2 instead of tinycss #10

Closed bnavigator closed 3 years ago

bnavigator commented 3 years ago

tinycss is no longer maintained. Please consider using tinycss2

I am not completely sure about the whitespace strip. It is necessary to pass the unit tests.

bnavigator commented 3 years ago

Update: the recursive whitespace strip was a bit overeager. It also stripped the whitespace between component values.

blambright commented 3 years ago

Thanks for doing this! Released with version 0.2 https://pypi.org/project/qstylizer/0.2.0/