In our compony we use ant design library. And when I added one of the components from the library to my project and I looked in Chrome DevTools I was amused that I found a property that called --antd-arrow-background-color: none;
Before I thought that all browsers can understand and show only properties from W3C standard that is from this list https://www.w3schools.com/cssref/index.php But how is possible that my browser (Chrome) understans other properties? For example properties that have antd prefix?
Can anybody explain me this?
PS I know that there are vendor prefixes but there is no such prefix as antd among of them.