Cube ======== .. image:: images/cube.png :alt: cube Just Cube. Properties ----------- .. css:property:: display :type: cube :required: .. css:property:: wall :type: SELECTOR-TO-WALL | null :default: null Wall of side faces. .. css:property:: roof :type: SELECTOR-TO-WALL | null :default: null Wall of top face. Example -------- .. code-block:: scss house { display: cube; width: 100; depth: 100; height: 100; roof: wall.roof; wall: wall.brick; } You can try in on https://pixelopolis.herokuapp.com/examples/Basic-shapes/Cube