From 9af3f717ef7231b0f0e18bc0066e585d99a0b2d4 Mon Sep 17 00:00:00 2001 From: xeho91 Date: Thu, 24 Jun 2021 14:29:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=81=20Add=20`inset*`=20properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: #241 --- index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.js b/index.js index 05d8308..c3f1dda 100644 --- a/index.js +++ b/index.js @@ -10,6 +10,9 @@ module.exports = { // Position. properties: [ 'position', + 'inset', + 'inset-block', + 'inset-inline', 'top', 'right', 'bottom',