tbela99 / css

A CSS parser and minifier and sourcemap generator written in PHP
Other
14 stars 1 forks source link

Allow multiple queries using '|' #35

Closed tbela99 closed 4 years ago

tbela99 commented 4 years ago

Allow the use of multiple queries using '|' as the delimiter. Example


$nodes = $element->query('@font-face|div > span');