blob: 8bb532cb8ef52aaf7b0f236526b8e84fa3232277 (
plain)
1
2
3
4
5
6
|
// by default, assume light-theme, no need for a marker class.
// this is mostly a marker class, add it to something like the body or container. Subordinates will look for this marker - see buttons
.bg-inverse {
// foo
}
|