mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 06:51:46 +01:00
fix(module): move colors utils to runtime dir
This commit is contained in:
@@ -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 {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user