Skip to content

Commit 8465b1a

Browse files
committed
fix: nativewind
1 parent 0733cfd commit 8465b1a

File tree

3 files changed

+12
-128
lines changed

3 files changed

+12
-128
lines changed

apps/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"knip": "^5.66.3",
5858
"lint-staged": "^15.5.2",
5959
"postcss": "^8.4.33",
60-
"tailwindcss": "^3.4.1",
60+
"tailwindcss": "^3.4.18",
6161
"tsx": "^4.20.6",
6262
"typed-openapi": "^2.2.2",
6363
"typescript": "^5.9.3",

apps/mobile/tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/** @type {import('tailwindcss').Config} */
22
module.exports = {
3+
presets: [require("nativewind/preset")],
34
content: ["./App.{js,ts,jsx,tsx}", "./**/*.{js,ts,jsx,tsx}"],
45
theme: {
56
extend: {

0 commit comments

Comments
 (0)