Skip to content

Commit a1375d8

Browse files
committed
wip
1 parent 878b18d commit a1375d8

File tree

1 file changed

+3
-0
lines changed
  • packages/tailwindcss-language-service/src/util

1 file changed

+3
-0
lines changed

packages/tailwindcss-language-service/src/util/state.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ export function getDefaultTailwindSettings(): Settings {
211211
}
212212
}
213213

214+
/**
215+
* @internal
216+
*/
214217
export function createState(
215218
partial: Omit<Partial<State>, 'editor'> & {
216219
editor?: Partial<EditorState>

0 commit comments

Comments
 (0)