ElementUI / element-theme

Theme generator cli tool for Element.
MIT License
492 stars 142 forks source link

生成出来的index.css,有一堆.el-input__inner样式 #20

Open qpxtWhite opened 7 years ago

qpxtWhite commented 7 years ago

执行命令1:et -i 执行命令2:et

生成的文件:theme/index.css 里边有一堆重复的el-input_inner定义 好像和input相关的都重复了一大堆

版本:0.7.1

doublemarked commented 7 years ago

I'm also noticing this, but it's present only in the un-minified css.

Scallop:theme heath$ grep "^\.el-input {$" index.css  | wc -l
      10

It's making debugging annoying as I have to wade through a mess of overridden repeats when analyzing styles.

mcdongWang commented 7 years ago

遇到了同样的问题

ericz9 commented 7 years ago

+1,同样的问题

ciwyaitd commented 7 years ago

使用压缩命令能够解决。 et -m

amenzai commented 6 years ago

el-button相关的样式生成的时候,重复了四次,什么情况