recently i noticed some Wordpress theme contain this code @import *.css at the css file. Can someone explain this on how to use this method?
actually, it's best to avoid that method - your browser doesn't cache css files loaded with @import, making your website slower.
Tnx for the reply. I'm just wondering of using it or not because it is good method to hide the css file to avoid from stealing and duplication.