8000 fix(css-calc): reduce_css_calc_1.default is not a function (#7787) (#… · NativeScript/NativeScript@20c0773 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20c0773

Browse files
authored
fix(css-calc): reduce_css_calc_1.default is not a function (#7787) (#7801)
1 parent 2d0737a commit 20c0773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tns-core-modules/ui/core/properties/properties.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import reduceCSSCalc from "reduce-css-calc";
1+
import * as reduceCSSCalc from "reduce-css-calc";
22

33
// Definitions.
44
import * as definitions from "../view-base";

0 commit comments

Comments
 (0)
0