Skip to content

Commit

Permalink
docs: update docs to reflect intent
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone committed Jul 7, 2020
1 parent e78bbb5 commit f2aa8b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/icon-build-helpers/src/builders/vanilla/svgo.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const plugins = [
removeRasterImages: false,
},
{
mergePaths: true,
mergePaths: false,
},
{
convertShapeToPath: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/scss/_breakpoint.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ $carbon--grid-breakpoints: (
@return '-#{$name}';
}

/// Generate a media query up to the width of the given breakpoint name
/// Generate a media query from the width of the given breakpoint to infinity
/// @param {String | Number} $name
/// @param {Map} $breakpoints [$carbon--grid-breakpoints] - A map of breakpoints where the key is the name
/// @content
Expand Down

0 comments on commit f2aa8b6

Please sign in to comment.