Skip to content

Commit

Permalink
uses right plugin package
Browse files Browse the repository at this point in the history
  • Loading branch information
ValJed committed Nov 4, 2024
1 parent b65bcba commit f5186f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const postcssViewportToContainerToggle = require('@apostrophecms/postcss');
const postcssViewportToContainerToggle = require('postcss-viewport-to-container-toggle');

module.exports = (options, apos) => {
const postcssPlugins = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const postcssViewportToContainerToggle = require('@apostrophecms/postcss');
const postcssViewportToContainerToggle = require('postcss-viewport-to-container-toggle');

module.exports = (options, apos, srcBuildNames) => {
const postcssPlugins = [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"license": "MIT",
"dependencies": {
"@apostrophecms/emulate-mongo-3-driver": "^1.0.6",
"@apostrophecms/postcss": "file:../postcss",
"@apostrophecms/vue-material-design-icons": "^1.0.0",
"@ckpack/vue-color": "^1.4.1",
"@floating-ui/dom": "^1.5.3",
Expand Down Expand Up @@ -106,6 +105,7 @@
"postcss-html": "^1.3.0",
"postcss-loader": "^5.0.0",
"postcss-scss": "^4.0.3",
"postcss-viewport-to-container-toggle": "^1.0.0",
"prompts": "^2.4.1",
"qs": "^6.10.1",
"regexp-quote": "0.0.0",
Expand Down

0 comments on commit f5186f1

Please sign in to comment.