added prefixer.less

This commit is contained in:
kay.one 2013-06-25 22:42:44 -07:00
commit 3b80d59197
8 changed files with 483 additions and 144 deletions

View file

@ -8,6 +8,7 @@
@import "menu";
@import "backgrid/backgrid";
@import "../shared/styles/clickable";
@import "/content/prefixer";
.progress {
width : 125px;
@ -38,7 +39,6 @@
box-shadow : none;
}
.line &>[class^="icon-"], .line &>[class*=" icon-"] {
margin-top : 1em;
height : 1em;
@ -81,10 +81,10 @@
&:hover {
text-decoration : none;
opacity : 0.4;
.opacity (0.4);
}
opacity : 0.2;
.opacity (0.2);
position : fixed;
bottom : 50px;
right : 50px;