DEBSOURCES
Skip Quicknav
sources / python-django-libsass / 0.9-2 / tests / static / css / index.scss
12345678910
$background-color: #ddffdd; $foreground-color: #008800; body { background-color: $background-color; h1 { color: $foreground-color; } }