boko 0.5.0

Fast native ebook converter for EPUB, KFX, AZW3, and MOBI — the only KFX writer that needs no Kindle Previewer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! CSS parsing utilities.

pub(crate) mod border;
pub(crate) mod box_model;
pub(crate) mod font;
pub(crate) mod keywords;
pub(crate) mod values;

mod stylesheet;

// Public types only
pub use stylesheet::{CssRule, InlineStyle, Origin, Specificity, Stylesheet};
pub use values::TextDecorationValue;