Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variables #44

Open
matt-curtis opened this issue Nov 10, 2015 · 0 comments
Open

Variables #44

matt-curtis opened this issue Nov 10, 2015 · 0 comments

Comments

@matt-curtis
Copy link
Owner

This will be a bit of a tough one to implement right and store properly... current thoughts:

  • Cascades down and can be overriden at different levels (Document, Page, Artboard, Group, Layer)
  • Variables are essentially mathematic expressions assigned to something like $a, etc.
  • Can build off previous value of a variables, so $padding = $padding + 100%

Possible applications:

  • Change padding between layers quickly and easily
  • Toggle the values of variables to test different configurations quickly
  • Cuts down on common, repetitive constraints

Possible an extraneous feature. There's downsides to this being (mis)/applied as well. Feedback welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant