Skip to content

Commit

Permalink
Fix postcss-image-inliner template
Browse files Browse the repository at this point in the history
  • Loading branch information
elektronaut committed Oct 1, 2024
1 parent f317df0 commit 654cb53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
plugins: [
require("postcss-import-ext-glob"),
require("postcss-import"),
require("postcss-image-inliner")({ assetsPaths: ["../images"] }),
require("postcss-image-inliner")({ assetPaths: ["app/assets/images"] }),
require("postcss-mixins"),
require("postcss-simple-vars"),
require("postcss-preset-env")({ stage: 1 }),
Expand Down

0 comments on commit 654cb53

Please sign in to comment.