Actually i think this is css versioning techniques.May be I am wrong,Anyway I want to learn it,
In google font they used something like this:
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
In another website they used:
href='http://www.example.com/css?v=1243'
How can we implements this type of things with our css?