Skip to content

Commit

Permalink
432
Browse files Browse the repository at this point in the history
  • Loading branch information
Beliyandr committed Jan 28, 2025
1 parent f368370 commit cbe2168
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/styles/utils/_mixins.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// @mixin hover($_property, $_toValue) {
// transition: #{$_property} 0.3s;
// &:hover {
// #{$_property}: $_toValue;
// }
// }
// Штука которая убирает єффект залипания (кнопки) на touch-экранах
@use 'sass:math';
$base-font-size-for-mixin: 16;

Expand Down

0 comments on commit cbe2168

Please sign in to comment.