<line x1="x" y1="y" x2="x" y2="y" style="stroke:#00a7e1;stroke-linecap:round;stroke-width:13px;vector-effect:non-scaling-stroke" />
location = /css/development.css {
if ($http_user_agent ~* 'Trident') {
rewrite ^(.*)$ /css/production.css last;
}
alias C:/Work/src/css/development.css;
}