swc_css_prefixer/
lib.rs

1#![allow(clippy::vec_box)]
2
3pub use self::prefixer::prefixer;
4
5pub mod options;
6mod prefixer;