From 986ca23ff775ffd68e4bd7dca2fab9c678b550db Mon Sep 17 00:00:00 2001 From: Calvin Jhunjhuwala Date: Mon, 9 Feb 2026 14:54:44 -0800 Subject: [PATCH] removing import for break points --- shared/patterns/LinkSmallGrid/LinkSmallGrid.scss | 2 -- shared/patterns/TileLinks/TileLink.scss | 2 -- 2 files changed, 4 deletions(-) diff --git a/shared/patterns/LinkSmallGrid/LinkSmallGrid.scss b/shared/patterns/LinkSmallGrid/LinkSmallGrid.scss index 3341dfa01f..2bed7e9bb5 100644 --- a/shared/patterns/LinkSmallGrid/LinkSmallGrid.scss +++ b/shared/patterns/LinkSmallGrid/LinkSmallGrid.scss @@ -9,8 +9,6 @@ // .bds-link-small-grid__heading - Heading text // .bds-link-small-grid__description - Description text -@import '../../../styles/breakpoints'; - // ============================================================================= // Design Tokens // ============================================================================= diff --git a/shared/patterns/TileLinks/TileLink.scss b/shared/patterns/TileLinks/TileLink.scss index 253616777a..bb82f11e9c 100644 --- a/shared/patterns/TileLinks/TileLink.scss +++ b/shared/patterns/TileLinks/TileLink.scss @@ -12,8 +12,6 @@ // .bds-tile-link__label - Text label // .bds-tile-link__arrow - Arrow icon wrapper -@import '../../../styles/breakpoints'; - // ============================================================================= // Design Tokens // =============================================================================