Skip to content

Commit e530f03

Browse files
committed
add missing import
1 parent b2d47d2 commit e530f03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import MultiRegexp from 'multi-regexp2'
2+
13
export function createMultiRegexp(regexString: string) {
24
let insideCharClass = false
35
let captureGroupIndex = -1

0 commit comments

Comments
 (0)