Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
chore: Mark TODO for upstream release
Browse files Browse the repository at this point in the history
  • Loading branch information
equt committed May 24, 2022
1 parent 9cef17a commit 22dbe20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default function <Theme>(options?: RawOptions<Theme>): Preset<Theme> {
{
layer: LAYER,
getCSS: ({ theme }) =>
// TODO Waiting for https://github.com/unocss/unocss/pull/1003
Object.entries(options?.css?.(theme as Theme) ?? {})
.map<[string, string]>(([selector, css]) => [
selector
Expand Down

0 comments on commit 22dbe20

Please sign in to comment.