Skip to content

Commit

Permalink
fix(module): import colors from preset-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 10, 2022
1 parent 757c38e commit 185273f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { resolve } from 'pathe'
import { defineNuxtModule, installModule, addComponentsDir, addTemplate, addPlugin, resolveModule } from '@nuxt/kit'
import { colors } from '@unocss/preset-uno'
import { colors } from '@unocss/preset-mini'
import defu from 'defu'
import type { UnocssNuxtOptions } from '@unocss/nuxt'

Expand Down

0 comments on commit 185273f

Please sign in to comment.