Marvin.Min

Results 6 issues of Marvin.Min

这个功能真得太棒了。如果能通过ui生成配置。那就更厉害了~

enhancement

columnWidth 是否可设置百分比. 现在通过数字的话很难控制。或者知否可以这样子。 比如我有三列 [a,b,c] 我希望 b,c是固定的,比如 b 是100, c是200. a就是总宽度减去100 和200. [,100,200] 两边列固定,剩余宽度都给中间列 [100,,200] 或者按百分比 [0.7,0.1,0.2] 假设总宽度是1000,这种设置结果等于[700,100,200]

Feature

现在ES更新到2.2.0了,我们文档还要更新吧。我看里面好多都跟英文版有出入了 虽然官方还是旧的。等待官方更新?

有没有完整的demo啊。ios和安卓怎么区分。我添加的始终统计不上

Hi, Per the Jquery official document, they have removed the` jQuery.trim()` function. - https://api.jquery.com/jQuery.trim/ - https://github.com/jquery/jquery/pull/4695 However, I saw the Jquery3 in this lib still contains `trim()` function. https://github.com/rails/jquery-rails/blob/master/vendor/assets/javascripts/jquery3.js#L10811

I have one suggestion: 1. Please format the source less file before to convert to sass file. And I also found a bug to convert the following code: ```less .gradient(@color:...