You can use the @import
rule to help develop
modular style sheets that enable re-use and save bandwidth.
In order to include rules from a different style sheet, you have to import the whole other style sheet into the one you are writing. Therefore smaller style sheets make for more reusable chunks.
The following line imports a style sheet called codeStyles.css
@import "codeStyles.css"