python - TinyCSS and GTK Theme @define-color -
I am developing an application to parse GTK + 3 topics This application uses the Tinni CSS library.
It seems that TCESSSS is simply ignoring lines like
@defined-color base_color #FAFAFA; These definitions are in parser. Style styles [0]. Rors
How can I handle it?
@defined-color standard CSS syntax is not a valid rule. You have to patch TinyCSS to understand it, or use any other parser that understands GTK modifications in CSS.
Comments
Post a Comment