Skip to content

Commit

Permalink
RESOLVED #39 - PostCSS: images are not inlined when upgrading postcss…
Browse files Browse the repository at this point in the history
…-replace to 2.0.0

Downgrade package to 1.3.3
  • Loading branch information
jon48 committed Apr 11, 2022
1 parent 155fc97 commit dd0e511
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 16 deletions.
2 changes: 1 addition & 1 deletion module.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function customModuleAuthorName(): string
*/
public function customModuleVersion(): string
{
return '2.0.23-v.1';
return '2.0.23-v.2';
}

/**
Expand Down
65 changes: 51 additions & 14 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"postcss-custom-properties": "^12.1.6",
"postcss-image-inliner": "^5.0.0",
"postcss-import": "^14.0.2",
"postcss-replace": "^2.0.0",
"postcss-replace": "^1.1.3",
"sass": "^1.34.0",
"sass-loader": "^12.1.0",
"stylelint": "^14.6.1",
Expand Down

0 comments on commit dd0e511

Please sign in to comment.