Re: Sharing CSS code between Gtk and the Shell

2012-12-15 Thread Benjamin Otte
> (Yes GMane, I'm top-posting) That discussion has come up quite a bit on IRC, but I guess I never wrote down what I think about this. So, here's some principles I've followed in the development of the CSS stuff. (Disclaimer: These are my own and not official GTK project principles. Other develop

Re: Sharing CSS code between Gtk and the Shell

2012-12-10 Thread Jasper St. Pierre
I looked into this a while ago, and one big issue with this is that we can't e.g. implement custom properties that we just fetch from JS. So we couldn't implement any of our "-st-" properties or any others that we just make up on the spot. I don't know if it would be possible or feasible to add thi