@trackunit/css-tailwind 0.0.142 → 0.0.144
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/package.json
CHANGED
|
@@ -1382,7 +1382,7 @@ var tailwindBaseConfig = {
|
|
|
1382
1382
|
const tailwindDefaults = Object.fromEntries(
|
|
1383
1383
|
objectEntries(tailwindPalette).map(([key, value]) => [
|
|
1384
1384
|
key,
|
|
1385
|
-
// eslint-disable-next-line local-rules/prefer-custom-object-keys
|
|
1385
|
+
// eslint-disable-next-line no-autofix/local-rules/prefer-custom-object-keys
|
|
1386
1386
|
fullColorSchemeFromColorName(key, Object.keys(value)),
|
|
1387
1387
|
])
|
|
1388
1388
|
);
|