As a compiler, css-select turns CSS selectors into functions that tests if elements match them. As an engine, css-select looks through a DOM tree, searching for elements. Elements are tested "from the ...
Currently css compiler is built into core which makes it impossible to create a custom package to handle css imports because of error: conflict: two packages included in my-package (meteor and ...