move media query import up

This commit is contained in:
monkeywithacupcake 2018-01-14 07:30:21 +09:00 committed by GitHub
parent 4e26555c3a
commit f5f32c30f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
@import 'variables';
@import 'media-queries';
@import 'basscss';
@import 'base';
@ -28,7 +28,7 @@
@import 'gists';
@import 'links';
@import 'measure';
@import 'media-queries';
@import 'social-icons';
@import 'tables';
@import 'typography';