Skip to content

Commit

Permalink
Fix zap import mozilla#520
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniehobson authored and alexgibson committed Nov 6, 2019
1 parent 72e5d95 commit d9532f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## HEAD

* **css:** Fix zap import (#520)

## 10.0.0

* **css:** Prism styles consume Protocol Tokens (#452)
Expand Down
2 changes: 1 addition & 1 deletion src/assets/sass/protocol/components/_zap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit d9532f2

Please sign in to comment.