@getcoherent/cli 0.5.6 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5530,7 +5530,8 @@ function replaceRawColors(classes, colorMap) {
|
|
|
5530
5530
|
}
|
|
5531
5531
|
if (prefix === "from" || prefix === "to" || prefix === "via") {
|
|
5532
5532
|
changed = true;
|
|
5533
|
-
if (n >= 100 && n <= 300)
|
|
5533
|
+
if (n >= 100 && n <= 300)
|
|
5534
|
+
return statePrefix + (isDestructive ? `${prefix}-destructive/20` : `${prefix}-primary/20`);
|
|
5534
5535
|
return statePrefix + (isDestructive ? `${prefix}-destructive` : `${prefix}-primary`);
|
|
5535
5536
|
}
|
|
5536
5537
|
return m;
|