Skip to content

Commit e40ad90

Browse files
fix(charts): Remove explicit design-tokens CSS import
Loading global CSS like design-tokens.css is the responsibility of the consuming application, not individual chart components. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent bcbcfce commit e40ad90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/js-packages/charts/src/charts/pie-chart/pie-chart.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { Group } from '@visx/group';
22
import { Pie } from '@visx/shape';
33
import { useTooltip, useTooltipInPortal } from '@visx/tooltip';
44
import { __ } from '@wordpress/i18n';
5-
import '@wordpress/theme/design-tokens.css';
65
import { Stack } from '@wordpress/ui';
76
import clsx from 'clsx';
87
import { useCallback, useContext, useMemo } from 'react';

0 commit comments

Comments
 (0)