Any one had a problem with CSSBuilder removing periods on class names? ```".clearfix" { clear = Clea...
g
Any one had a problem with CSSBuilder removing periods on class names?
Copy code
".clearfix" { clear = Clear.both }
in browser becomes
Copy code
clearfix { clear = both }
So confused. It works elsewhere, but this is like another layer of css in.
If all else fails, clear browser cache... why can't that solve that annoyance .