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
我有搞一个类似的基于less的mixin
等边三角形都加了,直角三角形,正方形,圆形也得加吧
常用的布局也可以加,比如 .wrap() { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .fixedBottom(@height:auto) { position: fixed; bottom: 0; left: 0; right: 0; height: @height; }
The text was updated successfully, but these errors were encountered:
好的,以后加,年前忙业务代码,年后继续做这个😃
Sorry, something went wrong.
好,以后加,早前的业务代码,后来继续做这个😃 2022年了你加完了吗
No branches or pull requests
我有搞一个类似的基于less的mixin
等边三角形都加了,直角三角形,正方形,圆形也得加吧
常用的布局也可以加,比如
.wrap() {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.fixedBottom(@height:auto) {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: @height;
}
The text was updated successfully, but these errors were encountered: