A Figma plugin that reverses the stacking order of selected layers within their parent container.
- Clone this repository
- Run
tsc
to compile TypeScript (or configure your build process) - In Figma, go to Plugins → Development → Import plugin from manifest
- Select the
manifest.json
file
- Make changes to
code.ts
- Run
tsc
to compile tocode.js
- Reload the plugin in Figma after making changes
- Select 2 or more layers within the same parent container
- Run the "Reverse Layer Order" plugin
- The selected layers will be reordered in reverse stacking order
© 2025 Mike Gowen
MIT License