I want to combine all the css files as one file,but I don't know how to stop loading the system css files & module css files.

help me,thanks in advance

Comments

cog.rusty’s picture

There is an "Aggregate and compress css files" option in the admin/settings/performance page which automatically combines all css in one file.

If you mean literally stop loading the system and module css files, you could delete them or rename them, I guess, but I don't see why.

huangweiqiu’s picture

thanks