I'm using http://cssbox.sourceforge.net/jstyleparser/ to parse the CSS and the issue is that when i try to save to a file by using rule.toString() the sizes found in the rules (width, padding, etc.. anything with a number) are saved with a decimal.
So for example if in the original CSS file width was 80px now when saving I get 80.0px
Will this be an issue? How do browser treat this?
The size remains the same but it just adds that decimal.