CSS 優化工具:CSSO
CSSO (CSS Optimizer) 是一個不同于其它的 CSS 最小化壓縮工具,不僅對 CSS 做壓縮還對 CSS 進行結構分析,從而相對其它壓縮工具生成的文件更小。
安全轉換:
- Removal of whitespace
- Removal of trailing
;
- Removal of comments
- Removal of invalid
@charset
и@import
declarations - Minification of color properties
- Minification of
0
- Minification of multi-line strings
- Minification of the
font-weight
property
結構優化:
- Merging blocks with identical selectors
- Merging blocks with identical properties
- Removal of overridden properties
- Removal of overridden shorthand properties
- Removal of repeating selectors
- Partial merging of blocks
- Partial splitting of blocks
- Removal of empty ruleset and at-rule
- Minification of
margin
andpadding
properties
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!