Compass SCSS lower case of color code

自古美人都是妖i 提交于 2019-12-08 15:04:45

问题


In my team we have the same version of Compass (it`s Compass 0.12.2 Alnilam). When Compass compiles my SCSS the color code is changed from uppercase (#A0CAE3) to lowercase (#a0cae3) in the SCSS. Only I have this problem, other developers have the uppercase color code. Why?


回答1:


Is should check version of "sass".

sass -v

Sass version 3.1.15 works fine in my case. Uninstall all installed "sass" versions with

gem uninstall sass

and install 3.1.15 version

gem install sass -v 3.1.15


来源:https://stackoverflow.com/questions/15517843/compass-scss-lower-case-of-color-code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!