Skip to content

还可以加 #2

@QuincyX

Description

@QuincyX

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions