Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions UNRELEASED-v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Use [the changelog guidelines](/documentation/Versioning%20and%20changelog.md) t
- Removed the `unstyled-link()` mixin and replaced any instances with values ([#4951](https://github.com/Shopify/polaris-react/pull/4951))
- Removed the `unstyled-list()` mixin and replaced any instances with values ([#4960](https://github.com/Shopify/polaris-react/pull/4960))
- Removed `high-contrast-outline()` and `high-contrast-border()` mixins and replaced any instances with tokens and values ([#4962](https://github.com/Shopify/polaris-react/pull/4962))
- Removed the `map-extend` scss function ([#4970](https://github.com/Shopify/polaris-react/pull/4970))

### New components

Expand Down
1 change: 0 additions & 1 deletion src/styles/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

// stylelint-disable scss/partial-no-import

@import './foundation/utilities';
@import './foundation/layout';
@import './foundation/focus-ring';

Expand Down
1 change: 0 additions & 1 deletion src/styles/_public-api.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

// stylelint-disable scss/partial-no-import

@import './foundation/utilities';
@import './foundation/layout';
@import './foundation/focus-ring';

Expand Down
22 changes: 0 additions & 22 deletions src/styles/foundation/_utilities.scss

This file was deleted.