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

rgba() is dumped as rgb() #394

Closed
mvorisek opened this issue Jan 8, 2023 · 1 comment
Closed

rgba() is dumped as rgb() #394

mvorisek opened this issue Jan 8, 2023 · 1 comment

Comments

@mvorisek
Copy link

mvorisek commented Jan 8, 2023

.ui.basic.buttons .button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset inset;
}

image

I would expect rgba() in the errors instead of rgb() which is not present in the source. I know rgb() with alpha is valid, but the warning should display the input/original data.

@mvorisek
Copy link
Author

mvorisek commented Jan 8, 2023

it seems the data are not meant to be preserved

@mvorisek mvorisek closed this as completed Jan 8, 2023
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

1 participant