From 927f0150e998a85c3d3f45b8ea47d9dfd420614b Mon Sep 17 00:00:00 2001 From: Casey Foster Date: Wed, 22 Aug 2012 11:51:06 -0700 Subject: [PATCH] Organized, updated index.styl --- lib/nib/index.styl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/nib/index.styl b/lib/nib/index.styl index c26e65c7..411e5067 100644 --- a/lib/nib/index.styl +++ b/lib/nib/index.styl @@ -1,12 +1,12 @@ - -@import 'vendor' -@import 'text' -@import 'reset' -@import 'positions' +@import 'border' @import 'clearfix' -@import 'overflow' -@import 'iconic' -@import 'gradients' @import 'color-image' -@import 'border' +@import 'flex' +@import 'gradients' +@import 'iconic' @import 'image' +@import 'overflow' +@import 'positions' +@import 'reset' +@import 'text' +@import 'vendor'