I created a basic program that can make it easy to write css, make it more easy to debug and take less space.
A basic animation looks like this :
$moveLeftRight|l;r|5px;0|6px;None|
Basic css Style:
.black-square-with-rounded-corners{
bg:black;
h-w:5vh;
br:2em;
}
It can save a ton of space. When server gets request for it compiles it to css. I am new to back-end development, for this i wanted to know which one is more expensive and also is it a good idea?