Skip to content

Commit

Permalink
1. Mobile Only 默认打开;2. 版本号更新至 2.2.0;
Browse files Browse the repository at this point in the history
  • Loading branch information
kayo5994 committed Jun 14, 2017
1 parent 07a786d commit ff08942
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qmui_web",
"version": "2.1.1",
"version": "2.2.0",
"description": "一个旨在提高 UI 开发效率、快速产生项目 UI 的前端框架",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
"main": "gulpfile.js",
"dependencies": {
"browser-sync": "^2.18.12",
"del": "^2.2.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-better-sass-inheritance": "0.0.3",
"gulp-cached": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions project/_var.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
*/

// #function QMUI 功能相关
// 由于移动页面也有大量渠道流向 PC,最终在 PC 上浏览,因此综合考虑这里 Mobile Only 仅仅会抛弃 IE6/7 相关的属性
$function_mobileOnly: false;
// Mobile Only 模式下,会抛弃 IE6/7 的相关支持,默认为 true。
$function_mobileOnly: true;

// #common 通用
$common_fontFamily: "Helvetica Neue",Helvetica,Verdana,san-serif;
Expand Down

0 comments on commit ff08942

Please sign in to comment.