Skip to content

Commit fc1c748

Browse files
committed
chore: add @tailwindcss/postcss to example
1 parent 7c3d233 commit fc1c748

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@expo/metro-runtime": "6.0.0-canary-20250713-8f814f8",
15+
"@tailwindcss/postcss": "^4.1.11",
1516
"expo": "54.0.0-canary-20250713-8f814f8",
1617
"expo-dev-client": "5.2.4",
1718
"expo-status-bar": "~2.2.3",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
"@commitlint/config-conventional": "^19.8.1",
134134
"@eslint/js": "^9.30.1",
135135
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
136-
"@tailwindcss/postcss": "^4.1.11",
137136
"@testing-library/react-native": "^13.2.0",
138137
"@tsconfig/react-native": "^3.0.6",
139138
"@types/babel__core": "^7",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10888,6 +10888,7 @@ __metadata:
1088810888
dependencies:
1088910889
"@babel/core": "npm:^7.20.0"
1089010890
"@expo/metro-runtime": "npm:6.0.0-canary-20250713-8f814f8"
10891+
"@tailwindcss/postcss": "npm:^4.1.11"
1089110892
expo: "npm:54.0.0-canary-20250713-8f814f8"
1089210893
expo-dev-client: "npm:5.2.4"
1089310894
expo-status-bar: "npm:~2.2.3"

0 commit comments

Comments
 (0)