Alan Yin
Alan Yin
When you start the installer, you will find there is a bit of blurry and overlapping text as shown in the following screenshot:
- `div:not(.class-a, .class-b, .class-c){}` is supported in less - `div:not(.@{some-variale}-class)` is also supported in less However: - `div:not(.@{some-variale}-class), .@{some-other-variale}-some-class))` is not supported and gives an error e.g. ``` @ant-prefix: ant;...
### Reproduction link [https://stackblitz.com/edit/angular-91j5vd?file=src/app/app.component.ts](https://stackblitz.com/edit/angular-91j5vd?file=src/app/app.component.ts) ### Steps to reproduce - Make sure you have a mouse connected - Go to the link to minimal reproduction (alternatively, go to this page: https://ng-zorro.github.io/components/select/en)...