@financial-times/dotcom-build-sass 7.2.5 → 7.2.6
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.
- package/dist/node/index.js +2 -1
- package/package.json +1 -1
- package/src/index.ts +2 -1
package/dist/node/index.js
CHANGED
@@ -57,7 +57,8 @@ class PageKitSassPlugin {
|
|
57
57
|
// de-duplicate rule-sets which is useful if $o-silent-mode is toggled.
|
58
58
|
// https://github.com/cssnano/cssnano
|
59
59
|
require('cssnano')(cssnanoOptions)
|
60
|
-
]
|
60
|
+
],
|
61
|
+
implementation: require('postcss')
|
61
62
|
}
|
62
63
|
};
|
63
64
|
const cssLoaderOptions = {
|
package/package.json
CHANGED
package/src/index.ts
CHANGED