scss-implementation This is an attempt to implement part of the SCSS language in Ruby. Setting variables is not implemented yet, only the nesting structure of the SCSS. I used RACC to parse the SCSS nested code and transform it into CSS.