Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Jul 31, 2024
1 parent f77bcf4 commit 98382a0
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 50 deletions.
94 changes: 47 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"README.md"
],
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.25.0",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.2",
"@wordpress/browserslist-config": "^6.4.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/css/core/abstract/_deprecated.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Abstract column element of inline-block based grid system
vertical-align: top;

@if (not function.is-null($columns) and not function.is-null($max-columns)) {
$width: math.percentage($columns / $max-columns);
$width: math.percentage(math.div($columns, $max-columns));
@include ib-row__col--width($width);
} @else {
@include ib-row__col--width(100%);
Expand Down

0 comments on commit 98382a0

Please sign in to comment.