@getcoherent/cli 0.6.52 → 0.6.53
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.
|
@@ -50,6 +50,12 @@ function generateV4GlobalsCss(config) {
|
|
|
50
50
|
const radius = config.tokens.radius;
|
|
51
51
|
return `@import "tailwindcss";
|
|
52
52
|
|
|
53
|
+
@utility container {
|
|
54
|
+
margin-inline: auto;
|
|
55
|
+
padding-inline: 1rem;
|
|
56
|
+
max-width: 80rem;
|
|
57
|
+
}
|
|
58
|
+
|
|
53
59
|
@theme inline {
|
|
54
60
|
--color-background: var(--background);
|
|
55
61
|
--color-foreground: var(--foreground);
|
package/dist/index.js
CHANGED
|
@@ -80,7 +80,7 @@ import {
|
|
|
80
80
|
generateV4GlobalsCss,
|
|
81
81
|
isTailwindV4,
|
|
82
82
|
needsGlobalsFix
|
|
83
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-K7HMYHFW.js";
|
|
84
84
|
import {
|
|
85
85
|
autoFixCode,
|
|
86
86
|
checkDesignConsistency,
|
|
@@ -8388,7 +8388,7 @@ async function fixCommand(opts = {}) {
|
|
|
8388
8388
|
}
|
|
8389
8389
|
if (dsm && !dryRun) {
|
|
8390
8390
|
try {
|
|
8391
|
-
const { fixGlobalsCss: fixGlobalsCss2 } = await import("./fix-globals-css-
|
|
8391
|
+
const { fixGlobalsCss: fixGlobalsCss2 } = await import("./fix-globals-css-TIARC2TN.js");
|
|
8392
8392
|
fixGlobalsCss2(projectRoot, dsm.getConfig());
|
|
8393
8393
|
fixes.push("Synced CSS variables");
|
|
8394
8394
|
console.log(chalk15.green(" \u2714 Synced CSS variables"));
|