Should I create a separate stylesheet just for responsive?

Which practice is better, making it responsive within the main style sheet, or creating another style sheet just for responsive, media query, etc.? I know that the more stylesheets I connect to my head, the more http requests will be made.
3 Replies
Zoë
Zoë8mo ago
No, I’d put responsiveness as close as possible to default stylings as possible If you are going to split up stylings manually it’s better to group related elements than related functions
Chaves
Chaves8mo ago
Do you make it responsive below the default style of a section?
Zoë
Zoë8mo ago
Yes