標籤:

已安裝sass和sass build,sublime編譯sass報錯?

試用ctrl+b編譯會報下面的錯誤。

[Finished in 0.1s with exit code 1]

[cmd: [sass, --update, C:\Users\pc\Desktop\test.sass:C:\Users\pc\Desktop/test.css, --stop-on-error, --no-cache, --style, compressed]]

[dir: C:UserspcDesktop]

[path: C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;D:Program FilesTortoiseSVNin;C:Program Files
odejs;F:Program FilesGitcmd;C:UserspcAppDataRoaming
pm;D:lifenSoftwaresublimeless.js-windows-masterless.js-windows-master]


為什麼總有那麼多同學在編輯器里編譯Sass呢?放著那麼多好東西不用,比如直接在命令終端使用sass --watch編譯,比如使用grunt/gulp/webpack這樣的來配置編譯,不是蠻好的嗎?

順便給些資料:

sass入門 - sass教程

sass_入門 精通 教程_w3cplus

最近在整理一個Sass的小倉庫

Git庫地址: GitHub - W3cplus/SassMagic: Collection best of Sass mixins and function

SassMagic is a collection of Sass mixins and functions to ease and improve our implementations of common style-code patterns.

裡面主要收集了一些Sass中使用的Mixins和Functions:

而且這個庫還在不斷的更新當中。當然為了大家更好的使用裡面整理的Mixins和Functions。藉助SassDoc的功能,給整個庫添加了使用文檔,並且每個都供了使用案例。

最後我想說,其實我是來打廣告的,希望使用Sass的同學,能喜歡這個小倉庫,更希望你能為她貢獻代碼。

Git庫地址: GitHub - W3cplus/SassMagic: Collection best of Sass mixins and function


文件後綴為 .scss ,不是 .sass


提醒大家最好純凈安裝不要直接升級我後悔直接升級了


推薦閱讀:

想做前端的響應式布局應該從什麼知識入門呢?
大齡電力汪前端學習路 (從輸入URL到頁面呈現)
Emmet-快捷編寫代碼工具-前端筆記
【收藏】前端工程師必備實用網站

TAG:前端入門 |