@openeuropa/bcl-theme-default 1.4.0 → 1.6.0

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.
@@ -98,7 +98,9 @@ module.exports = {
98
98
  entry: path.resolve(outputFolder, "src/scss/oe-bcl-default.scss"),
99
99
  dest: path.resolve(outputFolder, "css/oe-bcl-ckeditor5.min.css"),
100
100
  options: {
101
- prefix: ".ck-content",
101
+ prefixer: {
102
+ prefix: ".ck-content",
103
+ },
102
104
  includePaths,
103
105
  sourceMap: "file",
104
106
  minify: true,