@charcoal-ui/tailwind-diff
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -21,2 +21,3 @@ "use strict"; | ||
const tailwindConfig = import_from_1.default.silent(targetDir, config != null ? config : 'tailwind.config.js'); | ||
// @ts-expect-error FIXME: update tailwind-diff to use native types? | ||
const result = await postcss([tailwindcss(tailwindConfig)]).process(sourceCSS, { | ||
@@ -23,0 +24,0 @@ from: undefined, |
{ | ||
"name": "@charcoal-ui/tailwind-diff", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"bin": "bin/tailwind-diff.js", | ||
@@ -28,3 +28,3 @@ "scripts": { | ||
}, | ||
"gitHead": "e1d401460774c73120434d8be3bca5698d519493" | ||
"gitHead": "45c93231d4b0feffe8f3a6bef2cdab96302c8eb4" | ||
} |
@@ -32,2 +32,3 @@ import fs from 'fs' | ||
) as TailwindConfig | ||
// @ts-expect-error FIXME: update tailwind-diff to use native types? | ||
const result = await postcss([tailwindcss(tailwindConfig)]).process( | ||
@@ -34,0 +35,0 @@ sourceCSS, |
Sorry, the diff of this file is not supported yet
55350
959