Compress CSS Breaks Code

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
mermentau
Posts: 1
Joined: Thu Dec 13, 2007 12:37 am

Compress CSS Breaks Code

Post by mermentau »

Rapid CSS v 8.3.0.80

When I Start with
body{
background: #FFF;
font: 12px Arial,Verdana,Helvetica,sans-serif;
margin: 0;
min-width: 799px;
width: 100%;
border-bottom: 2px;
border-color: #CC3333;
border-left-color: #FF0033;
border-right-color: #0033FF
}
and do Compress CSS I get:
body{background:#FFF;border:#C33;border-bottom:2 px;border-left-color:#F03;border-right-color:#03F;font:12 px Arial,Verdana,Helvetica,sans-serif;margin:0;min-width:799 px;width: 100%;}
It's wrapped here and single line in the editor, but the problem lies with "12 px" instead of "12px".
Format CSS has the similar issue which I detail in another thread.
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Post by Gatis »

Thank you for reporting it. Indeed, there is such bug and we will fix it.
Post Reply