Skip to content

Commit ac89ce8

Browse files
authored
chore: add @tailwindcss/postcss to example (#47)
1 parent 0c78864 commit ac89ce8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
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
@@ -156,7 +156,6 @@
156156
"@commitlint/config-conventional": "^19.8.1",
157157
"@eslint/js": "^9.30.1",
158158
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
159-
"@tailwindcss/postcss": "^4.1.11",
160159
"@testing-library/react-native": "^13.2.0",
161160
"@tsconfig/react-native": "^3.0.6",
162161
"@types/babel__core": "^7",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11013,6 +11013,7 @@ __metadata:
1101311013
dependencies:
1101411014
"@babel/core": "npm:^7.20.0"
1101511015
"@expo/metro-runtime": "npm:6.0.0-canary-20250713-8f814f8"
11016+
"@tailwindcss/postcss": "npm:^4.1.11"
1101611017
expo: "npm:54.0.0-canary-20250713-8f814f8"
1101711018
expo-dev-client: "npm:5.2.4"
1101811019
expo-status-bar: "npm:~2.2.3"
@@ -11038,7 +11039,6 @@ __metadata:
1103811039
"@commitlint/config-conventional": "npm:^19.8.1"
1103911040
"@eslint/js": "npm:^9.30.1"
1104011041
"@ianvs/prettier-plugin-sort-imports": "npm:^4.4.2"
11041-
"@tailwindcss/postcss": "npm:^4.1.11"
1104211042
"@testing-library/react-native": "npm:^13.2.0"
1104311043
"@tsconfig/react-native": "npm:^3.0.6"
1104411044
"@types/babel__core": "npm:^7"

0 commit comments

Comments
 (0)