alibaba / ice

🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架)

Home Page:https://ice.work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

justify-content: end; 建议修改为justify-content: flxe-end;

flyrain917 opened this issue · comments

Summary | 概述

在v1.27.8 的 input 的main.scss 里面

#{$input-prefix}-textarea-control {
            display: flex;
            justify-content: end;
            padding: 0 $input-l-icon-padding-right 4px;
        }

实际项目的某些插件会识别报错: autoprefixer: end value has mixed support, consider using flex-end instead
建议修改为justify-content: flxe-end;

Motivation | 背景

使用@alifd/nextv1.27.8 时 postcss-loader 暴露的问题

Usage example | 使用示例

No response

Detailed design | 方案设计

justify-content: end; 建议修改为justify-content: flxe-end;

Additional context | 额外信息

No response

fusion 组件问题,可以到 https://github.com/alibaba-fusion/next 提交