From 76faa385f833d414668970d06acce23765260805 Mon Sep 17 00:00:00 2001 From: "zhenhui.lin" <315713565@163.com> Date: Wed, 11 Oct 2017 17:57:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7bourbon=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- src/_styles/_bootstrap.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ce17953..751d6ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qt-angular-ui", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "description": "qt61.cn angular ui components (only for webpack now)", "homepage": "https://github.com/61qt/qt-angular-ui", @@ -61,7 +61,7 @@ "dependencies": { "angular": "^1.6.3", "blueimp-canvas-to-blob": "^3.7.0", - "bourbon": "^4.3.3", + "bourbon": "^5.0.0-beta.8", "canvas-compress": "^1.1.5", "cropperjs": "^1.0.0-beta.2", "lodash": "^4.17.4", diff --git a/src/_styles/_bootstrap.scss b/src/_styles/_bootstrap.scss index 463d04f..eca4dd3 100644 --- a/src/_styles/_bootstrap.scss +++ b/src/_styles/_bootstrap.scss @@ -1,6 +1,6 @@ // Mixins Library -@import "bourbon/app/assets/stylesheets/bourbon"; +@import "bourbon/core/bourbon"; // variables @import "./variables";