summaryrefslogtreecommitdiffstats
path: root/sass/tests/resources/css/parent-import.css
blob: f67d17f8b4ed53d65658491f16abcb074b6d3029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.content-navigation {
	border-color: #3bbfce;
	color: #0000ff;
}

.border {
	padding: 8px;
	margin: 8px;
	border-color: #3bbfce;
}

.body {
	background-image: url(../folder-test2/bg.png);
	background: transparent url(../folder-test2/img/loading-indicator.gif);
	background-image: url(http://abc/bg.png);
	background-image: url(/abc/bg.png);
}

.base {
	color: red;
}

.text {
	font-weight: bold;
}