Can you create a test page / example in steal-tools/test ?
Also, dependency order does not matter (and we won't make it
matter). Meaning you can't rely on the order of
- 'css/reset.css!',
- 'css/test.less!',
vs
- 'css/test.less!',
- 'css/reset.css!',
The only way to make that
happen is to import a dependency that imports reset.css (if you
want that to come first).