-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
type: enhancementNew feature or requestNew feature or request
Description
Summary
Override styles that already exist in the Figma file.
Basic example
- You upload a file with primary colour red.
module.exports = { colors: { primary: "#F00" }; - You apply this primary colour to a Frame
- You upload a file where you changed the primary colour to blue
module.exports = { colors: { primary: "#00F" }; - 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.
LekoArts and edwardbattistini
Metadata
Metadata
Assignees
Labels
type: enhancementNew feature or requestNew feature or request