Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Not compile if a space #2

Closed
magsout opened this issue Aug 28, 2014 · 0 comments
Closed

Not compile if a space #2

magsout opened this issue Aug 28, 2014 · 0 comments

Comments

@magsout
Copy link

magsout commented Aug 28, 2014

No error, but wrong output.

input.css

@media (--viewport-m ) {
  .foo {[...] } 
}

output.css

@media (--viewport-m ) {
  .foo {[...] } 
}

input.css

@media (--viewport-m) {
  .foo {[...] } 
}

output.css

@media all and (max-width: 48.115em) {
  .foo {[...]}  
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant