File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11
11
"lodash.camelcase" : " ^3.0.1" ,
12
12
"postcss" : " ^5.0.6" ,
13
13
"postcss-modules-extract-imports" : " 1.0.0-beta2" ,
14
- "postcss-modules-local-by-default" : " 1.0.0-beta2 " ,
14
+ "postcss-modules-local-by-default" : " ^ 1.0.0" ,
15
15
"postcss-modules-scope" : " 1.0.0-beta2" ,
16
16
"postcss-modules-values" : " ^1.1.0" ,
17
17
"source-list-map" : " ^0.1.4"
Original file line number Diff line number Diff line change @@ -47,4 +47,7 @@ describe("url", function() {
47
47
test ( "url in string" , "a { content: \"do not use url(path)\"; } b { content: 'do not \"use\" url(path)'; }" , [
48
48
[ 1 , "a { content: \"do not use url(path)\"; } b { content: 'do not \"use\" url(path)'; }" , "" ]
49
49
] ) ;
50
+ test ( "keyframe background img" , "@keyframes anim { background: green url('img.png') xyz }" , [
51
+ [ 1 , "@keyframes anim { background: green url({./img.png}) xyz }" , "" ]
52
+ ] ) ;
50
53
} ) ;
You can’t perform that action at this time.
0 commit comments