From d9532f2d73289d361afd1b49cb1411f47be885be Mon Sep 17 00:00:00 2001 From: Stephanie Hobson Date: Wed, 6 Nov 2019 09:30:44 -0800 Subject: [PATCH] Fix zap import #520 --- CHANGELOG.md | 4 ++++ src/assets/sass/protocol/components/_zap.scss | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcc91195..12b465c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## HEAD + +* **css:** Fix zap import (#520) + ## 10.0.0 * **css:** Prism styles consume Protocol Tokens (#452) diff --git a/src/assets/sass/protocol/components/_zap.scss b/src/assets/sass/protocol/components/_zap.scss index 5fb56e6f..78e86f73 100644 --- a/src/assets/sass/protocol/components/_zap.scss +++ b/src/assets/sass/protocol/components/_zap.scss @@ -3,7 +3,7 @@ // file, You can obtain one at http://mozilla.org/MPL/2.0/. -@import '../protocol/includes/lib'; +@import '../includes/lib'; [class*="mzp-has-zap"] strong { @include zap('#{$image-path}/zaps/zap-01.svg');