/home/techb158/pneusparfait.com/less
Edit: /home/techb158/pneusparfait.com/less/mixins.less (449B)
.border-radius(@radius) {
-moz-border-radius: @radius;
-webkit-border-radius: @radius;
-o-border-radius: @radius;
border-radius: @radius;
}
.clearfix() {
&:after {
content: ' ';
display: block;
clear: both;
height: 0px;
width: 0px;
}
}
.border-box() {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}