유지보수

1539 단어 CSSCSS

link & @import

1. <link rel="stylesheet" href="style.css">
html 태그로 css로드 할 때

2. <style>@import url("style.css")</style>
html과 같은 디렉토리가 아니라 특정 url로 가져올 때 
css안에서 다른 css를 로드할 때 

유지보수 편의성 향상
소스코드 줄어듦
사용자와 제공자의 돈을 아낄 수 있고
재사용성 향상

minify

css코드를 압축해서 서버와 클라이언트 사이 데이터 크기를 줄이는 것
http://adamburgess.github.io/clean-css-online/

좋은 웹페이지 즐겨찾기