summaryrefslogtreecommitdiff
path: root/scss/src/grammar/README
diff options
context:
space:
mode:
Diffstat (limited to 'scss/src/grammar/README')
-rw-r--r--scss/src/grammar/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/scss/src/grammar/README b/scss/src/grammar/README
deleted file mode 100644
index 5a13dde..0000000
--- a/scss/src/grammar/README
+++ /dev/null
@@ -1,6 +0,0 @@
-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.