Skip to content

Commit

Permalink
Clean up tainted postcss rule object after making flatten CSS nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Aug 30, 2024
1 parent 2cb3000 commit 360614d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/postcss/nesting.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export const nesting = postcssPlugin(
// pseudo-class
applyPostCSSIsPseudoClass(rule, helpers)
}

delete rule.__marpitNestingOriginalSelector
}
},
)
Expand Down

0 comments on commit 360614d

Please sign in to comment.