Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 8, 2022
1 parent c986bf4 commit 5b61afd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/core/src/generator/index.ts
Expand Up @@ -288,7 +288,6 @@ export class UnoGenerator {
}

return {
sheet,
get css() { return getLayers() },
layers,
matched,
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/types.ts
Expand Up @@ -640,7 +640,6 @@ export interface GenerateResult {
getLayer(name?: string): string | undefined
getLayers(includes?: string[], excludes?: string[]): string
matched: Set<string>
sheet?: Map<string, StringifiedUtil[]>
}

export type VariantMatchedResult = readonly [
Expand Down

0 comments on commit 5b61afd

Please sign in to comment.