We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbcd7b commit 0c8f75bCopy full SHA for 0c8f75b
1 file changed
packages/config/src/defaults.ts
@@ -1,6 +1,6 @@
1
import type { RegistryOptions, TailwindcssMangleConfig, TransformerOptions } from './types'
2
import process from 'node:process'
3
-import { defaultMangleClassFilter } from '@tailwindcss-mangle/shared'
+import { defaultMangleClassFilter } from '../../shared/src/utils'
4
import { CSS_LANGS_RE } from 'is-css-request'
5
// /\.(css|less|sass|scss|styl|stylus|pcss|postcss|sss)(?:$|\?)/
6
const defaultPipelineInclude = [
0 commit comments