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

'/' adding spaces around itself #228

Closed
kmiyashiro opened this issue Apr 15, 2011 · 1 comment
Closed

'/' adding spaces around itself #228

kmiyashiro opened this issue Apr 15, 2011 · 1 comment
Labels
Milestone

Comments

@kmiyashiro
Copy link

h1
    font 24px/1.5

should compile into h1 { font: 24px/1.5 } instead it compiles into:

h1 {
    font: 24px / 1.5;
}

which is invalid and doesn't work due to the extra spaces before and after the /

@tj
Copy link
Contributor

tj commented Apr 15, 2011

ah, yes this is in compiler.js, I know what the issue is, we just need to special-case the Literal('/') node

@ghost ghost assigned tj Apr 29, 2011
@tj tj closed this as completed in 4e6c25d Apr 29, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants