Closed antonpirker closed 11 years ago
This is a pyScss shortcoming: the empty list syntax ()
isn't implemented and is being treated as an opaque token.
This is tracked in #166 but unfortunately, since it involves parsing changes, I don't think it'll get fixed til 1.3. Which should at least not take as long as 1.2 did. :)
I am trying to compile bourbon.io with pyScss and get a wrong output. The problem is with using the
$all-text-inputs
variable defined here https://github.com/thoughtbot/bourbon/blob/master/dist/addons/_html5-input-types.scss?source=cc as selector like this:I have made a little
test.scss
for demonstration purposes:Here are the outputs of Sass and pyScss:
Sass
PyScss
Notice the
(),
! Is this a problem with Bourbon or with pyScss?