::v-deep() with less get a compiler error
Version
3.2.31
Reproduction link
Steps to reproduce
lang="less"
::v-deep() { xxxx many children }
- compiler error
I know it can be used by ::v-deep(.child1) ::v-deep(.child2)
..., but it's necessary ::v-deep() { xxxx many children }
when have many children.
What is expected?
Emit css content same as lang="scss"
What is actually happening?
compiler error
looks like ::v-deep() recognise by less compiler.