moved BS out of vendor into admin

This commit is contained in:
psychobunny
2014-09-26 14:17:31 -04:00
parent d5316dbe7a
commit 8b9d58a72f
58 changed files with 6231 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}