We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54387a commit 57c0703Copy full SHA for 57c0703
core/lib/ui_builder.js
@@ -355,7 +355,7 @@ function buildFrontEnd(patternlab) {
355
patternlab.patterns = sortPatterns(patternlab.patterns);
356
357
//find mediaQueries
358
- media_hunter.find_media_queries('./source/css', patternlab);
+ media_hunter.find_media_queries(path.resolve(paths.source.css), patternlab);
359
360
// check if patterns are excluded, if not add them to styleguidePatterns
361
styleguidePatterns = assembleStyleguidePatterns(patternlab);
0 commit comments