Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
agragregra committed May 1, 2023
1 parent 32447c3 commit 55746e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"gulp-rsync": "0.1.0",
"gulp-sass": "^5.1.0",
"gulp-uglify-es": "^3.0.0",
"sass": "^1.62.0"
"sass": "^1.62.1"
}
}

2 comments on commit 55746e8

@joidru
Copy link

@joidru joidru commented on 55746e8 Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я так понимаю после обновления на версию 1.62.1, появляется ошибка связанная с функцией abs() тут решение https://sass-lang.com/d/abs-percent

@agragregra
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я так понимаю после обновления на версию 1.62.1, появляется ошибка связанная с функцией abs() тут решение https://sass-lang.com/d/abs-percent

Fixed.

Please sign in to comment.