Skip to content

Commit

Permalink
Fix import syntax of variables file on arrow animations (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoko committed Apr 24, 2020
1 parent d5133fb commit e8e83ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/animations/_arrow-right.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'variables';
@import '../variables';
@import 'arrow';

@if index($hamburger-animations, arrow-right) {
Expand Down
2 changes: 1 addition & 1 deletion scss/animations/_arrow.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'variables';
@import '../variables';

@if index($hamburger-animations, arrow) or index($hamburger-animations, arrow-r) {
.#{$hamburger-class-name}--arrow, .#{$hamburger-class-name}--arrow-right {
Expand Down

0 comments on commit e8e83ed

Please sign in to comment.