csstools / postcss-nesting

Nest style rules inside each other

Home Page:https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read property 'insertAfter' of undefined

AlexWayfer opened this issue · comments

I even don't know what causes this.

TypeError: Cannot read property 'insertAfter' of undefined
    at Rule.after (/path/to/project/node_modules/postcss/lib/node.js:411:21)
    at module.exports (/path/to/project/node_modules/postcss-nesting/lib/transform-nesting-rule.js:18:29)
    at module.exports (/path/to/project/node_modules/postcss-nesting/lib/transform.js:16:3)
    at /path/to/project/node_modules/postcss/lib/container.js:144:26
    at AtRule.each (/path/to/project/node_modules/postcss/lib/container.js:110:22)
    at AtRule.walk (/path/to/project/node_modules/postcss/lib/container.js:143:21)
    at /path/to/project/node_modules/postcss/lib/container.js:146:32
    at Rule.each (/path/to/project/node_modules/postcss/lib/container.js:110:22)
    at Rule.walk (/path/to/project/node_modules/postcss/lib/container.js:143:21)
    at /path/to/project/node_modules/postcss/lib/container.js:146:32
error Command failed with exit code 1.

I do not know what is causing this either. Could you share an isolated example of the code that does this? Perhaps something testable in https://preset-env.cssdb.org/playground ?

I can't reproduce this case. I'll reopen the issue if I find.