mojotech / sass2stylus

Kewl
http://sass2stylus.com/
79 stars 18 forks source link

Won't work with Sass 3.3.0 (just released) #3

Closed corysimmons closed 10 years ago

corysimmons commented 10 years ago

Between Sass 3.2.15 and 3.3.0 node_name in the ToStylus method breaks returning this error:

converter.rb:9:invisit': undefined method node_name' for #<ToStylus:0x007ffe910b4978> (NoMethodError)

corysimmons commented 10 years ago

Further research reveals it's breaking between:

corysimmons commented 10 years ago

Has to be https://github.com/nex3/sass/commit/5a81b4939138561505f4fe8aa3190a87f47c3cd0#diff-0

samccone commented 10 years ago

interesting, seem like a simple fix to the convertor

corysimmons commented 10 years ago

@samccone Ah, you mean like this? https://github.com/mojotech/sass2stylus/pull/4

:feelsgood: