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 e901c0d commit b760f05Copy full SHA for b760f05
src/index.js
@@ -82,10 +82,8 @@ module.exports = postcss.plugin('postcss-modules-values', () => (
82
}
83
})
84
85
- /* If we have no definitions, don't continue */
86
if (Object.keys(icssExports).length === 0) return
87
88
- /* Perform replacements */
89
replaceSymbols(css, icssExports)
90
91
css.prepend(createICSSRules(icssImports, icssExports))
0 commit comments