Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Using CSS and LESS dependencies with StealJS 0.3.0

$
0
0
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

  1.     'css/reset.css!',
  2.     'css/test.less!',
vs

  1.     'css/test.less!',
  2.    '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).



Viewing all articles
Browse latest Browse all 3491

Trending Articles