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

{opacity:50%} results in {opacity:1%} #892

Closed
Cody2333 opened this issue Mar 19, 2020 · 2 comments
Closed

{opacity:50%} results in {opacity:1%} #892

Cody2333 opened this issue Mar 19, 2020 · 2 comments

Comments

@Cody2333
Copy link

App {
  opacity: 50%;
}

results in

App{opacity:1%}

50% is wrongly converted to 1%

@anikethsaha
Copy link
Member

This has been fixed here #881

It will be release soon

@alexander-akait
Copy link
Member

Fixed

jo12bar added a commit to BowheadCorp/test-mapbox-map-for-embedding that referenced this issue Sep 18, 2020
hay-kot pushed a commit to mealie-recipes/mealie that referenced this issue Dec 1, 2021
The % opacity css values were all being changed to 1% in my builds, which I belive was due to this issue: cssnano/cssnano#892 so I switched them to specify decimal opacity values instead.
hay-kot pushed a commit to mealie-recipes/mealie that referenced this issue Dec 1, 2021
The % opacity css values were all being changed to 1% in my builds, which I belive was due to this issue: cssnano/cssnano#892 so I switched them to specify decimal opacity values instead.
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

3 participants