Style transformer for Vue <style> blocks
Example
use ;
let input = r#"
.example {
background: #ff0;
}
"#;
// Note: `Span` usually comes from the input, e.g. from `<style>` block
let span = new;
let mut errors = Vecnew;
let result = transform_css;
if let Some = result