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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -