app.scss 274 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 // Fonts @import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600); // Variables //@import "variables"; // Bootstrap @import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap"; .example{ font-size:18px; color:#f00; text-align:center; }