File tree Expand file tree Collapse file tree 5 files changed +3
-17
lines changed
packages/weapp-tailwindcss Expand file tree Collapse file tree 5 files changed +3
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import type {
55 ItemOrItemArray ,
66 UserDefinedOptions ,
77} from './types'
8+ import { useMangleStore } from '@weapp-tailwindcss/mangle'
9+ import { createInjectPreflight , createStyleHandler } from '@weapp-tailwindcss/postcss'
810import { createCache } from './cache'
911import { getDefaultOptions } from './defaults'
1012import { createJsHandler } from './js'
11- import { useMangleStore } from './mangle'
12- import { createInjectPreflight , createStyleHandler } from './postcss'
1313import { createTailwindcssPatcher } from './tailwindcss/patcher'
1414import { defuOverrideArray , isMap } from './utils'
1515import { createTemplateHandler } from './wxml/utils'
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- import { defaultMangleContext , useMangleStore } from '@/mangle'
1+ import { defaultMangleContext , useMangleStore } from '@weapp-tailwindcss /mangle'
22
33describe ( 'mangle' , ( ) => {
44 it ( 'mangle api' , ( ) => {
You can’t perform that action at this time.
0 commit comments