Sign in
bazel
/
bazel
/
98235e3053b02ed1a8a48e43d8c3fde1ae57b5f6
/
.
/
examples
/
sass
/
hello_world
/
main.scss
blob: 3b560b7bb66306ad4065cbf0ca77ed0df35fd854 [
file
] [
log
] [
blame
]
@import
'examples/sass/shared/fonts'
;
@import
'examples/sass/shared/colors'
;
html
{
body
{
font
-
family
:
$default
-
font
-
stack
;
h1
{
color
:
$example
-
red
;
font
-
family
:
$modern
-
font
-
stack
;
}
}
}