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

fix(css): replace value 'center' with '0% 0%' for mask-position inital value #714

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

kimgaeun77
Copy link
Contributor

…l value

Description

The page says that the mask-position Initial value is center, but when I tested it in Chrome, Firefox, etc., it was not center.
So I changed the initial value of the mask-position property from center to 0% 0%.

Motivation

It will be helpful for people working with CSS by referring to the mdn document.

Additional details

#713
https://developer.mozilla.org/en-US/docs/Web/CSS/mask-position

Related issues and pull requests

Copy link
Contributor

It looks like this is your first pull request. 🎉 Thank you for your contribution! One of the project maintainers will triage and assign the pull request for review. We appreciate your patience. To safeguard the health of the project, please take a moment to read our code of conduct.

Copy link
Member

@bsmth bsmth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bsmth bsmth merged commit 2987ea9 into mdn:main Feb 22, 2024
4 checks passed
Copy link
Contributor

Congratulations on your first merged pull request. 🎉 Thank you for your contribution! Did you know we have a project board with high-impact contribution opportunities? We look forward to your next contribution.

bsmth pushed a commit that referenced this pull request Feb 23, 2024
🤖 I have created a release *beep* *boop*
---


## [2.4.1](v2.4.0...v2.4.1)
(2024-02-22)


### Bug Fixes

* **css:** replace value 'center' with '0% 0%' for mask-position inital
value ([#714](#714))
([2987ea9](2987ea9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

2 participants