@@ -6,17 +6,17 @@ exports[`less-loader > builds imported ._less_ files 1`] = `
6
6
` ;
7
7
8
8
exports [` less-loader > builds imported .css files 1` ] = `
9
- "#style-5-css{ position :- webkit - sticky ;position :sticky ;background :url (data :image / png ;base64 ,iVBORw0KGgoAAAAASURBVA == ) no - repeat } #style-4-css{ display :none } .style-3-less{ color :red } .style-2-less{ color :red ;background :url (data :image / jpeg ;base64 ,/ 9j/ ) no - repeat } body{ background :#ff0000 } body article{ width :100px } body article:first-child{ width :200px }
9
+ "#style-5-css{ position :- webkit - sticky ;position :sticky ;background :url (data :image / png ;base64 ,iVBORw0KGgoAAAAASURBVA == ) no - repeat } #style-4-css{ display :none } .style-3-less{ color :red } .style-2-less{ color :red ;background :url (data :image / jpeg ;base64 ,/ 9j/ ) no - repeat } .index-style { transition :.2 s all cubic - bezier ( .075 , .82 , .165 , 1 ) } body{ background :#ff0000 } body article{ width :100px } body article:first-child{ width :200px }
10
10
"
11
11
` ;
12
12
13
13
exports [` less-loader > builds imported .less files 1` ] = `
14
- "#style-5-css{ position :- webkit - sticky ;position :sticky ;background :url (data :image / png ;base64 ,iVBORw0KGgoAAAAASURBVA == ) no - repeat } #style-4-css{ display :none } .style-3-less{ color :red } .style-2-less{ color :red ;background :url (data :image / jpeg ;base64 ,/ 9j/ ) no - repeat } body{ background :#ff0000 } body article{ width :100px } body article:first-child{ width :200px }
14
+ "#style-5-css{ position :- webkit - sticky ;position :sticky ;background :url (data :image / png ;base64 ,iVBORw0KGgoAAAAASURBVA == ) no - repeat } #style-4-css{ display :none } .style-3-less{ color :red } .style-2-less{ color :red ;background :url (data :image / jpeg ;base64 ,/ 9j/ ) no - repeat } .index-style { transition :.2 s all cubic - bezier ( .075 , .82 , .165 , 1 ) } body{ background :#ff0000 } body article{ width :100px } body article:first-child{ width :200px }
15
15
"
16
16
` ;
17
17
18
18
exports [` less-loader > builds successful 1` ] = `
19
- "#style-5-css{ position :- webkit - sticky ;position :sticky ;background :url (data :image / png ;base64 ,iVBORw0KGgoAAAAASURBVA == ) no - repeat } #style-4-css{ display :none } .style-3-less{ color :red } .style-2-less{ color :red ;background :url (data :image / jpeg ;base64 ,/ 9j/ ) no - repeat } body{ background :#ff0000 } body article{ width :100px } body article:first-child{ width :200px }
19
+ "#style-5-css{ position :- webkit - sticky ;position :sticky ;background :url (data :image / png ;base64 ,iVBORw0KGgoAAAAASURBVA == ) no - repeat } #style-4-css{ display :none } .style-3-less{ color :red } .style-2-less{ color :red ;background :url (data :image / jpeg ;base64 ,/ 9j/ ) no - repeat } .index-style { transition :.2 s all cubic - bezier ( .075 , .82 , .165 , 1 ) } body{ background :#ff0000 } body article{ width :100px } body article:first-child{ width :200px }
20
20
"
21
21
` ;
22
22
@@ -26,7 +26,7 @@ exports[`less-loader > builds successful custom filter 1`] = `
26
26
` ;
27
27
28
28
exports [` less-loader > builds successful with less as entrypoint 1` ] = `
29
- "#style-5-css{ position :- webkit - sticky ;position :sticky ;background :url (data :image / png ;base64 ,iVBORw0KGgoAAAAASURBVA == ) no - repeat } #style-4-css{ display :none } .style-3-less{ color :red } .style-2-less{ color :red ;background :url (data :image / jpeg ;base64 ,/ 9j/ ) no - repeat } body{ background :#ff0000 } body article{ width :100px } body article:first-child{ width :200px }
29
+ "#style-5-css{ position :- webkit - sticky ;position :sticky ;background :url (data :image / png ;base64 ,iVBORw0KGgoAAAAASURBVA == ) no - repeat } #style-4-css{ display :none } .style-3-less{ color :red } .style-2-less{ color :red ;background :url (data :image / jpeg ;base64 ,/ 9j/ ) no - repeat } .index-style { transition :.2 s all cubic - bezier ( .075 , .82 , .165 , 1 ) } body{ background :#ff0000 } body article{ width :100px } body article:first-child{ width :200px }
30
30
"
31
31
` ;
32
32
0 commit comments