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 d86e867 commit c43d23cCopy full SHA for c43d23c
src/index.js
@@ -12,7 +12,7 @@ import dropWhile from "lodash/dropWhile";
12
import dropRightWhile from "lodash/dropRightWhile";
13
import fromPairs from "lodash/fromPairs";
14
15
-const plugin = "postcss-modules-values";
+const plugin = "postcss-icss-values";
16
17
const chunkBy = (collection, iteratee) =>
18
collection.reduce(
0 commit comments