chakra-ui-vue
chakra-ui-vue copied to clipboard
BUG: Responsive styles are not being applied to `CPseudoBox` component's pseudo properties.
Describe the bug
Responsive styles are not being applied to CPseudoBox component's pseudo properties.

In the browser it renders an empty style

To Reproduce See codesandbox: https://codesandbox.io/s/hungry-wave-lg6es?file=/src/App.vue
Expected behavior Reponsive array styles should also be applied for pseudo prop elements
Additional context
This may have something to do with the transformAlias function for pseudo styles.