From b6dc0edc94cebdee74d67f5919f46c28cd96b9f8 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Thu, 4 May 2023 23:22:17 +0800 Subject: Lint (ESM file imports + named functions) (#6613) --- source/helpers/calculate-css-calc-string.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/helpers/calculate-css-calc-string.ts') 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. -- cgit v1.2.3