Skip to content

Commit

Permalink
style(project): use css shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed May 6, 2024
1 parent dfa8715 commit 5d9836b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
}

@mixin fluid-height($x, $y) {
padding: 0 0 percentage($y / $x) 0;
padding: 0 0 percentage($y / $x);
height: 0;
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
}

@mixin fluid-height($x, $y) {
padding: 0 0 percentage($y / $x) 0;
padding: 0 0 percentage($y / $x);
height: 0;
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
}

@mixin fluid-height($x, $y) {
padding: 0 0 percentage($y / $x) 0;
padding: 0 0 percentage($y / $x);
height: 0;
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
}

@mixin fluid-height($x, $y) {
padding: 0 0 percentage($y / $x) 0;
padding: 0 0 percentage($y / $x);
height: 0;
}

0 comments on commit 5d9836b

Please sign in to comment.