On the css-doodle site one of their first examples uses a '±' symbol like this:
/* 10 PRINT */
@grid: 16 / 320px;
@size: 1px calc(141.4% + 1px);
transform: rotate(@p(±45deg));
background: #AEACFB;
margin: auto;
I've never seen this used before in JS or CSS so I'm just wondering if this is some feature unique to css-doodle, or is this actually usable in either CSS or JS?