We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7291e commit 9b9a346Copy full SHA for 9b9a346
1 file changed
index.js
@@ -494,6 +494,7 @@ module.exports = postcss.plugin('postcss-modules-local-by-default', function(
494
495
css.walkRules(function(rule) {
496
if (
497
+ rule.parent &&
498
rule.parent.type === 'atrule' &&
499
/keyframes$/i.test(rule.parent.name)
500
) {
0 commit comments