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 4911329 commit 1ef0be0Copy full SHA for 1ef0be0
.gitignore
@@ -3,4 +3,4 @@ tmp
3
node_modules
4
coverage
5
lib
6
-
+.DS_Store
src/core.js
@@ -48,9 +48,9 @@ export default function (defaultLibraryName) {
48
path = `${libraryName}/${libDir}/${styleLibraryName}${_root || '/index'}.css`;
49
} else {
50
path = `${libraryName}/${libDir}/${styleLibraryName}/${camel2Dash(methodName)}.css`;
51
+ file.addImport(`${libraryName}/${libDir}/${styleLibraryName}/base.css`, 'default');
52
}
53
- file.addImport(`${libraryName}/${libDir}/${styleLibraryName}/base.css`, 'default');
54
file.addImport(path, 'default');
55
56
if (style === true) {
0 commit comments