Forums

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

Home Forums CSS The Best way to learn web design and keep up with technology? Re: The Best way to learn web design and keep up with technology?

#122760
simoncmason
Member

Re conflicting information, you’ll find a lot of this about. If someone makes a statement such as do or don’t use @import take notice if they explain why, and Google around to see what the consensus is.

In this case@import is normally considered poor practice because it is a performance hit. If you Google something like @import in CSS you’ll find plenty of discussion around why you shouldn’t use it.

I tend to find the best advice makes its way to the top, that said practices change over time so beware of received wisdom.