We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b078c88 commit 814e198Copy full SHA for 814e198
1 file changed
src/theme/calc/CSSCalculator.ts
@@ -1,4 +1,4 @@
1
-import { isNumber } from '@/util';
+import { isNumber } from '../../util';
2
import AbstractCalculator from './calculator';
3
4
const CALC_UNIT = 'CALC_UNIT';
0 commit comments