@@ -111,6 +111,7 @@ exports[`utils / cssSnapshots with file 'import.module.css' createExports should
111111 ' childA' : string ;
112112 ' childB' : string ;
113113 ' nestedChild' : string ;
114+ ' fadeIn' : string ;
114115} ;
115116export default classes;
116117export let classA: string;
@@ -119,6 +120,7 @@ export let parent: string;
119120export let childA: string;
120121export let childB: string;
121122export let nestedChild: string;
123+ export let fadeIn: string;
122124"
123125` ;
124126
@@ -130,6 +132,7 @@ Object {
130132 " class-c" : " import-module__class-c---2JDAJ" ,
131133 " classA" : " import-module__classA---2fO5r" ,
132134 " class_d" : " import-module__class_d---2Dims" ,
135+ " fadeIn" : " __import_module_css__fadeIn" ,
133136 " nestedChild" : " import-module__nestedChild---1ZDxw" ,
134137 " parent" : " import-module__parent---2kdvO" ,
135138}
@@ -146,6 +149,7 @@ declare let classes: {
146149 ' childA' : string ;
147150 ' childB' : string ;
148151 ' nestedChild' : string ;
152+ ' fadeIn' : string ;
149153} ;
150154export default classes;
151155export let classA: string;
@@ -154,9 +158,10 @@ export let parent: string;
154158export let childA: string;
155159export let childB: string;
156160export let nestedChild: string;
161+ export let fadeIn: string;
157162
158163export const __cssModule: true;
159- export type AllClassNames = 'classA' | 'ClassB' | 'class-c' | 'class_d' | 'parent' | 'childA' | 'childB' | 'nestedChild';"
164+ export type AllClassNames = 'classA' | 'ClassB' | 'class-c' | 'class_d' | 'parent' | 'childA' | 'childB' | 'nestedChild' | 'fadeIn' ;"
160165` ;
161166
162167exports [` utils / cssSnapshots with file 'import.module.less' createExports should create an exports file 1` ] = `
@@ -279,6 +284,7 @@ exports[`utils / cssSnapshots with file 'test.module.css' createExports should c
279284 ' childA' : string ;
280285 ' childB' : string ;
281286 ' nestedChild' : string ;
287+ ' fadeIn' : string ;
282288} ;
283289export default classes;
284290export let classA: string;
@@ -287,6 +293,7 @@ export let parent: string;
287293export let childA: string;
288294export let childB: string;
289295export let nestedChild: string;
296+ export let fadeIn: string;
290297"
291298` ;
292299
@@ -298,6 +305,7 @@ Object {
298305 " class-c" : " test-module__class-c---3Ouzp" ,
299306 " classA" : " test-module__classA---KAOw8" ,
300307 " class_d" : " test-module__class_d---3pjDe" ,
308+ " fadeIn" : " __test_module_css__fadeIn" ,
301309 " nestedChild" : " test-module__nestedChild---v7rOR" ,
302310 " parent" : " test-module__parent---2tsUX" ,
303311}
@@ -314,6 +322,7 @@ declare let classes: {
314322 ' childA' : string ;
315323 ' childB' : string ;
316324 ' nestedChild' : string ;
325+ ' fadeIn' : string ;
317326} ;
318327export default classes;
319328export let classA: string;
@@ -322,9 +331,10 @@ export let parent: string;
322331export let childA: string;
323332export let childB: string;
324333export let nestedChild: string;
334+ export let fadeIn: string;
325335
326336export const __cssModule: true;
327- export type AllClassNames = 'classA' | 'ClassB' | 'class-c' | 'class_d' | 'parent' | 'childA' | 'childB' | 'nestedChild';"
337+ export type AllClassNames = 'classA' | 'ClassB' | 'class-c' | 'class_d' | 'parent' | 'childA' | 'childB' | 'nestedChild' | 'fadeIn' ;"
328338` ;
329339
330340exports [` utils / cssSnapshots with file 'test.module.less' createExports should create an exports file 1` ] = `
0 commit comments