Commit graph

5 commits

Author SHA1 Message Date
Ian Prest
accec31c4e Fixed a problem parsing CSS comments
-- The WS rule was incorrect, so two WHITESPACE tokens in a row wouldn't
work.
2015-08-05 20:53:19 -04:00
Ian Prest
9e290bfe05 Fix CSS parser to handle at-rules with nested blocks
-- Specifically turns up in "@keyframe" at-rules.
2015-07-31 19:30:34 -04:00
Ian Prest
bbfa626bcc Fix CSS parser to handle at-rules with no selector & no whitespace 2015-07-31 19:27:04 -04:00
Ian Prest
51813fbde0 Tweaked CSS parser to just return an array of rules 2015-07-30 21:35:27 -04:00
Ian Prest
f9fcd4e8c4 Wrote my own CSS parser + unit-tests 2015-07-30 21:28:17 -04:00