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

Figma sync plugin retuning wrong json #405

Open
farrukhali opened this issue Oct 16, 2024 · 0 comments
Open

Figma sync plugin retuning wrong json #405

farrukhali opened this issue Oct 16, 2024 · 0 comments
Assignees
Labels
figma scope: sync Issues related to the Material UI Sync Figma plugin support: question Community support but can be turned into an improvement

Comments

@farrukhali
Copy link

farrukhali commented Oct 16, 2024

The problem in depth

I bought mui figma kit and after making changes in primitive tokens in figma, this change reflected in Figma components e.g. button, but when I ran Figma Sync plugin to export json, in json it is not giving me right variables for button component background

"components": {
"MuiButton": {
"styleOverrides": {
"root": {
"&.MuiButton-sizeLarge.MuiButton-containedPrimary": {
"&:not(.Mui-disabled):not(.Mui-focusVisible):not(:hover)": {
"& .MuiTouchRipple-root": {
"width": "91px",
"height": "42px",
"opacity": "0.3",
"background": "var(--mui-palette-primary-contrastText)",
"padding": "0",
"borderRadius": "0",
"boxShadow": "none"
},

Screenshot 2024-10-16 at 5 36 47 PM

Your environment

MUI for Figma v6.1.0 - Material UI

Search keywords: Sync Plugin

@farrukhali farrukhali added status: waiting for maintainer These issues haven't been looked at yet by a maintainer support: question Community support but can be turned into an improvement labels Oct 16, 2024
@zannager zannager added figma scope: sync Issues related to the Material UI Sync Figma plugin labels Oct 17, 2024
@adrianmanea adrianmanea removed the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
figma scope: sync Issues related to the Material UI Sync Figma plugin support: question Community support but can be turned into an improvement
Projects
None yet
Development

No branches or pull requests

3 participants