@pequity/squirrel 1.0.6 → 1.0.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.d.ts
CHANGED
package/package.json
CHANGED
package/squirrel/index.ts
CHANGED
|
@@ -2,7 +2,7 @@ import resolveConfig from 'tailwindcss/resolveConfig';
|
|
|
2
2
|
// Relative import is used here because of
|
|
3
3
|
// "Module source URI is not allowed in this document: “http://tailwind.config/”" error
|
|
4
4
|
import { get } from 'lodash-es';
|
|
5
|
-
import { squirrelTailwindConfig } from '@squirrel/tailwind
|
|
5
|
+
import { squirrelTailwindConfig } from '@squirrel/tailwind';
|
|
6
6
|
import type { Config } from 'tailwindcss';
|
|
7
7
|
|
|
8
8
|
const config = resolveConfig(squirrelTailwindConfig);
|
|
File without changes
|
|
File without changes
|