@financial-times/dotcom-build-sass 7.2.5 → 7.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -58,7 +58,8 @@ class PageKitSassPlugin {
58
58
  // https://github.com/cssnano/cssnano
59
59
  require('cssnano')(cssnanoOptions)
60
60
  ]
61
- }
61
+ },
62
+ implementation: require('postcss')
62
63
  };
63
64
  const cssLoaderOptions = {
64
65
  // Allow css-loader to resolve @import because the sass-loader
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/dotcom-build-sass",
3
- "version": "7.2.5",
3
+ "version": "7.2.7",
4
4
  "description": "",
5
5
  "main": "dist/node/index.js",
6
6
  "types": "src/index.ts",
package/src/index.ts CHANGED
@@ -68,7 +68,8 @@ export class PageKitSassPlugin {
68
68
  // https://github.com/cssnano/cssnano
69
69
  require('cssnano')(cssnanoOptions)
70
70
  ]
71
- }
71
+ },
72
+ implementation: require('postcss')
72
73
  }
73
74
 
74
75
  const cssLoaderOptions = {