审查视图

public/assets/src/sass/app.scss 274 字节
景龙 authored
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;
}