Skip to content

Commit

Permalink
chore: remove postcss and mangle dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jan 10, 2025
1 parent bafd149 commit 76c1f5c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 17 deletions.
1 change: 0 additions & 1 deletion packages/weapp-tailwindcss/src/mangle/index.ts

This file was deleted.

4 changes: 2 additions & 2 deletions packages/weapp-tailwindcss/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import type {
ItemOrItemArray,
UserDefinedOptions,
} from './types'
import { useMangleStore } from '@weapp-tailwindcss/mangle'
import { createInjectPreflight, createStyleHandler } from '@weapp-tailwindcss/postcss'
import { createCache } from './cache'
import { getDefaultOptions } from './defaults'
import { createJsHandler } from './js'
import { useMangleStore } from './mangle'
import { createInjectPreflight, createStyleHandler } from './postcss'
import { createTailwindcssPatcher } from './tailwindcss/patcher'
import { defuOverrideArray, isMap } from './utils'
import { createTemplateHandler } from './wxml/utils'
Expand Down
1 change: 0 additions & 1 deletion packages/weapp-tailwindcss/src/postcss/index.ts

This file was deleted.

12 changes: 0 additions & 12 deletions packages/weapp-tailwindcss/test/index.test-d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/weapp-tailwindcss/test/mangle.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defaultMangleContext, useMangleStore } from '@/mangle'
import { defaultMangleContext, useMangleStore } from '@weapp-tailwindcss/mangle'

describe('mangle', () => {
it('mangle api', () => {
Expand Down

0 comments on commit 76c1f5c

Please sign in to comment.