Unverified Commit 1ba1cd8b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3155159 by laura.gates, jhodgdon, Kristen Pol: Fix notice at top of...

Issue #3155159 by laura.gates, jhodgdon, Kristen Pol: Fix notice at top of generated CSS files from PCSS
parent c758df9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ module.exports = ctx => ({
      cascade: false
    }),
    require('postcss-header')({
      header: `DO NOT EDIT THIS FILE.\nSee the following change record for more information,\nhttps://www.drupal.org/node/2815083\n@preserve`,
      header: `DO NOT EDIT THIS FILE.\nSee the following change record for more information,\nhttps://www.drupal.org/node/3084859\n@preserve`,
    }),
  ]
});
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ module.exports = (filePath, callback) => {
        cascade: false
      }),
      postcssHeader({
        header: `/*\n * DO NOT EDIT THIS FILE.\n * See the following change record for more information,\n * https://www.drupal.org/node/2815083\n * @preserve\n */\n`,
        header: `/*\n * DO NOT EDIT THIS FILE.\n * See the following change record for more information,\n * https://www.drupal.org/node/3084859\n * @preserve\n */\n`,
      }),
    ])
    .process(css, { from: filePath })
+1 −1
Original line number Diff line number Diff line
/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/2815083
 * https://www.drupal.org/node/3084859
 * @preserve
 */

+1 −1
Original line number Diff line number Diff line
/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/2815083
 * https://www.drupal.org/node/3084859
 * @preserve
 */

+1 −1
Original line number Diff line number Diff line
/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/2815083
 * https://www.drupal.org/node/3084859
 * @preserve
 */
@media print {
Loading