logo
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
mod methods;

use super::*;

///
#[derive(Clone, Debug)]
pub struct CssProcessor {
    pub minify: bool,
    pub unused_symbols: HashSet<String>,
}