【发布时间】:2015-02-19 22:36:25
【问题描述】:
这就是我的 app.scss 的样子:
@import "variables";
@import "bootstrap";
@import "animate/animate";
@import "font-awesome/font-awesome";
@import "style";
这就是我的目录结构。
Resources
└── assets
├── js
└── sass
├── animate
│ ├── animations
│ │ ├── attention-seekers
│ │ ├── zoom-enter
│ │ └── zoom-exit
│ └── helpers
├── bootstrap
├── _bootstrap-compass.scss
├── _bootstrap-mincer.scss
├── _bootstrap-sprockets.scss
├── _bootstrap.scss
└── bootstrap
├── _alerts.scss
├── _badges.scss
├── _breadcrumbs.scss
├── _type.scss
├── _utilities.scss
├── _variables.scss
├── _wells.scss
└── mixins
├── _alerts.scss
├── _background-variant.scss
├── _text-emphasis.scss
├── _text-overflow.scss
└── _vendor-prefixes.scss
我的问题是:如何“覆盖” Bootstrap 以便使用我的 $brandColor 示例?
【问题讨论】:
标签: twitter-bootstrap-3 sass gulp laravel-5 laravel-elixir