1
Fork 0

fix syntax of pygments import

This commit is contained in:
Jake Howard 2016-12-20 09:09:03 +00:00
parent c543da4838
commit 07d50f73f4

View file

@ -10,7 +10,7 @@
/* @group Libraries */ /* @group Libraries */
@import "node_modules/bootstrap-sass/assets/stylesheets/_bootstrap"; @import "node_modules/bootstrap-sass/assets/stylesheets/_bootstrap";
@import "node_modules/animate.css/animate"; @import "node_modules/animate.css/animate";
@import "node_modules/pygments-css/github.css"; @import "node_modules/pygments-css/github";
$fa-font-path: "../fonts"; $fa-font-path: "../fonts";
@import "node_modules/font-awesome/scss/font-awesome"; @import "node_modules/font-awesome/scss/font-awesome";