Skip to content

Commit 481d270

Browse files
committed
wip
1 parent 23ccf9c commit 481d270

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
@@ -173,6 +173,9 @@ export type ClassNameMeta = {
173173
context: string[]
174174
}
175175

176+
/**
177+
* @internal
178+
*/
176179
export function getDefaultTailwindSettings(): Settings {
177180
return {
178181
editor: { tabSize: 2 },

0 commit comments

Comments
 (0)