index.scss 265 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 @import './variables.scss'; @import './mixin.scss'; html, body .app { color: #333333; font-family: Arial, Helvetica, 'STHeiti STXihei', 'Microsoft YaHei', Tohoma, sans-serif; background-color: $background-color; } .app-container { padding-bottom: 50px; }