Skip to content

Override styles #132

@asknback

Description

@asknback

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions