monks/display
The display CSS property sets whether an element is treated as a block or inline box and the layout used for its children, such as flow layout, grid or flex.
Formally, the display property sets an element’s inner and outer display types. The outer type sets an element’s participation in flow layout; the inner type sets the layout of children. Some values of display are fully defined in their own individual specifications; for example the detail of what happens when display: flex is declared is defined in the CSS Flexible Box Model specification.
Values
pub const inline_list_item: #(String, String)
inline-list-item value of display
pub const revert_layer: #(String, String)
pub const ruby_base_container: #(String, String)
ruby-base-container value of display
pub const ruby_text_container: #(String, String)
ruby-text-container value of display
pub const table_column_group: #(String, String)
table-column-group value of display
pub const table_footer_group: #(String, String)
table-footer-group value of display
pub const table_header_group: #(String, String)
table-header-group value of display