7142a54650
- Update to Jekyll v3.0 - Switch from Pygments.rb to Rouge for syntax highlighting - Minor updates to syntax.scss partial and theme documentation - Include jekyll-gist gem - Close #192, #218
29 lines
No EOL
487 B
SCSS
29 lines
No EOL
487 B
SCSS
---
|
|
sitemap: false
|
|
---
|
|
|
|
/*
|
|
*
|
|
* Minimal Mistakes
|
|
*
|
|
* Designer: Michael Rose
|
|
* Twitter: http://twitter.com/mmistakes
|
|
*
|
|
*/
|
|
|
|
// Partials
|
|
@import "variables";
|
|
@import "grid";
|
|
@import "mixins";
|
|
@import "normalize";
|
|
@import "site";
|
|
@import "typography";
|
|
@import "syntax";
|
|
@import "coderay";
|
|
@import "elements";
|
|
@import "forms";
|
|
@import "page";
|
|
@import "vendor/font-awesome/font-awesome";
|
|
@import "vendor/magnific-popup/magnific-popup";
|
|
//@import "vendor/google/fonts";
|
|
@import "print"; |