Files
swc_css_prefixer/
lib.rs
1
#![allow(clippy::vec_box)]
2
3
pub use
self
::prefixer::prefixer;
4
5
pub mod
options;
6
mod
prefixer;