Unverified Commit 335f53e1 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3118079 by lauriii, bnjmnm: Remove postcss-header workaround

parent e3e5937d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
    "postcss": "^7.0.18",
    "postcss-calc": "^7.0.1",
    "postcss-custom-properties": "^9.0.2",
    "postcss-header": "^1.0.0",
    "postcss-header": "^2.0.0",
    "postcss-import": "^12.0.1",
    "prettier": "^1.14.0",
    "stylelint": "^12.0.0",
+1 −3
Original line number Diff line number Diff line
@@ -6,9 +6,7 @@ const postcssCustomProperties = require('postcss-custom-properties');
const postcssCalc = require("postcss-calc");
const postcssImport = require('postcss-import');
const autoprefixer = require('autoprefixer');
// @todo Load this from the package index after
//   https://github.com/fengyuanchen/postcss-header/pull/1 has been resolved.
const postcssHeader = require('postcss-header/lib/index');
const postcssHeader = require('postcss-header');

module.exports = (filePath, callback) => {
  // Transform the file.
+102 −238

File changed.

Preview size limit exceeded, changes collapsed.