├── .gitignore ├── Constraints.coffee ├── README.md ├── icon.png ├── module.json └── snippet.coffee /.gitignore: -------------------------------------------------------------------------------- 1 | Demo.framer/* 2 | **/*.sketch -------------------------------------------------------------------------------- /Constraints.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebcglbailey/framer-constraints/HEAD/Constraints.coffee -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebcglbailey/framer-constraints/HEAD/README.md -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebcglbailey/framer-constraints/HEAD/icon.png -------------------------------------------------------------------------------- /module.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebcglbailey/framer-constraints/HEAD/module.json -------------------------------------------------------------------------------- /snippet.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebcglbailey/framer-constraints/HEAD/snippet.coffee --------------------------------------------------------------------------------