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

Override styles #132

Open
asknback opened this issue Jan 27, 2021 · 1 comment
Open

Override styles #132

asknback opened this issue Jan 27, 2021 · 1 comment
Labels
type: enhancement New feature or request

Comments

@asknback
Copy link

Summary

Override styles that already exist in the Figma file.

Basic example

  1. You upload a file with primary colour red.
    module.exports = { colors: { primary: "#F00" };
  2. You apply this primary colour to a Frame
  3. You upload a file where you changed the primary colour to blue
    module.exports = { colors: { primary: "#00F" };
  4. The current Primary style should be overridden and the colour of the Frame should be blue.

Motivation

This would let me work with styles in a much easier manner keeping all styling in code.

@asknback asknback added the type: enhancement New feature or request label Jan 27, 2021
@edwardbattistini
Copy link

Quick one here, as I don't want to create a new issue if this is related.
I would really love to be able to select all my objects on the canvas and update them with my newly updated style.

Would this be possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants