diff options
Diffstat (limited to 'lib/utilities.less')
| -rw-r--r-- | lib/utilities.less | 23 |
1 files changed, 0 insertions, 23 deletions
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; -} |
