Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved]Does the location of media queries affect the website?

  • This topic is empty.
Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #131142
    TheDoc
    Member

    @Paulie_D – I don’t use Codekit at all. I just use Compass from the Terminal.

    #122244
    dclardy
    Member

    @Paulie_D The Fire.App from the same people is the way to go. I use it heavily. I tried doing all the other stuff like installing Ruby, but I hated having to set it up on all my machines. This was just easy, and I think that it is worth the money.

    #122245
    ToxicFire
    Participant

    Another thing to think about is wether a 3rd party is going to ever modify your code, having everything hocked under one mq may reduce code bloat but on the other hand

    if you have two components that just happen to coincide under the same mq (rather than changes to both been prompted by the same cause) and you want to one of the components, you’ll have to seperate out everything thats under the media query for that component.

    So I wouldn’t say its as simple as pure code minification, you have to consider whats appropriate for each component individually.

Viewing 3 posts - 16 through 18 (of 18 total)
  • The forum ‘CSS’ is closed to new topics and replies.