gss / engine

GSS engine
http://gss.github.io
MIT License
2.87k stars 103 forks source link

Are you guys involved with CSS Houdini project? #185

Closed Ygg01 closed 9 years ago

Ygg01 commented 9 years ago

CSS Houdini is a project aiming to standardize CSS Object model and if I understand correctly make so custom layout systems can be applied to CSS. I see your project is among the ideas in https://wiki.css-houdini.org/background, but I haven't found any links here.

paulyoung commented 9 years ago

We're not involved (as far as I know) :smiley:

Thanks for the link!

Inviz commented 9 years ago

I think GSS is interesting as a low level for your own custom box model. That's what we did on our projects - we don't write GSS source code anymore, but operate on pre-written chunks. It's like CSS, except you can see the "source" code for any property and value.