摘要: module.exports = { plugins: { 'autoprefixer': {}, } } 阅读全文
posted @ 2017-05-27 12:18 烂拖鞋 阅读(16736) 评论(2) 推荐(0) 编辑
摘要: { //依赖包 "devDependencies": { //babel "babel-core": "6.24.1", "babel-loader": "7.0.0", "babel-preset-es2015": "6.24.1", "babel-preset-react": "6.24.1", "babel-preset-stage-0": ... 阅读全文
posted @ 2017-05-27 12:17 烂拖鞋 阅读(3094) 评论(0) 推荐(0) 编辑
摘要: 考虑兼容性采用 -webkit- -o- -mos- -ms- @keyframes fadeIn{ 0%{ opacity: 0; display: block; } 100%{ opacity: 1; } } @keyframes fadeOut{ 0%{ opacity: 1; } 100%{ 阅读全文
posted @ 2017-05-27 12:08 烂拖鞋 阅读(2406) 评论(0) 推荐(0) 编辑