Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csso 1.3.2 compresses ".t-1" and ".t-01" as identical classes #88

Closed
doochik opened this issue Oct 9, 2012 · 1 comment
Closed

csso 1.3.2 compresses ".t-1" and ".t-01" as identical classes #88

doochik opened this issue Oct 9, 2012 · 1 comment

Comments

@doochik
Copy link

doochik commented Oct 9, 2012

.t-1
{
color: red;
}

.t-01
{
color: blue;
}

actual result

.t-1{color:#00f}

valid result

.t-1{color:#f00}.t-01{color:#00f}
@afelix
Copy link
Contributor

afelix commented Oct 9, 2012

Fixed in 1.3.3.

@afelix afelix closed this as completed Oct 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants