Skip to content

Commit 8ddc2a0

Browse files
Rename imports.css to index.css
1 parent e664105 commit 8ddc2a0

File tree

71 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1
-1
lines changed

jsdep.external.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var jsdepExt = module.exports = {
6262
mask: '*/*.css',
6363
symbol: function(ref) {
6464
var symbol = ref.split('/');
65-
return symbol[1] === 'imports' ? symbol[0] : symbol.join('.');
65+
return symbol[1] === 'index' ? symbol[0] : symbol.join('.');
6666
}
6767
};
6868

File renamed without changes.

0 commit comments

Comments
 (0)