QMUI_Sass 1.2.1 → 1.2.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 +4 -4
- data/Gemfile.lock +2 -2
- data/assets/stylesheets/qmui/_reset.scss +3 -0
- data/lib/QMUI_Sass/version.rb +1 -1
- data/package.json +2 -2
- data/yarn.lock +10 -27
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 57027492aeb9df4412d949d979e30d53ca74582d
|
|
4
|
+
data.tar.gz: 5e23d0111b7e0a3226c3bcbb3e6f34f1a74cc4c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc820292de3ed50b89377567090c9b3de421d1b2a7b9ba884f0aa1f69ca655da837c1a4ab0cc1ece2384d4aa09f2ee6cc3952a6e850f93f278746533ce092fac
|
|
7
|
+
data.tar.gz: cc9d87917056c0ffab119a1f3e8c620eccb00c1abbc71388c0c17fd6cf7e570d3a139ccccda6f935fe957e06983897572be61f590d954de859f09cfcb7a20480
|
data/Gemfile.lock
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
QMUI_Sass (1.2.
|
|
4
|
+
QMUI_Sass (1.2.2)
|
|
5
5
|
autoprefixer-rails (>= 6.0.3)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
autoprefixer-rails (9.
|
|
10
|
+
autoprefixer-rails (9.6.1.1)
|
|
11
11
|
execjs
|
|
12
12
|
execjs (2.7.0)
|
|
13
13
|
rake (10.5.0)
|
data/lib/QMUI_Sass/version.rb
CHANGED
data/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qmui-sass",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Sass helper of QMUI Web, dealing with layout, appearance, device adaptation, math calculation and other SASS enhancement.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "sh test/node_sass_compile_test.sh"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"style": "assets/stylesheets/_qmui.scss",
|
|
13
13
|
"sass": "assets/stylesheets/_qmui.scss",
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"node-sass": "^4.
|
|
15
|
+
"node-sass": "^4.12.0",
|
|
16
16
|
"stylelint-wechat-work-css": "^0.4.1"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
data/yarn.lock
CHANGED
|
@@ -1716,16 +1716,6 @@ locate-path@^2.0.0:
|
|
|
1716
1716
|
p-locate "^2.0.0"
|
|
1717
1717
|
path-exists "^3.0.0"
|
|
1718
1718
|
|
|
1719
|
-
lodash.assign@^4.2.0:
|
|
1720
|
-
version "4.2.0"
|
|
1721
|
-
resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-4.2.0.tgz#0d99f3ccd7a6d261d19bdaeb9245005d285808e7"
|
|
1722
|
-
integrity sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=
|
|
1723
|
-
|
|
1724
|
-
lodash.clonedeep@^4.3.2:
|
|
1725
|
-
version "4.5.0"
|
|
1726
|
-
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
|
|
1727
|
-
integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
|
|
1728
|
-
|
|
1729
1719
|
lodash.find@^4.6.0:
|
|
1730
1720
|
version "4.6.0"
|
|
1731
1721
|
resolved "https://registry.yarnpkg.com/lodash.find/-/lodash.find-4.6.0.tgz#cb0704d47ab71789ffa0de8b97dd926fb88b13b1"
|
|
@@ -1736,11 +1726,6 @@ lodash.isstring@^4.0.1:
|
|
|
1736
1726
|
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
|
|
1737
1727
|
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
|
|
1738
1728
|
|
|
1739
|
-
lodash.mergewith@^4.6.0:
|
|
1740
|
-
version "4.6.1"
|
|
1741
|
-
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz#639057e726c3afbdb3e7d42741caa8d6e4335927"
|
|
1742
|
-
integrity sha512-eWw5r+PYICtEBgrBE5hhlT6aAa75f411bgDz/ZL2KZqYV03USvucsxcHUIlGTDTECs1eunpI7HOV7U+WLDvNdQ==
|
|
1743
|
-
|
|
1744
1729
|
lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.4, lodash@~4.17.10:
|
|
1745
1730
|
version "4.17.11"
|
|
1746
1731
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
|
|
@@ -1964,10 +1949,10 @@ ms@^2.1.1:
|
|
|
1964
1949
|
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
|
|
1965
1950
|
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
|
|
1966
1951
|
|
|
1967
|
-
nan@^2.
|
|
1968
|
-
version "2.
|
|
1969
|
-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.
|
|
1970
|
-
integrity sha512-
|
|
1952
|
+
nan@^2.13.2:
|
|
1953
|
+
version "2.14.0"
|
|
1954
|
+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
|
|
1955
|
+
integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==
|
|
1971
1956
|
|
|
1972
1957
|
nanomatch@^1.2.9:
|
|
1973
1958
|
version "1.2.13"
|
|
@@ -2011,10 +1996,10 @@ node-releases@^1.1.13:
|
|
|
2011
1996
|
dependencies:
|
|
2012
1997
|
semver "^5.3.0"
|
|
2013
1998
|
|
|
2014
|
-
node-sass@^4.
|
|
2015
|
-
version "4.
|
|
2016
|
-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.
|
|
2017
|
-
integrity sha512-
|
|
1999
|
+
node-sass@^4.12.0:
|
|
2000
|
+
version "4.12.0"
|
|
2001
|
+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.12.0.tgz#0914f531932380114a30cc5fa4fa63233a25f017"
|
|
2002
|
+
integrity sha512-A1Iv4oN+Iel6EPv77/HddXErL2a+gZ4uBeZUy+a8O35CFYTXhgA8MgLCWBtwpGZdCvTvQ9d+bQxX/QC36GDPpQ==
|
|
2018
2003
|
dependencies:
|
|
2019
2004
|
async-foreach "^0.1.3"
|
|
2020
2005
|
chalk "^1.1.1"
|
|
@@ -2023,12 +2008,10 @@ node-sass@^4.10.0:
|
|
|
2023
2008
|
get-stdin "^4.0.1"
|
|
2024
2009
|
glob "^7.0.3"
|
|
2025
2010
|
in-publish "^2.0.0"
|
|
2026
|
-
lodash
|
|
2027
|
-
lodash.clonedeep "^4.3.2"
|
|
2028
|
-
lodash.mergewith "^4.6.0"
|
|
2011
|
+
lodash "^4.17.11"
|
|
2029
2012
|
meow "^3.7.0"
|
|
2030
2013
|
mkdirp "^0.5.1"
|
|
2031
|
-
nan "^2.
|
|
2014
|
+
nan "^2.13.2"
|
|
2032
2015
|
node-gyp "^3.8.0"
|
|
2033
2016
|
npmlog "^4.0.0"
|
|
2034
2017
|
request "^2.88.0"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: QMUI_Sass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- kayo5994
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-09-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|