summaryrefslogtreecommitdiff
path: root/scss/src/yapps/README
blob: 3bd8f99eeafb3343e859af08deb2c810b6a33064 (plain)
1
2
3
4
5
6
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(BASE_UNITS) + ')(?![-\\w])'

Paste the parser into pyScss's relevant block.