From f2aa8b6ab7b42aff1b439c3c2b5295147dad9be8 Mon Sep 17 00:00:00 2001 From: Vince Picone Date: Tue, 7 Jul 2020 08:53:13 -0500 Subject: [PATCH 1/2] docs: update docs to reflect intent --- packages/icon-build-helpers/src/builders/vanilla/svgo.js | 2 +- packages/layout/scss/_breakpoint.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/icon-build-helpers/src/builders/vanilla/svgo.js b/packages/icon-build-helpers/src/builders/vanilla/svgo.js index 64bd93d46c82..9fa937cf699b 100644 --- a/packages/icon-build-helpers/src/builders/vanilla/svgo.js +++ b/packages/icon-build-helpers/src/builders/vanilla/svgo.js @@ -181,7 +181,7 @@ const plugins = [ removeRasterImages: false, }, { - mergePaths: true, + mergePaths: false, }, { convertShapeToPath: true, diff --git a/packages/layout/scss/_breakpoint.scss b/packages/layout/scss/_breakpoint.scss index 2ce65af5ad66..96d04f82f549 100644 --- a/packages/layout/scss/_breakpoint.scss +++ b/packages/layout/scss/_breakpoint.scss @@ -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 From 3e1c8d614a050306f73c9780809b973f1bf56bce Mon Sep 17 00:00:00 2001 From: Vince Picone Date: Tue, 7 Jul 2020 08:57:42 -0500 Subject: [PATCH 2/2] docs: undo accidental svgo change --- packages/icon-build-helpers/src/builders/vanilla/svgo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/icon-build-helpers/src/builders/vanilla/svgo.js b/packages/icon-build-helpers/src/builders/vanilla/svgo.js index 9fa937cf699b..64bd93d46c82 100644 --- a/packages/icon-build-helpers/src/builders/vanilla/svgo.js +++ b/packages/icon-build-helpers/src/builders/vanilla/svgo.js @@ -181,7 +181,7 @@ const plugins = [ removeRasterImages: false, }, { - mergePaths: false, + mergePaths: true, }, { convertShapeToPath: true,