我正在使用Compass库将SASS文件编译为CSS。
在第一次编译时,没有错误,但我不知道哪个文件负责页面的整体样式。创建新项目后,使用compass watch
后创建了几个目录:
当我尝试更改放置在文件夹scss中的_settings.sccs时,没有任何反应。任何人都可以帮我解释一下这个问题吗?
这是我的config.rb文件代码:
Require any additional compass plugins here.
add_import_path "bower_components/foundation/scss"
Set this to the root of your project when deployed:
http_path = "/"
css_dir = "stylesheets"
sass_dir = "scss"
images_dir = "images"
javascripts_dir = "js"