Commit 89d52ec8 authored by David Walsh's avatar David Walsh
Browse files

Bug 1539889 - Fix postcss issue in debugger launchpad r=jlast

I agree that we should remove PostCSS but since we have contributors moving to MC, I want to get this fixed ASAP.

Differential Revision: https://phabricator.services.mozilla.com/D25258

--HG--
extra : moz-landing-system : lando
parent 73c7980c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ module.exports = ({ file, options, env }) => {

  return {
    plugins: [
      require("postcss-bidirection"),
      require("autoprefixer")({
        browsers: ["last 2 Firefox versions", "last 2 Chrome versions"],
        flexbox: false,