formir
Version:
Pure CSS / HTML Framework
30 lines (23 loc) • 457 B
text/less
.@{text-center} {
text-align: center ;
}
.@{text-left} {
text-align: left ;
}
.@{text-right} {
text-align: right ;
}
.@{text-justify} {
text-align: justify ;
}
.@{float-left} {
float: left ;
}
.@{float-right} {
float: right ;
}
.@{horizontal-center} {
margin-left: auto ;
margin-right: auto ;
.transform(0, 0) !important;
}