To build the parser from the grammar do:
  `python ./yapps2.py grammar.g`

This will produce `grammar.py`; to that file modify the UNITS to be: '(?<!\\s)(?:' + '|'.join(_units) + ')(?![-\\w])'

Paste the parser into pyScss's relevant block.
