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 ef8376e commit b875547Copy full SHA for b875547
src/lib/css-modules.js
@@ -33,9 +33,9 @@ export function cssModulesConfig(options) {
33
}
34
35
/**
36
- * This is done because if you use the cli default property, you get a primiatve "null" or "false",
+ * This is done because if you use the cli default property, you get a primitive "null" or "false",
37
* but when using the cli arguments, you always get back strings. This method aims at correcting those
38
- * for both realms. So that both realms _convert_ into primatives.
+ * for both realms. So that both realms _convert_ into primitives.
39
*/
40
function processCssmodulesArgument(options) {
41
if (options['css-modules'] === 'true' || options['css-modules'] === true)
0 commit comments