@@ -12472,6 +12472,56 @@ Array [
1247212472
1247312473exports[`"modules" option should work with the "[local]" placeholder for the "localIdentName" option: warnings 1`] = `Array []`;
1247412474
12475+ exports[`"modules" option should work with the "animation" : errors 1`] = `Array []`;
12476+
12477+ exports[`"modules" option should work with the "animation" : module 1`] = `
12478+ "// Imports
12479+ import ___CSS_LOADER_API_IMPORT___ from \\"../../../../src/runtime/api.js\\";
12480+ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});
12481+ // Module
12482+ ___CSS_LOADER_EXPORT___.push([module.id, \\"._2D_a3nRJzeYYTHGyq4Flnv {\\\\n animation: 3s _1mfCY-QJoM3OC5uQJynmBJ;\\\\n}\\\\n\\\\n._2PJ0C1A-J6DQoUOkoQ0iJf {\\\\n animation: _1mfCY-QJoM3OC5uQJynmBJ 3s;\\\\n}\\\\n\\\\n._3YD2YkzQKZPR2NHYPjUkly {\\\\n animation-name: _1mfCY-QJoM3OC5uQJynmBJ;\\\\n}\\\\n\\\\n@keyframes _1mfCY-QJoM3OC5uQJynmBJ {\\\\n 0% {\\\\n background: white;\\\\n }\\\\n 100% {\\\\n background: red;\\\\n }\\\\n}\\", \\"\\"]);
12483+ // Exports
12484+ ___CSS_LOADER_EXPORT___.locals = {
12485+ \\"a\\": \\"_2D_a3nRJzeYYTHGyq4Flnv\\",
12486+ \\"animationName\\": \\"_1mfCY-QJoM3OC5uQJynmBJ\\",
12487+ \\"b\\": \\"_2PJ0C1A-J6DQoUOkoQ0iJf\\",
12488+ \\"c\\": \\"_3YD2YkzQKZPR2NHYPjUkly\\"
12489+ };
12490+ export default ___CSS_LOADER_EXPORT___;
12491+ "
12492+ `;
12493+
12494+ exports[`"modules" option should work with the "animation" : result 1`] = `
12495+ Array [
12496+ Array [
12497+ "./modules/issue-1228/source.css",
12498+ "._2D_a3nRJzeYYTHGyq4Flnv {
12499+ animation: 3s _1mfCY-QJoM3OC5uQJynmBJ;
12500+ }
12501+
12502+ ._2PJ0C1A-J6DQoUOkoQ0iJf {
12503+ animation: _1mfCY-QJoM3OC5uQJynmBJ 3s;
12504+ }
12505+
12506+ ._3YD2YkzQKZPR2NHYPjUkly {
12507+ animation-name: _1mfCY-QJoM3OC5uQJynmBJ;
12508+ }
12509+
12510+ @keyframes _1mfCY-QJoM3OC5uQJynmBJ {
12511+ 0% {
12512+ background: white;
12513+ }
12514+ 100% {
12515+ background: red;
12516+ }
12517+ }",
12518+ "",
12519+ ],
12520+ ]
12521+ `;
12522+
12523+ exports[`"modules" option should work with the "animation" : warnings 1`] = `Array []`;
12524+
1247512525exports[`"modules" option should work with the "auto" by default for icss: errors 1`] = `Array []`;
1247612526
1247712527exports[`"modules" option should work with the "auto" by default for icss: module 1`] = `
0 commit comments