资 源 简 介
Layercake is a project which aids in rapid web design by automating css pixel math for layout.
It uses phpquery to get pseudo-attributes, uses them to dynamically generate css, and then strips them out of the html.
It is different from every other dynamic css language in that it can size a div based on the container, whereas Sass, Less, Xcss etc. are not reading from the html and are not "aware" of the div nesting in the html file.