[][src]Trait elvis_core::style::traits::GridRowGap

pub trait GridRowGap {
    fn grid_row_rap(self, value: Unit) -> Node;
}

GridColumnGap Style

Required methods

fn grid_row_rap(self, value: Unit) -> Node

GridColumnGap Style

Loading content...

Implementors

impl<T> GridRowGap for T where
    T: Into<Node>, 
[src]

Loading content...