css-mediaquery
css-mediaquery copied to clipboard
added matchFromAST
Hi, I've found your library useful with those minor enhancements, let me know what you think.
In my app I match the query multiple times(*element query style). I don't want to parse the query every time so I save it once and match aginst the same ast.
Cheers, Barak.