Closed benben994 closed 3 years ago
Describe the bug Indent seems not correct when using attribute selector.
To Reproduce Input
::v-deep .el-menu-item i[class^="el-icon"] font-size: 20px color: $--color-text-primary margin-right: 8px
Output
Expected behavior
Additional context It seems working if I take the "^" away.
i will take a look at it, i think i already know whats happening.
Describe the bug Indent seems not correct when using attribute selector.
To Reproduce Input
Output
Expected behavior
Additional context It seems working if I take the "^" away.