Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chu121su12 committed Oct 29, 2022
1 parent c773134 commit 3e148fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/preset-mini/src/_variants/aria.ts
@@ -1,5 +1,5 @@
import type { VariantContext, VariantObject } from '@unocss/core'
import { Theme } from '../theme'
import type { Theme } from '../theme'
import { handler as h, variantGetParameter } from '../utils'

export const variantAria: VariantObject = {
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-mini/src/_variants/data.ts
@@ -1,5 +1,5 @@
import type { VariantContext, VariantObject } from '@unocss/core'
import { Theme } from '../theme'
import type { Theme } from '../theme'
import { handler as h, variantGetParameter } from '../utils'

export const variantDataAttribute: VariantObject = {
Expand Down

0 comments on commit 3e148fb

Please sign in to comment.