QMUI_Sass 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea2a23e3f25640fa85f11c0d3e7131c7896a6ae7
4
- data.tar.gz: 39ab1ac9df6aed5258e13e4d67b733c7f9868000
3
+ metadata.gz: 6c2fd648f88eac1e48ae999e549fc212d19c6b68
4
+ data.tar.gz: e9de33665e4acb60fe8f2e18ea5e6f733dcf954b
5
5
  SHA512:
6
- metadata.gz: 584b9cd217f68b76dd5f9ef03d5c42ea414439bc10290c402a0cc7e307dd4a6ed0a41e90540b89107495a458c9c8a704c001992daa4afb95d5295d77ad32d386
7
- data.tar.gz: aa87a220896700324668039e399c87aeacc2b2b5270c41a365ec82e2a709262171d113fa48959b91653de319fa5c96cf68b70cf9460fbc22da2f80a6dd3ad8c1
6
+ metadata.gz: a8e9c474572e2aaaed3acd37a4afd4c1c478dbbdfcef9c0fcdfad5d37072d7281d380fa0ecbca8e141995ccb3d58d16f56c76d359f64d8d16a2d7bd5f3757940
7
+ data.tar.gz: 2e36b364dcf7bc37224d225c248a61453fe591f296b1c64e08c92ecf868f9d0c5fa2da11f1f90186277ee474934b3caad0875dd9ab263a1318149c5cdf0728bb
@@ -20,7 +20,7 @@
20
20
  *
21
21
  */
22
22
  // 计算的工具方法
23
- @import "qmui/mixin/tool/_calculate";
23
+ @import "mixin/tool/calculate";
24
24
 
25
25
  // #common 通用
26
26
  $common_fontFamily: "Helvetica Neue", Helvetica, Verdana, san-serif;
@@ -1,13 +1,13 @@
1
1
  require 'autoprefixer-rails'
2
2
 
3
3
  module QMUISass
4
- module Rails
5
- class Engine < ::Rails::Engine
6
- initializer 'QMUI_Sass.assets' do |app|
7
- %w(stylesheets).each do |sub|
8
- app.config.assets.paths << root.join('assets', sub).to_s
4
+ module Rails
5
+ class Engine < ::Rails::Engine
6
+ initializer 'QMUI_Sass.assets' do |app|
7
+ %w(stylesheets).each do |sub|
8
+ app.config.assets.paths << root.join('assets', sub).to_s
9
+ end
10
+ end
9
11
  end
10
- end
11
12
  end
12
- end
13
13
  end
@@ -1,5 +1,5 @@
1
1
  module QMUISass
2
2
  module Sass
3
- VERSION = "1.1.1"
3
+ VERSION = "1.1.2"
4
4
  end
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qmui-sass",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Sass helper of QMUI Web, dealing with layout, appearance, device adaptation, math calculation and other SASS enhancement.",
5
5
  "repository": {
6
6
  "type": "git",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: QMUI_Sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kayo5994
@@ -69,10 +69,10 @@ files:
69
69
  - QMUI_Sass.gemspec
70
70
  - README.md
71
71
  - Rakefile
72
- - assets/_var.scss
73
72
  - assets/qmui/_function.scss
74
73
  - assets/qmui/_qmui.scss
75
74
  - assets/qmui/_reset.scss
75
+ - assets/qmui/_var.scss
76
76
  - assets/qmui/mixin/_adaptation.scss
77
77
  - assets/qmui/mixin/_mixin.scss
78
78
  - assets/qmui/mixin/tool/_calculate.scss