2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

move mixins that generate css to utilities.less with different class names, but the same mixins

This commit is contained in:
Mark Otto
2012-09-26 08:59:57 -07:00
parent b6ba717b75
commit 6b578ec8de
4 changed files with 54 additions and 62 deletions
-28
View File
@@ -8,34 +8,6 @@
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.clearfix:before,
.clearfix:after {
display: table;
line-height: 0;
content: "";
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.hidden {
display: none;
visibility: hidden;