swc_css_prefixer 23.0.0

Port of stylis
Documentation
1
2
3
4
5
6
#![allow(clippy::vec_box)]

pub use self::prefixer::prefixer;

pub mod options;
mod prefixer;