Currently, this rule ``` html <p v-style="color: x + ' !important' "> ``` is ignored (at least in FF29). Instead of assigning to `el.style.color`, the v-style directive could parse the string ending and use `el.style.setProperty`.