<script>
if (screen.innerWidth==768){
//codice che carica il css classic1024.css
}
else{
//codice che carica il css classic.css
}
</script>