Commit Graph

5 Commits (master)

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.
9 years ago
Ian Prest 9e290bfe05 Fix CSS parser to handle at-rules with nested blocks
-- Specifically turns up in "@keyframe" at-rules.
9 years ago
Ian Prest bbfa626bcc Fix CSS parser to handle at-rules with no selector & no whitespace 9 years ago
Ian Prest 51813fbde0 Tweaked CSS parser to just return an array of rules 9 years ago
Ian Prest f9fcd4e8c4 Wrote my own CSS parser + unit-tests 9 years ago