How to add a custom CSS file in ExtJs 5?
问题 In ExtJs 4, I included a custom css like this: <!-- <x-compile> --> <!-- <x-bootstrap> --> <link rel="stylesheet" href="bootstrap.css"> <script src="ext/ext-dev.js"></script> <script src="bootstrap.js"></script> <!-- </x-bootstrap> --> <script src="app.js"></script> <!-- </x-compile> --> <link rel="stylesheet" href="/custom/css.css" type="text/css" charset="utf-8" /> The fact that the link to the CSS comes after the <x-compile> section makes that it is loaded later and thus rules in custom