Add max-height scale

This commit is contained in:
yude 2021-05-30 10:39:24 +09:00
parent ca6c94090c
commit 3ff7368f06
Signed by: yude
GPG Key ID: EB0FE5D925C4A968
1 changed files with 8 additions and 1 deletions

View File

@ -8,7 +8,14 @@ module.exports = {
"16/9": [16, 9],
"4/3": [4, 3],
"21/9": [21, 9]
},
},
maxHeight: {
'0': '0',
'1/4': '25%',
'1/2': '50%',
'3/4': '75%',
'full': '100%',
},
filter: { // defaults to {}
'none': 'none',
'grayscale': 'grayscale(1)',