I have fixed this with very simple solution,
1. In qa-include/qa-theme-base.php
2. Find funtion head()
3. replace order of
$this->head_script();
$this->head_css();
to
$this->head_css();
$this->head_script();
If you are using advanced theme you can do this in your qa-theme.php