Skip to content

Commit

Permalink
lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Nov 13, 2023
1 parent 803c15d commit 5ebced3
Show file tree
Hide file tree
Showing 8 changed files with 2,599 additions and 52,651 deletions.
25,036 changes: 0 additions & 25,036 deletions packages/benchmark/KanjiLetterComponent.next-yak.tsx

This file was deleted.

25,036 changes: 0 additions & 25,036 deletions packages/benchmark/KanjiLetterComponent.styled-components.tsx

This file was deleted.

9 changes: 6 additions & 3 deletions packages/benchmark/letters/KanjiLetterComponent.next-yak.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"use client";
import React, { type FunctionComponent } from "react";
import { styled as styledYak } from "next-yak";

"use client";
import React, { type FunctionComponent } from 'react';
import { styled as styledYak } from 'next-yak';

const JapaneseCard = styledYak.div`
width: 100px;
Expand All @@ -17,6 +18,7 @@ const JapaneseCard = styledYak.div`
}
`;


const Kanji1Character = styledYak(JapaneseCard)`
&:before {
display: block;
Expand Down Expand Up @@ -22517,6 +22519,7 @@ const Kanji2500Character = styledYak(JapaneseCard)`
}
`;


const Wrapper = styledYak.div`
display: flex;
flex-wrap: wrap;
Expand Down
Loading

0 comments on commit 5ebced3

Please sign in to comment.