单行
1 | overflow: hidden; |
多行
1 | overflow : hidden; |
多行不生效
1 | overflow: hidden; |
打包时,警告
1 | Emitted value instead of an instance of Error) autoprefixer: \static\css\reset\index.css:99:3: Second Autoprefixer control comment was ignored. Autoprefixer applies control comment to whole block, not to next rules. |
解决办法
1 | /*! autoprefixer: ignore next */ |