Last active
October 13, 2016 13:54
-
-
Save nathanhornby/0dc6e7ba5f7508ec6a19 to your computer and use it in GitHub Desktop.
Full main.styl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Includes | |
@import 'jeet' | |
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic') | |
// Base | |
@import '_000-reset' | |
@import '_001-colors' | |
@import '_002-typography' | |
@import '_003-global' | |
// Plugins | |
@import '_101-slick' | |
// Pages | |
@import '_201-home' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment