In our CSS we have escaped characters in our selectors using \\ like so:
\\
.width-1\\.5 { width: 1.5rem; } .width-1\\/2 { width: 50%; }