File tree Expand file tree Collapse file tree 7 files changed +53124
-149
lines changed Expand file tree Collapse file tree 7 files changed +53124
-149
lines changed Original file line number Diff line number Diff line change 36
36
"babel-polyfill" : " ^6.23.0" ,
37
37
"babel-preset-env" : " ^1.4.0" ,
38
38
"cross-env" : " ^4.0.0" ,
39
+ "cssnano" : " ^3.10.0" ,
39
40
"del-cli" : " ^0.2.1" ,
40
41
"eslint" : " ^3.19.0" ,
41
42
"eslint-config-webpack" : " ^1.2.1" ,
42
43
"eslint-plugin-import" : " ^2.2.0" ,
43
44
"jest" : " ^19.0.2" ,
44
45
"lint-staged" : " ^3.4.1" ,
45
46
"nsp" : " ^2.6.3" ,
47
+ "postcss-loader" : " ^1.3.3" ,
46
48
"pre-commit" : " ^1.2.2" ,
47
49
"standard-version" : " ^4.0.0" ,
48
50
"webpack" : " ^2.4.1" ,
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ export default {
61
61
{
62
62
'"([^\\\\"]|\\\\.)*"' : atImportUrlMatch ,
63
63
'\'([^\\\\\']|\\\\.)*\'' : atImportUrlMatch ,
64
+ '[^\\)]+' : atImportUrlMatch ,
64
65
} ,
65
66
'nothingElse' ,
66
67
] ,
Original file line number Diff line number Diff line change @@ -25,22 +25,28 @@ Object {
25
25
"url": "abc",
26
26
},
27
27
Object {
28
- "end": 172 ,
28
+ "end": 171 ,
29
29
"mediaQuery": Array [
30
30
"screen",
31
31
"print",
32
32
],
33
33
"start": 64,
34
34
"url": "abc",
35
35
},
36
+ Object {
37
+ "end": 206,
38
+ "mediaQuery": Array [],
39
+ "start": 172,
40
+ "url": "bootstrap-theme.css",
41
+ },
36
42
],
37
43
"exports": Array [],
38
44
"identifiers": Array [
39
45
Array [
40
46
"media",
41
47
Object {
42
48
"locations": Array [
43
- 174 ,
49
+ 208 ,
44
50
],
45
51
"name": "media",
46
52
},
@@ -49,7 +55,7 @@ Object {
49
55
"screen",
50
56
Object {
51
57
"locations": Array [
52
- 180 ,
58
+ 214 ,
53
59
],
54
60
"name": "screen",
55
61
},
@@ -58,7 +64,7 @@ Object {
58
64
"body",
59
65
Object {
60
66
"locations": Array [
61
- 191 ,
67
+ 225 ,
62
68
],
63
69
"name": "body",
64
70
},
@@ -67,7 +73,7 @@ Object {
67
73
"background",
68
74
Object {
69
75
"locations": Array [
70
- 202 ,
76
+ 236 ,
71
77
],
72
78
"name": "background",
73
79
},
@@ -76,7 +82,7 @@ Object {
76
82
"red",
77
83
Object {
78
84
"locations": Array [
79
- 214 ,
85
+ 248 ,
80
86
],
81
87
"name": "red",
82
88
},
You can’t perform that action at this time.
0 commit comments