css_ast 0.0.23

CSS Abstract Syntax Trees with visitable nodes and style value types.
Documentation
1
2
3
4
5
6
7
8
9
// AUTO-GENERATED from w3c/csswg-drafts
// Commit: https://github.com/w3c/csswg-drafts/commit/3317e61fe2d6744744f69ee6f43994f6f9696455
// Do not edit this file directly.
#![allow(warnings)]
//! https://drafts.csswg.org/css-variables-2/

mod impls;
use super::prelude::*;
use impls::*;