We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948d520 commit 02c9e89Copy full SHA for 02c9e89
packages/tailwindcss-language-service/src/util/stringify.ts
@@ -2,6 +2,7 @@ import removeMeta from './removeMeta'
2
import dlv from 'dlv'
3
import escapeClassName from 'css.escape'
4
import { ensureArray } from './array'
5
+// @ts-ignore
6
import stringifyObject from 'stringify-object'
7
import isObject from './isObject'
8
import type { Settings } from './state'
0 commit comments