'left,right,top,bottom' has been transformed to 'inset', how can I disable it? #1719
Unanswered
ShookLyngs
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I can’t see Who add it in your CSS build system? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
inset
property is not supported inChrome < 87
environment, so I wanted to disabled the transformation.I tried to set the browserlist config to disable the transformation but it did not work:
Does anyone have experice with this issue, could really need some help here.
Beta Was this translation helpful? Give feedback.
All reactions