diff --git a/apps/pigment-css-next-app/src/components/Test.tsx b/apps/pigment-css-next-app/src/components/Test.tsx new file mode 100644 index 00000000..e96a07ea --- /dev/null +++ b/apps/pigment-css-next-app/src/components/Test.tsx @@ -0,0 +1,5 @@ +import { styled } from '@pigment-css/react'; + +export const Test = styled.h1({ + fontSize: '2rem', +});