2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

rearrange a few things; drop compiled theme file

This commit is contained in:
Mark Otto
2014-07-11 22:46:10 -07:00
parent cdbd104c7a
commit a63c066e3d
17 changed files with 629 additions and 2493 deletions
+5
View File
@@ -9,6 +9,11 @@
box-shadow: @arguments;
}
.render-gradient(@start; @end) when (@enable-gradients = true) {
#gradient > .vertical(@start-color: @start; @end-color: @end);
background-color: @end;
}
// Utilities
@import "mixins/hide-text.less";