fix(scss): Add necessary imports to _order-summary.scss#324
Merged
marijohannessen merged 2 commits intoSep 25, 2017
Conversation
Contributor
|
👍 ✅ Thanks for fixing this |
Contributor
|
👍 ✅ |
joshblack
pushed a commit
to joshblack/carbon
that referenced
this pull request
May 2, 2019
paul-palade
added a commit
to paul-palade/carbon
that referenced
this pull request
May 21, 2026
Submitting 14 new pictograms from June 2026 and updated categories. Updated master file. All additions and updates approved by BXD. Addressing issues carbon-design-system#319, carbon-design-system#321, carbon-design-system#324 and carbon-design-system#325 in brand/pictograms. ### Changelog **New** `Cities` - [x] chennai.svg - [x] denver.svg - [x] frankfurt.svg - [x] los-angeles.svg - [x] miami.svg - [x] oslo.svg - [x] perth.svg - [x] san-jose.svg - [x] taipei.svg `Design and development` - [x] technology-zone--finger.svg `Electronics` - [x] laptop.svg `Lifestyle` - [x] lotus--flower.svg `Workplace` - [x] men--showers.svg - [x] women--showers.svg **Updated** `Lifestyle` - half-note.svg - hard--ice--cream.svg Updated alphabetical order in categories.yml
adamalston
pushed a commit
to adamalston/carbon
that referenced
this pull request
May 26, 2026
* feat(pictograms): new Pictograms June 2026 Submitting 14 new pictograms from June 2026 and updated categories. Updated master file. All additions and updates approved by BXD. Addressing issues carbon-design-system#319, carbon-design-system#321, carbon-design-system#324 and carbon-design-system#325 in brand/pictograms. ### Changelog **New** `Cities` - [x] chennai.svg - [x] denver.svg - [x] frankfurt.svg - [x] los-angeles.svg - [x] miami.svg - [x] oslo.svg - [x] perth.svg - [x] san-jose.svg - [x] taipei.svg `Design and development` - [x] technology-zone--finger.svg `Electronics` - [x] laptop.svg `Lifestyle` - [x] lotus--flower.svg `Workplace` - [x] men--showers.svg - [x] women--showers.svg **Updated** `Lifestyle` - half-note.svg - hard--ice--cream.svg Updated alphabetical order in categories.yml * Update packages/pictograms/pictograms.yml Resolved two instances of `men--showers` in pictograms.yml Co-authored-by: Mahmoud <132728978+maradwan26@users.noreply.github.com> * chore: update snapshots --------- Co-authored-by: Mahmoud <132728978+maradwan26@users.noreply.github.com> Co-authored-by: Mahmoud <maradwan26@gmail.com>
heloiselui
added a commit
to heloiselui/carbon
that referenced
this pull request
Jun 5, 2026
…22366) * feat(pictograms): new Pictograms June 2026 Submitting 14 new pictograms from June 2026 and updated categories. Updated master file. All additions and updates approved by BXD. Addressing issues carbon-design-system#319, carbon-design-system#321, carbon-design-system#324 and carbon-design-system#325 in brand/pictograms. ### Changelog **New** `Cities` - [x] chennai.svg - [x] denver.svg - [x] frankfurt.svg - [x] los-angeles.svg - [x] miami.svg - [x] oslo.svg - [x] perth.svg - [x] san-jose.svg - [x] taipei.svg `Design and development` - [x] technology-zone--finger.svg `Electronics` - [x] laptop.svg `Lifestyle` - [x] lotus--flower.svg `Workplace` - [x] men--showers.svg - [x] women--showers.svg **Updated** `Lifestyle` - half-note.svg - hard--ice--cream.svg Updated alphabetical order in categories.yml * Update packages/pictograms/pictograms.yml Resolved two instances of `men--showers` in pictograms.yml Co-authored-by: Mahmoud <132728978+maradwan26@users.noreply.github.com> * chore: update snapshots * feat(pictograms): new Pictograms June 2026 (2) Submitting 1 new pictogram from June 2026 and updated categories. Updated master file. All additions and updates approved by BXD. Addressing issue [carbon-design-system#322](https://github.ibm.com/brand/Pictograms/issues/322) in brand/pictograms. ### Changelog **New** `Cities` - [x] ibm--atx-office.svg * chore: update snapshots --------- Co-authored-by: Mahmoud <132728978+maradwan26@users.noreply.github.com> Co-authored-by: Mahmoud <maradwan26@gmail.com> Co-authored-by: Heloise Lui <71858203+heloiselui@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
importing the_order-summary.scsswith Webpack was producing errors because it couldn't reference dependencies likefont-size()mixin. I've added the necessary@imports that the .scss file relies on, so that there's no more errors in Webpack.