Skip to content

What's new in the version 3.0.0

泷涯 edited this page Nov 21, 2017 · 6 revisions

New less support

Less (sometimes stylized as LESS) is a dynamic style sheet language that can be compiled into Cascading Style Sheets (CSS) and run on the client side or server side. LESS is basically fully compatible with CSS. You can see documention here

Edit page changed back to one editor

Because of new less format, and performance considerations, Edit page changed back to one editor. The styles you installed will be converted to new less format automatically.

Use stylelint to replace CSSLint

CSSLint is not work well with less, so we use stylelint to replace it

Fixed many bugs

  • Issue #44 and #43

  • USO not work well on Chrome

  • Fixed some interface bugs

  • Other bugs


新增对less的支持

Less(或写作LESS)是一种由Alexis Sellier设计的动态层叠样式表语言,且对CSS基本兼容,在这里可以查看文档

编辑页面改回单一编辑器

因为新的less格式需要,加上考虑到太多编辑器会影响性能,编辑页面改回单一编辑器。已安装的样式会被自动转换为新的less格式。

使用stylelint替代CSSLint

CSSLint与Less不能很好的兼容,所以我们使用stylelint替代它

修复很多BUG

  • Issue #44 and #43

  • Chrome下USO有时会无法使用

  • 修复一些界面BUG

  • 其他BUG修复

Clone this wiki locally