more plugin - LESS 的 Rails 插件


MIT
跨平台
Ruby

软件简介

more = less on rails — LESS CSS 官方的 Ruby
on Rails
的插件。

示例代码:

<file: app/stylesheets/clients/partials/_form.less>
@text_dark: #222;

<file: app/stylesheets/clients/screen.less>
@import "partials/_form";

input { color: @text_dark; }