apache_conf 基于Bourbon的SASS配置和调试选项导入配置文件后,您可以将bourbon称为@import“bourbon”

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 基于Bourbon的SASS配置和调试选项导入配置文件后,您可以将bourbon称为@import“bourbon”相关的知识,希望对你有一定的参考价值。

# define bourbon path, use a common library for preventing duplicates
add_import_path "path/to/your/bourbon/lib"

### -->> project paths, delete/comment if you use scout, codekit etc.
environment = :production # removes single line comments, keeps css comments
output_style = :compact

css_dir = "styles" #relative to project root
sass_dir = "styles-sass" #relative to project root
images_dir = "images" #relative to project root
javascripts_dir = "scripts" #relative to project root
### <<-- project paths, ignore/comment if you use scout.app or codekit etc.

# where the fonts resides
fonts_dir = "fonts"

# for debug options in chrome web developer tools
sass_options = {
  	:debug_info => true,
	:sourcemap => true #with SASS > 3.3 http://benfrain.com/add-sass-compass-debug-info-for-chrome-web-developer-tools/
}

以上是关于apache_conf 基于Bourbon的SASS配置和调试选项导入配置文件后,您可以将bourbon称为@import“bourbon”的主要内容,如果未能解决你的问题,请参考以下文章

Bourbon 整齐的多个断点

scss 来自bourbon.io的utils.scss

使用 Bourbon Neat 删除跨度列上的边距

Bourbon Refills Navigation JavaScript 错误:未捕获类型错误:未定义不是函数

基于宏变量的 SAS 子集

如何在 Java 中基于 SAS 令牌访问 Azure WASB 容器?