css_ast 0.0.25

CSS Abstract Syntax Trees with visitable nodes and style value types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![allow(unused)]
use super::prelude::*;

use crate::Todo;

/// <https://drafts.csswg.org/css-overflow-4/#typedef-fade>
///
/// ```text,ignore
/// <fade()> = fade( <length-percentage> )
/// ```
pub type FadeFunction = Todo;