Forum Feature requests

Support for multiple CSS properties

Harm van den Hoek
Hi,

Are the following CSS properties on the roadmap to be supported?
  • grid-area
  • grid-auto-columns
  • grid-auto-flow
  • grid-auto-rows
  • grid-template-areas
  • grid-template-columns
  • grid-template-rows
  • justify-self
I currently get the error that those properties are not supported.

Also is there somekind of estimate when the next full release is that contains the support for gap?
Since it is contained in latest build, but not yet in a release.
mikeday
Support for CSS grid is on the roadmap, yes.

Latest builds are usable now if you need the "gap" property for flexbox.
mikeday
We have now released a latest build that includes our first support for CSS grid layout!

Currently grids will not be fragmented across multiple pages and some other features remain to be implemented, such as baseline alignment. Thank you for your patience; grid layout is a significant undertaking that has required considerable effort and this release is still a work in progress with more to come.

We would be interested to hear feedback from anyone using CSS grid layout with Prince. :D