diff --git a/postcss.config.js b/postcss.config.js index 90427d404..aa5998a80 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -6,10 +6,6 @@ module.exports = { autoprefixer: { flexbox: 'no-2009' }, - // https://github.com/csstools/postcss-preset-env#importfrom - importFrom: [ - 'app/javascript/src/styles/base/040_colors.css' - ], stage: 3 }) ]