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

add opera/ie to css feature table #2170

Merged
merged 1 commit into from Apr 11, 2022

Conversation

sapphi-red
Copy link
Contributor

fdb3e9d and 3108405 did not add data to css feature table.
This PR simply adds data to it.

/* input */
.a {
	color: rgba(0, 0, 0, 0.5);
}

/* output with `--target=opera49 --minify` before */
.a{color:rgba(0,0,0,.5)}

/* output with `--target=opera49 --minify` after */
.a{color:#00000080}

@evanw evanw merged commit 049e43c into evanw:master Apr 11, 2022
evanw added a commit that referenced this pull request Apr 11, 2022
@sapphi-red sapphi-red deleted the add-opera-ie-css-feature-table branch April 12, 2022 07:13
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

Successfully merging this pull request may close these issues.

None yet

2 participants