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

Shadow effects are not exported correctly #8

Open
Flashwalker opened this issue Apr 27, 2021 · 1 comment
Open

Shadow effects are not exported correctly #8

Flashwalker opened this issue Apr 27, 2021 · 1 comment

Comments

@Flashwalker
Copy link

Flashwalker commented Apr 27, 2021

Hi. There is a bug: shadow effects are not exported correctly
e.g.:

right way:
0px 7px 17px rgba(0, 0, 0, 0.25);

wrong way (plugin generated):
17px 0px 7px rgba(0, 0, 0, 0.25);

And, it's more convinient to use this rgb format:
0px 7px 17px rgb(0 0 0 / 25%);

Here is Figma screenshot with element with shadow for reference:
element with shadow

@Flashwalker Flashwalker changed the title Ыhadow effects are not exported correctly Shadow effects are not exported correctly Apr 28, 2021
@awhitty
Copy link

awhitty commented Jan 7, 2022

Just to add - the "Spread" property is not included in the exported CSS as well.

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

No branches or pull requests

2 participants