Before minification it was like this: ` border: 1px solid rgba(var(--border), 1);` and after minification it gives the output like this: ` border: 1px solid;` Not possible for me to put border color property separately in the whole project.