1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 04:11:39 +02:00

remove postcss-flexbugs-fixes from build process

This commit is contained in:
Mark Otto
2017-06-18 01:33:26 -07:00
committed by Mark Otto
parent 532493e6ec
commit 440af84c7a
2 changed files with 1 additions and 3 deletions

View File

@@ -35,7 +35,6 @@ module.exports = (ctx) => ({
'Android >= 4',
'Opera >= 12'
]
},
'postcss-flexbugs-fixes': {}
}
}
})