Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the weird breakpoints path in Neat.scss #28

Open
rob-bar opened this issue Jan 15, 2016 · 0 comments
Open

Remove the weird breakpoints path in Neat.scss #28

rob-bar opened this issue Jan 15, 2016 · 0 comments

Comments

@rob-bar
Copy link
Contributor

rob-bar commented Jan 15, 2016

Should be:

-@import "../../../../breakpoints.json";
+@import "breakpoints.json";

And then we should provide a path from the include paths for this that is bound to the root.

The generator branch already tackles this issue, mainly this is an issue when the config files are stored at the root en the theme files somewhere deeper in the project structure.
This is the includespath array in the gulpfile in the generator.

@@ -67,7 +67,8 @@ gulp.task("sass", "Compiles your SCSS files to CSS", function () {
         require("node-bourbon").includePaths,
         require("node-neat").includePaths[1],
         require("node-normalize-scss").includePaths,
-        config.path.bower + config.path.fontAwesome
+        "<%= dest %>/" + config.path.bower + config.path.fontAwesome,
+        "<%= dest %>"
       ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant