@pequity/squirrel 1.0.28-beta.1 → 1.0.28-beta.2
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/cjs/tailwind.js +5 -4333
- package/dist/es/tailwind.js +5 -4333
- package/package.json +1 -1
- package/squirrel/utils/tailwind.ts +1 -1
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import resolveConfig from 'tailwindcss/resolveConfig
|
|
1
|
+
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';
|