1 Star 0 Fork 0

珠玉泪烟/algorithm-visualizer

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
postcss.config.js 241 Bytes
Copy Edit Raw Blame History
Jason Park authored 2018-04-12 07:14 . Rewrote in React.js
const postcssFlexboxfixer = require('postcss-flexboxfixer');
const autoprefixer = require('autoprefixer');
module.exports = {
plugins: [
postcssFlexboxfixer,
autoprefixer({
browsers: ['> 1%', 'last 2 versions']
})
]
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jkd5170/algorithm-visualizer.git
git@gitee.com:jkd5170/algorithm-visualizer.git
jkd5170
algorithm-visualizer
algorithm-visualizer
master

Search