最新回答 / 炫蓝Rock
                                
                                                            The 64-bit versions of Ruby are relatively new on the Windows area and not all the packages have been updated to be compatible with it. To use this version you will require some knowledge about compilers and solving dependency issues, which might be too c...
                            
                        
                        2016-04-27
                
            
                                最赞回答 / 异择Y
                                
                                                            sass定义了颜色函数,分为三大类RGB,HSL和Opacity。darken()属于HSL类,HSL为:H-色相 S-饱和度 L-亮度。使用方法:darken(原色,亮度值)亮度值取0~1之间。编译成css时,会自动转换成相应的色号。例如本题中darken(#428bca, 6.5%)编译后的色号为#337ab7。
                            
                        
                        2016-04-26
                
            
                                最新回答 / tp_ysu
                                
                                                            相对量度:em 最接近字体尺寸的长度  ,ex 字母x的高度,px 像素,% 百分比量度绝对量度:in英寸 cm厘米 mm毫米Windows默认定义1in为96px
                            
                        
                        2016-04-16
                
            
                                已采纳回答 / BruceOho
                                
                                                            没有错,出现了这些信息之后,你去修改你的scss文件保存一下,你会看到会添加几行,类似下面:>>> Sass is watching for changes. Press Ctrl-C to stop.>>> Change detected to: Desktop/sass01/index.scss      write C:\User\Administrator\Desktop\sass01\index.css      write C:\User\Administr...
                            
                        
                        2016-04-08
                
            
                                最赞回答 / Zark0
                                
                                                            直接去网站下载sass安装包,前面有说过安装方法,我在线安装也是装不了,跟你一样的报错!而且推荐用webstorm写sass,设置好了之后,编写sass的时候,自动在sass下生成css文件,很方便,具体方法可以百度!
                            
                        
                        2016-04-05
                
            
                                最赞回答 / UFO2015
                                
                                                            需要注意的是:当 deprecated = property syntax 时 (暂时不理解是怎样的情况),所有的字符串都将被编译为无引号字符串,不论是否使用了引号。smg?
                            
                        
                        2016-03-21