Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed May 16, 2024
1 parent 55c7ecc commit 1f3949c
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 270 deletions.
8 changes: 0 additions & 8 deletions examples/linaria/.babelrc

This file was deleted.

11 changes: 0 additions & 11 deletions examples/linaria/.linariarc

This file was deleted.

9 changes: 0 additions & 9 deletions examples/linaria/build.mjs

This file was deleted.

5 changes: 0 additions & 5 deletions examples/linaria/next-env.d.ts

This file was deleted.

19 changes: 0 additions & 19 deletions examples/linaria/next.config.js

This file was deleted.

35 changes: 0 additions & 35 deletions examples/linaria/package.json

This file was deleted.

18 changes: 0 additions & 18 deletions examples/linaria/pages/gradient/index.page.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions examples/linaria/pages/gradient/text-gradient.ts

This file was deleted.

105 changes: 0 additions & 105 deletions examples/linaria/pages/index.page.tsx

This file was deleted.

30 changes: 0 additions & 30 deletions examples/linaria/tsconfig.json

This file was deleted.

2 changes: 0 additions & 2 deletions test/examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ runTest().then(
async function runTest() {
console.log("📦 install puppeteer");
await spawnAsync("npm", ["install"], { cwd: __dirname, stdio: "inherit" }).promise;
console.log("🚀 test next <-> linaria integration");
await launchExample(path.resolve(__dirname, "../examples/linaria"));
console.log("🚀 test next <-> styled-component integration");
await launchExample(path.resolve(__dirname, "../examples/styled-components"));
}
Expand Down

0 comments on commit 1f3949c

Please sign in to comment.