fix node_modules path

This commit is contained in:
Matthias Kretschmann 2016-03-19 02:37:28 +01:00
parent d857a2f3ac
commit ed5ab80d57
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
// Main collection file
//
@node_modules: '../../../node_modules';
@node_modules: '../../../../node_modules';
// Normalize all the things
@import (inline) '@{node_modules}/normalize-css/normalize.css';