Type Definition tailwind_parse::PluginResult

source ·
pub type PluginResult<'a> = Result<ObjectLit, Vec<&'a str>>;