Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

SCSS or Less #1

Open
cyjake opened this issue Jun 6, 2013 · 1 comment
Open

SCSS or Less #1

cyjake opened this issue Jun 6, 2013 · 1 comment

Comments

@cyjake
Copy link
Contributor

cyjake commented Jun 6, 2013

目前 master 是基老师实现的最初版本,和 bootstrap 一样,用的 Less ;我 fork 了 SCSS 实现的分支,用到了创意中心项目里。

我不喜欢 Less 的原因:

  1. mixin 的定义和使用太不显眼
  2. 流程控制语句看着很诡异
  3. 和 Rails 项目结合不好

简单的对比,固定宽度的栅格实现, Less 版SCSS 版

在整 brixjs/brix-style 的时候,和基老师也讨论过,Less 最为人诟病的是作者基本不维护,也不接收 pull request ,不过据说后来换了人维护,改进不少。

SCSS 也有缺陷,官方版本是个 Ruby Gem ,在 Windows 下用时,如果文件里有中文,会遇到编码问题。解决办法也简单,召唤雪卒、勇智……

@oldmanvv
Copy link

oldmanvv commented Jun 6, 2013

在 Windows 的环境变量中添加 RUBYOPT 变量,值设为 -KU 。然后在你的 SCSS 文件第一行加上 @charset “UTF-8″;,再编译就能完美支持中文了。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants