wellington / sass

Pure Go sass lexer, parser, and compiler
http://getwt.io
Other
79 stars 5 forks source link

split rules into several tokens #17

Closed drewwells closed 8 years ago

drewwells commented 8 years ago

To support back references, RULEs require tokenizing around selector operators ie. '+', '&'. Text following quotes need to be perserved.

Tests: http://codepen.io/drewwells/pen/EPeyyJ?editors=0100

drewwells commented 8 years ago

This is done