Skip to content
New issue

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

还可以加 #2

Open
QuincyX opened this issue Nov 22, 2019 · 2 comments
Open

还可以加 #2

QuincyX opened this issue Nov 22, 2019 · 2 comments

Comments

@QuincyX
Copy link

QuincyX commented Nov 22, 2019

我有搞一个类似的基于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;
}

@any86
Copy link
Owner

any86 commented Nov 22, 2019

好的,以后加,年前忙业务代码,年后继续做这个😃

@alltrue6
Copy link

好,以后加,早前的业务代码,后来继续做这个😃
2022年了你加完了吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants