We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
只需用umi的脚手架创建出一个初始项目,然后加入一段这样的less样式并引入,就会报错:
.test { top: 8px + 16px / 2; }
但是这样写就不会报错8px + (16px / 2)
8px + (16px / 2)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
只需用umi的脚手架创建出一个初始项目,然后加入一段这样的less样式并引入,就会报错:
但是这样写就不会报错
8px + (16px / 2)
The text was updated successfully, but these errors were encountered: