Skip to content

Commit

Permalink
add support for the zoom property
Browse files Browse the repository at this point in the history
Ref #16
  • Loading branch information
chearon committed Oct 18, 2024
1 parent 3f9fd8e commit 1ee7872
Show file tree
Hide file tree
Showing 5 changed files with 872 additions and 774 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
==================
### Changed
### Added
* Added support for the `zoom` property

### Fixed

0.4.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Following are rules that work or will work soon. Shorthand properties are not li
| <code>overflow</code> | `hidden`, `visible` |&zwj;&nbsp;Works |
| <code>width</code> | `em`, `px`, `%`, `cm` etc, `auto` |&zwj;&nbsp;Works |
| <code>z-index</code> | `number`, `auto` |&zwj;&nbsp;Works |
| <code>zoom</code> | `number`, `%` |&zwj;&nbsp;Works |

# Usage

Expand Down
Loading

0 comments on commit 1ee7872

Please sign in to comment.