File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/tailwindcss-language-server/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ async function createProjectService(
642
642
643
643
let separator = dlv ( exports , sepLocation )
644
644
if ( typeof separator !== 'string' ) {
645
- separator = ''
645
+ separator = ': '
646
646
}
647
647
dset ( exports , sepLocation , `__TWSEP__${ separator } __TWSEP__` )
648
648
exports . purge = [ ]
@@ -732,6 +732,7 @@ async function createProjectService(
732
732
}
733
733
734
734
state . config = resolveConfig . module ( originalConfig )
735
+ state . separator = state . config . separator
735
736
736
737
if ( state . jit ) {
737
738
state . jitContext = state . modules . jit . createContext . module ( state )
@@ -772,7 +773,6 @@ async function createProjectService(
772
773
773
774
state . configId = getConfigId ( state . configPath , state . dependencies )
774
775
775
- state . separator = state . config . separator
776
776
state . plugins = await getPlugins ( originalConfig )
777
777
state . classNames = ( await extractClassNames ( postcssResult . root ) ) as ClassNames
778
778
state . variants = getVariants ( state )
You can’t perform that action at this time.
0 commit comments