From 654510a3745a028e1a6bf49cb93a0e916ef7408d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Wed, 28 Jun 2017 10:38:03 +0200 Subject: [PATCH] reordering modules: zoom and print --- src/scss/full.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/scss/full.scss b/src/scss/full.scss index e1e11c1..f80c06b 100644 --- a/src/scss/full.scss +++ b/src/scss/full.scss @@ -37,8 +37,8 @@ 14. Forms 15. Longform Elements 16. Safari Bug (flex-wrap) - 17. Print - 18. Slidex index (aka zoom) + 17. Slidex index (aka zoom) + 18. Print 19. Colors ----------------------------------------------------------------------------------- */ @@ -91,8 +91,8 @@ @import 'modules/longform'; @import 'utils/bugs'; -@import 'modules/print'; - @import 'modules/zoom'; +@import 'modules/print'; + @import 'color';