Loading core/package.json +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading core/scripts/css/compile.js +1 −3 Original line number Diff line number Diff line Loading @@ -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. Loading core/yarn.lock +102 −238 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
core/package.json +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading
core/scripts/css/compile.js +1 −3 Original line number Diff line number Diff line Loading @@ -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. Loading