Skip to main content
probably a good idea if no one on this site is "bare"ing anything. :-)
Source Link
eldarerathis
  • 36.4k
  • 10
  • 93
  • 94

enter code herethe The @import url("base.css"); works fine but bear in mind that every @import statement is a new request to the server. This might not be a problem for you, but when optimal performance is required you should avoid the @import.

enter code herethe @import url("base.css"); works fine but bear in mind that every @import statement is a new request to the server. This might not be a problem for you, but when optimal performance is required you should avoid the @import.

The @import url("base.css"); works fine but bear in mind that every @import statement is a new request to the server. This might not be a problem for you, but when optimal performance is required you should avoid the @import.

probably a good idea if no one on this site is "bare"ing anything. :-)
Source Link

theenter code herethe @import url("base.css"); works fine but barebear in mind that every @import@import statement is a new request to the server. This might not be a problem for you, but when optimal performance is required you should avoid the @import@import.

the @import url("base.css"); works fine but bare in mind that every @import statement is a new request to the server. This might not be a problem for you but when optimal performance is required you should avoid the @import.

enter code herethe @import url("base.css"); works fine but bear in mind that every @import statement is a new request to the server. This might not be a problem for you, but when optimal performance is required you should avoid the @import.

Source Link
Gene
  • 1.5k
  • 1
  • 14
  • 15

the @import url("base.css"); works fine but bare in mind that every @import statement is a new request to the server. This might not be a problem for you but when optimal performance is required you should avoid the @import.