From dc2deb9a1b1995bbabee91bfd579d9b466fe78f2 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 26 Jan 2012 21:48:46 -0800 Subject: moving structure around + more work on builder... --- lib/utilities.less | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 lib/utilities.less (limited to 'lib/utilities.less') diff --git a/lib/utilities.less b/lib/utilities.less deleted file mode 100644 index d60d22031..000000000 --- a/lib/utilities.less +++ /dev/null @@ -1,23 +0,0 @@ -// UTILITY CLASSES -// --------------- - -// Quick floats -.pull-right { - float: right; -} -.pull-left { - float: left; -} - -// Toggling content -.hide { - display: none; -} -.show { - display: block; -} - -// Visibility -.invisible { - visibility: hidden; -} -- cgit v1.2.3