• I am willing to add extra css to adjust the looking of a responsive child theme in mobile devices. Is it better to use the CSS media queries within the child stylesheet or use a query to @import a whole separate stylesheet for the predetermined screen size? and why?
    thanks.

Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Better isn’t really a criterion to judge from. Are there less HTTP requests if you load 1 file instead of 2? Yes. Is it easier to manage if you have one file with CSS compared to 2? Up to you.

Viewing 1 replies (of 1 total)

The topic ‘CSS media queries Vs @import’ is closed to new replies.