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 7124bcc commit 5833a5bCopy full SHA for 5833a5b
packages/ember-css-modules/lib/modules-preprocessor.js
@@ -191,7 +191,7 @@ module.exports = class ModulesPreprocessor {
191
192
return this._resolvePath(importPath, fromFile, {
193
defaultExtension: this.owner.getFileExtension(),
194
- ownerName: this._parentName || this.owner.getParentName(),
+ ownerName: this._parentName,
195
addonModulesRoot: this.owner.getAddonModulesRoot(),
196
root: ensurePosixPath(this._modulesTree.inputPaths[0]),
197
parent: this.owner.getParent()
0 commit comments