gss / engine

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

Badly needs a property reference #187

Open fresheneesz opened 9 years ago

fresheneesz commented 9 years ago

I would love to be able to try this out and play around with it, but without a reference of what properties I can use and what they do, playing around with it would be limited to trying out css properties to see if they do anything. I see this page has been started, but it depressingly incomplete: http://gridstylesheets.org/guides/references/

paulyoung commented 9 years ago

In short, most numerical CSS values can be constrained.

In addition to top and left, GSS introduces bottom, right, center-x, and center-y.

Also, intrinsic-width and intrinsic-height exist and behave as documented here.

Many 2D properties have a way to reference both dimensions at once for convenience:

fresheneesz commented 9 years ago

That's great info! Would you mind adding it somewhere in the docs?

paulyoung commented 9 years ago

I'll keep this issue open as a reminder to do that.