fix(module): move colors utils to runtime dir

This commit is contained in:
Benjamin Canac
2022-02-14 15:26:34 +01:00
parent 4a648850f5
commit 93c9fe1c74
3 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import defu from 'defu'
import type { TailwindConfig } from 'tailwindcss/tailwind-config'
import colors from 'tailwindcss/colors.js'
import { name, version } from '../package.json'
import { safeColorsAsRegex } from './utils'
import { safeColorsAsRegex } from './runtime/utils/colors'
interface ColorsOptions {
/**