A Figma plugin that reverses the stacking order of selected layers within their parent container.
- Clone this repository
- Run
tscto compile TypeScript (or configure your build process) - In Figma, go to Plugins → Development → Import plugin from manifest
- Select the
manifest.jsonfile
- Make changes to
code.ts - Run
tscto 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