Package: csstidy
Version: 1.4-3
Severity: normal

csstidy will translate the following css:

.module table {
    width: 99%;
    width: calc(100% - 8px);
}

into:

.module table{
width:calc(100%-8px);
}

Which, unfortunately, is broken because the '-' operator must be separated by
white space, or the entire item will be considered invalid.

Not only that, it also removed my fall back option (99%), in case the browser
doesn't support the calc operator.

-- System Information:
Debian Release: 7.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-0.bpo.1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages csstidy depends on:
ii  libc6       2.13-38+deb7u1
ii  libgcc1     1:4.7.2-5
ii  libstdc++6  4.7.2-5

csstidy recommends no packages.

csstidy suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to