summaryrefslogtreecommitdiff
path: root/source/helpers/calculate-css-calc-string.ts
diff options
context:
space:
mode:
Diffstat (limited to 'source/helpers/calculate-css-calc-string.ts')
-rw-r--r--source/helpers/calculate-css-calc-string.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/helpers/calculate-css-calc-string.ts b/source/helpers/calculate-css-calc-string.ts
index e711ca85..18527afd 100644
--- a/source/helpers/calculate-css-calc-string.ts
+++ b/source/helpers/calculate-css-calc-string.ts
@@ -1,4 +1,4 @@
-import looseParseInt from './loose-parse-int';
+import looseParseInt from './loose-parse-int.js';
/**
Compute the sum in a `calc()`. Only works with very simple sums of px values.