Forums

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

Home Forums Other @import url not working?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34658
    Rugg
    Participant

    Hello all,

    I have including a reset.css at the top of my styles.css using the @import method. However, it does not seem to be working for some reason. Any ideas?

    @import url("reset.css");
    #88606
    chrisburton
    Participant

    bad file path?

    #88608
    chrisburton
    Participant

    Are you using a grid system or something (960.gs)? Why not just add it in the head section?

    Try this

    @import "reset.css";

    Generally, I would advise against this at it just adds another http request but I’m sure the file size wouldn’t necessarily make a significant difference.

    #88610
    chrisburton
    Participant

    ahh okay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Other’ is closed to new topics and replies.