Skip to content

Commit d3eeaeb

Browse files
authored
fix: revert back to logical border props (#108)
1 parent 19372e8 commit d3eeaeb

File tree

4 files changed

+498
-67
lines changed

4 files changed

+498
-67
lines changed

example/react-native-css-env.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is different in the example, please use the auto generated file
2-
/// <reference types="./example-env" />
1+
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
2+
/// <reference path="../types.d.ts" />
33

44
// NOTE: This file should not be edited and should be committed with your source code. It is generated by react-native-css. If you need to move or disable this file, please see the documentation.

example/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"index.js",
1010
"postcss.config.mjs",
1111
"react-native-css-env.d.ts",
12-
"../types.d.ts"
12+
"example-env.d.ts"
1313
]
1414
}

0 commit comments

Comments
 (0)