File: index.scss

package info (click to toggle)
python-django-libsass 0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 184 kB
  • sloc: python: 211; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
$background-color: #ddffdd;
$foreground-color: #008800;

body {
    background-color: $background-color;

    h1 {
        color: $foreground-color;
    }
}