From ecef5d1e1219f27ada40dc53a9db382a070304f6 Mon Sep 17 00:00:00 2001 From: reverend Date: Wed, 10 Mar 2021 00:54:43 +0100 Subject: [PATCH] Reordering --- components/01_Layouts/_layouts.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/01_Layouts/_layouts.styl b/components/01_Layouts/_layouts.styl index 1580d6e..43a1bf1 100644 --- a/components/01_Layouts/_layouts.styl +++ b/components/01_Layouts/_layouts.styl @@ -1,4 +1,4 @@ @import 'flexRow/_flexRow' @import 'flexGrid/_flexGrid' -@import 'fan/_fan' -@import 'breakPoint/_breakPoint' \ No newline at end of file +@import 'breakPoint/_breakPoint' +@import 'fan/_fan' \ No newline at end of file