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 aspect-ratio and logical properties #257

Merged
merged 6 commits into from
Nov 8, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add new properties
  • Loading branch information
4dr1en authored Aug 20, 2021
commit 8fdc1d818c9572fd01c1bbb27e06d24c21e1cf3d
7 changes: 7 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,19 @@ module.exports = {
'min-width',
'max-width',
'height',
'aspect-ratio',
'min-height',
'max-height',
'padding',
'padding-block',
'padding-inline',
'padding-top',
'padding-right',
'padding-bottom',
'padding-left',
'margin',
'margin-block',
'margin-inline',
'margin-top',
'margin-right',
'margin-bottom',
Expand Down Expand Up @@ -237,6 +242,8 @@ module.exports = {
'border-color',
'border-style',
'border-width',
'border-block'
'border-inline'
'border-top',
'border-top-color',
'border-top-style',
Expand Down