Importing CSS and controlling order in <head> using jspm and system.js

前端 未结 4 665
夕颜
夕颜 2021-02-08 12:14

I\'ve written the following in an Aurelia app

import \"bootstrap/css/bootstrap.css!\";
import \"./app.css!\";

and I want app.css second in sin

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-08 13:08

    We have some stuff in the pipeline that should help you with this issue. If you check out this:

    
    

    I know that Aurelia will be passing the CSS files to the loader in order, but I'm not sure if we'll be able to guarantee loading order. Hopefully Rob can come over here and give a proper answer to this, though. I'll point him in this direction.

提交回复
热议问题