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

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

Font Size Style

Required methods

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

Font Size Style

Loading content...

Implementors

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

Loading content...