Skip to content

Commit b760f05

Browse files
committed
Remove noisy comments
1 parent e901c0d commit b760f05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,8 @@ module.exports = postcss.plugin('postcss-modules-values', () => (
8282
}
8383
})
8484

85-
/* If we have no definitions, don't continue */
8685
if (Object.keys(icssExports).length === 0) return
8786

88-
/* Perform replacements */
8987
replaceSymbols(css, icssExports)
9088

9189
css.prepend(createICSSRules(icssImports, icssExports))

0 commit comments

Comments
 (0)