Skip to content

Commit aff639c

Browse files
mahirshahchriseppstein
authored andcommitted
Add developer HOWTO to README.
1 parent 1521e22 commit aff639c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,16 @@ expandPropertyShorthand('border-radius', '10px 5px 2em / 20px 25px 30%')
249249
// 'border-bottom-right-radius': '2em / 30%',
250250
// }
251251
```
252+
253+
### Developer/Contribution HOWTO
254+
255+
To use a locally-built version of `css-values-parser`:
256+
257+
```
258+
$ npm install
259+
$ npm run start
260+
$ npm test
261+
```
262+
263+
This will generate grammars and javascript code required to parse the
264+
css properties.

0 commit comments

Comments
 (0)