Sass 基础5默认SCSS-轨道

Sass 基础5默认SCSS-轨道,sass,zurb-foundation,Sass,Zurb Foundation,我已经使用bower建立了foundation 5,并尝试配置轨道 关于如何使用obit-scss导入而不引入所有不必要的sass的任何想法。我想要的只是子弹css和定位。是的,我可以复制它并创建覆盖。但我不明白为什么要这么做 我看到以下设置: // Orbit // $include-html-orbit-classes: $include-html-classes; // We use these to control the caption styles // $orbit-conta

我已经使用bower建立了foundation 5,并尝试配置轨道

关于如何使用obit-scss导入而不引入所有不必要的sass的任何想法。我想要的只是子弹css和定位。是的,我可以复制它并创建覆盖。但我不明白为什么要这么做

我看到以下设置:

// Orbit

// $include-html-orbit-classes: $include-html-classes;

// We use these to control the caption styles
// $orbit-container-bg: none;
// $orbit-caption-bg: rgba(51,51,51, 0.8);
// $orbit-caption-font-color: #fff;
// $orbit-caption-font-size: rem-calc(14);
// $orbit-caption-position: "bottom"; // Supported values: "bottom", "under"
// $orbit-caption-padding: rem-calc(10 14);
// $orbit-caption-height: auto;

// We use these to control the left/right nav styles
// $orbit-nav-bg: none;
// $orbit-nav-bg-hover: rgba(0,0,0,0.3);
// $orbit-nav-arrow-color: #fff;
// $orbit-nav-arrow-color-hover: #fff;

// We use these to control the timer styles
// $orbit-timer-bg: rgba(255,255,255,0.3);
// $orbit-timer-show-progress-bar: true;

// We use these to control the bullet nav styles
// $orbit-bullet-nav-color: #ccc;
// $orbit-bullet-nav-color-active: #999;
// $orbit-bullet-radius: rem-calc(9);

// We use these to controls the style of slide numbers
// $orbit-slide-number-bg: rgba(0,0,0,0);
// $orbit-slide-number-font-color: #fff;
// $orbit-slide-number-padding: rem-calc(5);

// Graceful Loading Wrapper and preloader
// $wrapper-class: "slideshow-wrapper";
// $preloader-class: "preloader";
我已经使用内联数据属性设置了控件,效果很好。然而,基金会不需要的SCS正在破坏我的模板。这导致我使用了许多覆盖

还有什么解释吗

// $include-html-orbit-classes: $include-html-classes;

我确信zurb的最新框架已经有其他人处于我的位置。

我可以理解您的意思,但我指的是导入文件的特定块。在这种情况下,我有目标轨道。但我无法集中于本SCS的要点部分