klen / python-scss

Python scss parser.
http://packages.python.org/scss/
GNU Lesser General Public License v3.0
67 stars 12 forks source link

CSS3 not selector #8

Closed jchia closed 13 years ago

jchia commented 13 years ago

Is SCSS expected to support the not selector in CSS3? The following fails to compile. The error is "invalid literal for int() with base 16: 'au'"

div#autoscroll_container .ui-button-text-only:not(.ui-state-active) .ui-button-text { // These two lines cause a blur effect. color: transparent; text-shadow: 0px 0px 4px #111111; }

No such problem exists for the sass command from rubygems; the translation succeeded with:

div#autoscroll_container .ui-button-text-only:not(.ui-state-active) .ui-button-text // These two lines cause a blur effect. color: transparent text-shadow: 0px 0px 4px #111111

klen commented 13 years ago

To be fixed on next week. Thanks.

klen commented 13 years ago

Fixed in version 0.8.2