Added bootstrap 3 folder

This commit is contained in:
jcreek
2017-04-01 12:08:56 +01:00
parent 14a7596078
commit c1533ec6e9
370 changed files with 90916 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
// Responsive utilities
//
// More easily include all the states for responsive-utilities.less.
.responsive-visibility() {
display: block !important;
table& { display: table !important; }
tr& { display: table-row !important; }
th&,
td& { display: table-cell !important; }
}
.responsive-invisibility() {
display: none !important;
}