less 中这么写是OK的
@bootstrap:"../../../bootstrap/";
// Core variables and mixins
@import "@{bootstrap}variables.less";
@import "@{bootstrap}mixins.less";
// Reset
@import "@{bootstrap}normalize.less";
@import "@{bootstrap}print.less";
但是在sass 中这么写不行
$bootsrap-path: "../../bower_components/bootstrap-sass-official/vendor/assets/stylesheets/";
// Core variables and mixins
@import "{ $bootsrap-path }bootstrap/variables";
@import "{ $bootsrap-path }bootstrap/mixins";
sass 不太熟 求-> 。
慕森王