Skip to content

Commit

Permalink
Add image path var for notification component
Browse files Browse the repository at this point in the history
  • Loading branch information
maureenlholland authored and alexgibson committed Jan 28, 2025
1 parent 769122a commit ad84b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/css/press/press.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

@use '~@mozilla-protocol/core/protocol/css/includes/lib' as *;
@use '~@mozilla-protocol/core/protocol/css/includes/lib' as * with ($font-path: '/media/protocol/fonts', $image-path: '/media/protocol/img');
@use '~@mozilla-protocol/core/protocol/css/components/notification-bar';
@use '~@mozilla-protocol/core/protocol/css/components/forms/form';
@use '~@mozilla-protocol/core/protocol/css/components/forms/field';
Expand Down

0 comments on commit ad84b98

Please sign in to comment.