Skip to content

Commit

Permalink
update new test
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Jan 8, 2025
1 parent 11413f0 commit f7c65c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { css, styled, __yak_mergeCssProp } from "next-yak/internal";
import * as __yak from "next-yak/internal";
import __styleYak from "./input.yak.module.css!=!./input?./input.yak.module.css";
const Elem = ()=><div {.../*YAK Extracted CSS:
.Elem {
Expand Down Expand Up @@ -54,7 +55,7 @@ const Text = /*YAK Extracted CSS:
.Text {
font-size: 20px;
}
*/ /*#__PURE__*/ styled.p(__styleYak.Text);
*/ /*#__PURE__*/ __yak.__yak_p(__styleYak.Text);
const StyledComponentWithCSSProp = ()=><Text {.../*YAK Extracted CSS:
.StyledComponentWithCSSProp {
color: red;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { css, styled, __yak_mergeCssProp } from "next-yak/internal";
import * as __yak from "next-yak/internal";
import __styleYak from "./input.yak.module.css!=!./input?./input.yak.module.css";
const Elem = ()=><div {.../*YAK Extracted CSS:
.Elem {
Expand Down Expand Up @@ -54,7 +55,7 @@ const Text = /*YAK Extracted CSS:
.Text {
font-size: 20px;
}
*/ /*#__PURE__*/ styled.p(__styleYak.Text);
*/ /*#__PURE__*/ __yak.__yak_p(__styleYak.Text);
const StyledComponentWithCSSProp = ()=><Text {.../*YAK Extracted CSS:
.StyledComponentWithCSSProp {
color: red;
Expand Down

0 comments on commit f7c65c3

Please sign in to comment.