Skip to content

Commit 177946f

Browse files
committed
chore(create-pyth-package): removed all tailwind references in the generator
1 parent 4282af0 commit 177946f

File tree

6 files changed

+2
-76
lines changed

6 files changed

+2
-76
lines changed
Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
import { fileURLToPath } from "node:url";
2-
3-
import { nextjs, tailwind, storybook } from "@cprussin/eslint-config";
4-
5-
const tailwindConfig = fileURLToPath(
6-
import.meta.resolve(`./tailwind.config.ts`),
7-
);
8-
9-
export default [...nextjs, ...tailwind(tailwindConfig), ...storybook];
1+
export { nextjs as default } from "@cprussin/eslint-config";

packages/create-pyth-package/src/templates/web-app/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
"jest": "catalog:",
4242
"postcss": "catalog:",
4343
"prettier": "catalog:",
44-
"tailwindcss": "catalog:",
45-
"tailwindcss-animate": "catalog:",
46-
"tailwindcss-react-aria-components": "catalog:",
4744
"vercel": "catalog:"
4845
},
4946
"dependencies": {
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export default {
22
plugins: {
33
autoprefixer: {},
4-
tailwindcss: {},
54
},
65
};
Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
import { fileURLToPath } from "node:url";
2-
3-
import { base, tailwind, mergeConfigs } from "@cprussin/prettier-config";
4-
5-
const tailwindConfig = fileURLToPath(
6-
import.meta.resolve(`./tailwind.config.ts`),
7-
);
8-
9-
export default mergeConfigs([base, tailwind(tailwindConfig)]);
1+
export { base as default } from "@cprussin/prettier-config";

packages/create-pyth-package/src/templates/web-app/src/app/globals.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import "tailwindcss";
2-
31
:root {
42
--background: #ffffff;
53
--foreground: #171717;

packages/create-pyth-package/src/templates/web-app/tailwind.config.ts

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)