freya_elements/_docs/inheritance.rs
1//! ### Inheritance
2//!
3//! These are some attribute that are inherited from the element parents:
4//!
5//! - `color`
6//! - `font_family`
7//! - `font_size`
8//! - `font_style`
9//! - `font_weight`
10//! - `font_width`
11//! - `line_height`
12//! - `align`
13//! - `max_lines`
14//! - `letter_spacing`
15//! - `word_spacing`
16//! - `decoration`
17//! - `decoration_style`
18//! - `decoration_color`
19//! - `text_shadow`