網址 https://addyosmani.com/blog/removing-unused-css/ 這篇文章展示了一個工具[UnCSS](https://github.com/giakki/uncss) 讓你移除掉不必要的CSS, 讓Web的載入速度更快 如果你的前端有搭配grunt做build , 還可以搭配[grunt-uncss](https://github.com/addyosmani/grunt-uncss) task 裡面示範了BootStrap使用UnCSS, 檔案大小竟然竟然可以從120 KB減少到11KB , 少掉 91% 如果你使用SASS, 作者也提供一個[範例示範](https://github.com/addyosmani/grunt-uncss-sass-example)