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 +4 -4
- data/README.md +6 -2
- data/lib/QMUI_Sass/version.rb +1 -1
- data/lib/QMUI_Sass.rb +1 -1
- data/package.json +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ee3b30bee7289d22b65d70fabdcaa7435d436ce
|
|
4
|
+
data.tar.gz: f2adac22bf82757ebd77bd2771584900e5cc5441
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
47
|
-
@import '~qmui-sass/qmui/qmui';
|
|
51
|
+
@import '~qmui-sass/assets/stylesheets/qmui';
|
|
48
52
|
```
|
|
49
53
|
|
|
50
54
|
## Development
|
data/lib/QMUI_Sass/version.rb
CHANGED
data/lib/QMUI_Sass.rb
CHANGED
data/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qmui-sass",
|
|
3
|
-
"version": "1.1.
|
|
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": "
|
|
10
|
-
"sass": "
|
|
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"
|