본문 바로가기

css

[css]import 시킬 때 참고사항 (css include같이)

@import는 최상단에 위치해야함

( @charset이 있을 경우 @charset > @import )

 

@import + media query쓰기

@import url(_import/common_1600.css) screen and (max-width: 1600px);

top