@@ -6,17 +6,17 @@ exports[`less-loader > builds imported ._less_ files 1`] = `
66` ;
77
88exports [` 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 }
1010"
1111` ;
1212
1313exports [` 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 }
1515"
1616` ;
1717
1818exports [` 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 }
2020"
2121` ;
2222
@@ -26,7 +26,7 @@ exports[`less-loader > builds successful custom filter 1`] = `
2626` ;
2727
2828exports [` 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 }
3030"
3131` ;
3232
0 commit comments