QMUI_Sass 1.1.3 → 1.1.4

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: 2db66407f1eb28891a70f87a7ec21b38ba65d929
4
- data.tar.gz: aa6849eeca76d23fdcb6258a249cfe311999ebba
3
+ metadata.gz: 5ee3b30bee7289d22b65d70fabdcaa7435d436ce
4
+ data.tar.gz: f2adac22bf82757ebd77bd2771584900e5cc5441
5
5
  SHA512:
6
- metadata.gz: db50235013f285fc967e8959bd44cdf3c163f3277b16e9ebedaf9ccbb2ffc92ecd9777a9c82cb6038c200b9eb5cc9e08d7f2e716abfe826530d3992223ee47d6
7
- data.tar.gz: adf2cdecced3aaaed4f7647ae051f7c00441651a12c3e1ad69e355adac109700c79d53ef2a4b7192b640f84399559b978ddee19f2942385213a647f7b6238731
6
+ metadata.gz: c19a5e838a19741132f5371de90d0923c6754ed82878b65753bbf0e6d29fc1c2729112486fa1c8e0b12344860a5e95e69786af556fba307fe1fda21890a7f4a6
7
+ data.tar.gz: b6c30746d3aa4510048948cefee79b6b08cb02397c72678618bd99954764272009b5ad73854c51189d29a2db581a4c61f2b7e7081852b30efca519b5c370852d
data/README.md CHANGED
@@ -34,6 +34,11 @@ Or install it yourself as:
34
34
 
35
35
  $ gem install QMUI_Sass
36
36
 
37
+ Import Bootstrap styles:
38
+ ```sass
39
+ @import "qmui"
40
+ ```
41
+
37
42
  ### d. npm / Node.js
38
43
 
39
44
  ```bash
@@ -43,8 +48,7 @@ $ npm install bootstrap-sass
43
48
  If you use webpack, you can import QMUI Sass like so:
44
49
 
45
50
  ```sass
46
- @import '~qmui-sass/var';
47
- @import '~qmui-sass/qmui/qmui';
51
+ @import '~qmui-sass/assets/stylesheets/qmui';
48
52
  ```
49
53
 
50
54
  ## Development
@@ -1,5 +1,5 @@
1
1
  module QMUISass
2
2
  module Sass
3
- VERSION = "1.1.3"
3
+ VERSION = "1.1.4"
4
4
  end
5
5
  end
data/lib/QMUI_Sass.rb CHANGED
@@ -26,7 +26,7 @@ module QMUISass
26
26
  end
27
27
 
28
28
  def stylesheets_path
29
- File.join assets_path, 'qmui'
29
+ File.join assets_path, 'stylesheets'
30
30
  end
31
31
 
32
32
  # Environment detection helpers
data/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "qmui-sass",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
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",
7
7
  "url": "git+https://github.com/QMUI/QMUI_Sass.git"
8
8
  },
9
- "style": "qmui/_qmui.scss",
10
- "sass": "qmui/_qmui.scss",
9
+ "style": "assets/stylesheets/_qmui.scss",
10
+ "sass": "assets/stylesheets/_qmui.scss",
11
11
  "devDependencies": {
12
12
  "node-sass": "^4.10.0",
13
13
  "stylelint-wechat-work-css": "^0.4.1"
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.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - kayo5994