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 fa13ef5 commit ea0c1eaCopy full SHA for ea0c1ea
1 file changed
packages/uniwind/src/css/themes.ts
@@ -72,7 +72,7 @@ export const generateCSSForThemes = async (themes: Array<string>, input: string)
72
return false
73
}
74
75
- return isExcludedDependency(dependency.url)
+ return !isExcludedDependency(dependency.url)
76
})
77
.map(dependency => `@import "${dependency.url}";`).join('\n')
78
0 commit comments